Home
last modified time | relevance | path

Searched refs:SMALLOC_BPI (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dsmalloc.c25 #define SMALLOC_BPI (sizeof(unsigned int) * 8) macro
26 #define SMALLOC_BPL (SMALLOC_BPB * SMALLOC_BPI)
116 if (this_blocks + idx > SMALLOC_BPI) { in blocks_iter()
117 this_blocks = SMALLOC_BPI - idx; in blocks_iter()
118 idx = SMALLOC_BPI - this_blocks; in blocks_iter()
121 if (this_blocks == SMALLOC_BPI) in blocks_iter()
400 if (idx < SMALLOC_BPI) in __smalloc_pool()
404 while (idx >= SMALLOC_BPI) { in __smalloc_pool()
406 idx -= SMALLOC_BPI; in __smalloc_pool()