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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h91 * be blocked until further notice, similar to MCR_SLEEP, except that upon
101 * Regular mcache clients should only use MCR_SLEEP or MCR_NOSLEEP.
103 #define MCR_SLEEP 0x0000 /* same as M_WAITOK */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c203 (btp->bt_bktsize + 1) * sizeof (void *), 0, 0, MCR_SLEEP);
210 0, 0, MCR_SLEEP);
H A Duipc_mbuf.c688 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)
1037 AUDIT_CONTENTS_SIZE, 0, 0, MCR_SLEEP);
1065 0, 0, MCR_SLEEP);
1096 (void *)m, flags, MCR_SLEEP);
2156 &con_list, needed, MCR_SLEEP);
2166 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
3077 * overrides MCR_SLEEP, since this thread will not go to sleep
3228 * overrides MCR_SLEEP, since this thread will not go to sleep

Completed in 55 milliseconds