Home
last modified time | relevance | path

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

/glibc-2.36/rt/
Daio_misc.c76 #define ENTRIES_PER_ROW 32 macro
150 cnt = pool_size == 0 ? optim.aio_num : ENTRIES_PER_ROW; in get_elem()
293 assert (powerof2 (ENTRIES_PER_ROW)); in __aio_init()
294 optim.aio_num = (init->aio_num < ENTRIES_PER_ROW in __aio_init()
295 ? ENTRIES_PER_ROW in __aio_init()
296 : init->aio_num & ~(ENTRIES_PER_ROW - 1)); in __aio_init()
/glibc-2.36/resolv/
Dgai_misc.c68 #define ENTRIES_PER_ROW 32 macro
138 cnt = pool_size == 0 ? optim.gai_num : ENTRIES_PER_ROW; in get_elem()
/glibc-2.36/ChangeLog.old/
DChangeLog.239184 (ENTRIES_PER_ROW): New.