Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_control.c1039 int needwakeup = 0; in ctl_enqueuembuf_list() local
1095 needwakeup = 1; in ctl_enqueuembuf_list()
1109 if (needwakeup && (flags & CTL_DATA_NOWAKEUP) == 0) { in ctl_enqueuembuf_list()
H A Dkern_descrip.c1554 int needwakeup = 0; in fp_drop() local
1576 needwakeup = 1; in fp_drop()
1582 if (needwakeup) { in fp_drop()
2231 int needwakeup = 0; in file_drop() local
2243 needwakeup = 1; in file_drop()
2248 if (needwakeup) { in file_drop()
/xnu-10063.141.1/bsd/netinet/
H A Din_pcb.c3600 int needwakeup = (INP_WAIT_FOR_IF_FEEDBACK(inp)) ? 1 : 0; in inp_reset_fc_state() local
3612 if (needwakeup) { in inp_reset_fc_state()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_syscalls.c2765 int needwakeup = 0; in dounmount() local
2958 needwakeup = 1; in dounmount()
2990 if (needwakeup) { in dounmount()