Home
last modified time | relevance | path

Searched refs:needwakeup (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Dkern_control.c1057 int needwakeup = 0; in ctl_enqueuembuf_list() local
1113 needwakeup = 1; in ctl_enqueuembuf_list()
1127 if (needwakeup && (flags & CTL_DATA_NOWAKEUP) == 0) { in ctl_enqueuembuf_list()
H A Dkern_descrip.c1571 int needwakeup = 0; in fp_drop() local
1593 needwakeup = 1; in fp_drop()
1599 if (needwakeup) { in fp_drop()
2248 int needwakeup = 0; in file_drop() local
2260 needwakeup = 1; in file_drop()
2265 if (needwakeup) { in file_drop()
/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c3674 int needwakeup = (INP_WAIT_FOR_IF_FEEDBACK(inp)) ? 1 : 0; in inp_reset_fc_state() local
3686 if (needwakeup) { in inp_reset_fc_state()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c2776 int needwakeup = 0; in dounmount() local
2967 needwakeup = 1; in dounmount()
2999 if (needwakeup) { in dounmount()