Searched refs:wait_proc (Results 1 – 2 of 2) sorted by relevance
134 bhp->wait_proc = -1; /* No sleepers */346 printf("About to sleep on %d (me: %d\n)\n", bhp->wait_proc,352 stat = proc_sleep_on ( &(bhp->wait_proc), buf_spinlock );668 if ( bhp->wait_proc != -1 ) {672 bhp->wait_proc);674 proc_wake_id ( bhp->wait_proc );675 bhp->wait_proc = -1;729 bhp->wait_proc, bhp->flags, bhp->refcount );741 bhp->wait_proc, bhp->flags, bhp->refcount );
148 void (*wait_proc)(void); /* call proc while waiting */ member337 if (pd->wait_proc) in pcap_read_one()338 (*pd->wait_proc)(); /* call yield func */ in pcap_read_one()644 pd->wait_proc = yield; in pcap_set_wait()