Searched refs:wait_proc (Results 1 – 2 of 2) sorted by relevance
133 bhp->wait_proc = -1; /* No sleepers */345 printf("About to sleep on %d (me: %d\n)\n", bhp->wait_proc,351 stat = proc_sleep_on ( &(bhp->wait_proc), buf_spinlock );667 if ( bhp->wait_proc != -1 ) {671 bhp->wait_proc);673 proc_wake_id ( bhp->wait_proc );674 bhp->wait_proc = -1;728 bhp->wait_proc, bhp->flags, bhp->refcount );740 bhp->wait_proc, bhp->flags, bhp->refcount );
149 void (*wait_proc)(void); /* call proc while waiting */ member338 if (pd->wait_proc) in pcap_read_one()339 (*pd->wait_proc)(); /* call yield func */ in pcap_read_one()660 pd->wait_proc = yield; in pcap_set_wait()