Searched refs:wakeup_one (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dflowadv.c177 wakeup_one((caddr_t)&fadv_list);
H A Ddlil.c2448 wakeup_one((caddr_t)&inp->input_waiting);
2480 wakeup_one((caddr_t)&ifp->if_start_thread);
2608 wakeup_one((caddr_t)&ifp->if_poll_thread);
5649 wakeup_one((caddr_t)&ifp->if_start_thread);
5659 wakeup_one((caddr_t)&ifp->if_poll_thread);
5711 wakeup_one((caddr_t)&inp->input_waiting);
/xnu-2782.1.97/bsd/sys/
H A Dproc.h237 extern void wakeup_one(caddr_t chan);
/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c417 wakeup_one(caddr_t chan) function
H A Dkern_aio.c2302 wakeup_one((caddr_t)&entryp->procp->AIO_CLEANUP_SLEEP_CHAN);
2321 /* Can't wakeup_one(); multiple closes might be in progress. */
H A Duipc_socket2.c206 wakeup_one((caddr_t)&head->so_timeo);
H A Dkern_credential.c470 wakeup_one((caddr_t)&kauth_resolver_unsubmitted);
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsd.c275 wakeup_one((caddr_t)cvp);
/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_subr.c3426 wakeup_one((caddr_t)&mpte->mpte_thread);
3440 wakeup_one((caddr_t)&mpte->mpte_thread);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1741 wakeup_one((caddr_t)&dead_vnode_wanted);
H A Dvfs_syscalls.c7494 wakeup_one((caddr_t)vp);

Completed in 526 milliseconds