Searched refs:ENTRIES_PER_ROW (Results 1 – 3 of 3) sorted by relevance
76 #define ENTRIES_PER_ROW 32 macro150 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()
68 #define ENTRIES_PER_ROW 32 macro138 cnt = pool_size == 0 ? optim.gai_num : ENTRIES_PER_ROW; in get_elem()
9184 (ENTRIES_PER_ROW): New.