Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_umtx.c3542 #define BATCH_SIZE 128 macro
3546 char *uaddrs[BATCH_SIZE], **upp; in __umtx_op_nwake_private()
3553 tocopy = MIN(count, BATCH_SIZE); in __umtx_op_nwake_private()
4413 uint32_t uaddrs[BATCH_SIZE], **upp; in __umtx_op_nwake_private32()
4420 tocopy = MIN(count, BATCH_SIZE); in __umtx_op_nwake_private32()