kern_synch.c | 117 syncobj_t sleep_syncobj = { variable in typeref:typename:syncobj_t 205 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p); 206 return sleepq_block(timo, catch_p, &sleep_syncobj, nlocks); 230 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p); 232 error = sleepq_block(timo, catch_p, &sleep_syncobj, nlocks);
|