Searched refs:M_SYSVSEM (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c81 #define M_SYSVSEM M_TEMP macro
288 M_SYSVSEM, M_WAITOK | M_ZERO);
310 FREE(semu, M_SYSVSEM);
350 M_SYSVSEM, M_WAITOK | M_ZERO);
390 FREE(sema, M_SYSVSEM);
431 M_SYSVSEM, M_WAITOK | M_ZERO);
455 FREE(sem_free, M_SYSVSEM);
599 FREE(sueptr, M_SYSVSEM);
618 M_SYSVSEM, M_WAITOK);
655 FREE(sueptr, M_SYSVSEM);
[all...]

Completed in 18 milliseconds