Searched refs:USEM_COUNT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | umtx.h | 73 #define USEM_COUNT(c) ((c) & USEM_MAX_COUNT) macro |
| /f-stack/freebsd/kern/ | ||
| H A D | kern_umtx.c | 3299 if (USEM_COUNT(count) != 0) { in do_sem2_wait() |