Searched refs:PNOLOCK (Results 1 – 4 of 4) sorted by relevance
249 #define PNOLOCK 0x400 /* OR'd with pri to allow sleeping w/o a lock */ macro
149 (priority & PNOLOCK) != 0, in _sleep()
346 tsleep(__builtin_frame_address(0), PNOLOCK, "parked", 0); in mi_startup()
3250 tsleep(sc, PZERO | PNOLOCK, "-", 0); in ktls_reclaim_thread()