OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocks_to_move
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
common.cc
122
int
blocks_to_move
= NumMoveSize(size) / 4;
local
134
} while ((psize / size) < (
blocks_to_move
));
/external/chromium_org/third_party/tcmalloc/vendor/src/
common.cc
118
int
blocks_to_move
= NumMoveSize(size) / 4;
local
130
} while ((psize / size) < (
blocks_to_move
));
/external/e2fsprogs/resize/
resize2fs.c
45
static errcode_t
blocks_to_move
(ext2_resize_t rfs);
137
init_resource_track(&rtrack, "
blocks_to_move
", fs->io);
138
retval =
blocks_to_move
(rfs);
599
* in
blocks_to_move
(), where we allocate new blocks to
730
*
blocks_to_move
(). We then copy the blocks to their ultimate new
851
static errcode_t
blocks_to_move
(ext2_resize_t rfs)
function
[
all
...]
Completed in 411 milliseconds