Searched refs:kpause_syncobj (Results 1 – 2 of 2) sorted by relevance
62 extern syncobj_t kpause_syncobj;
137 syncobj_t kpause_syncobj = { variable258 sleepq_enqueue(NULL, l, wmesg, &kpause_syncobj, intr); in kpause()259 error = sleepq_block(timo, intr, &kpause_syncobj, nlocks); in kpause()