Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_descrip.c1483 int needwakeup = 0; in fp_drop() local
1505 needwakeup = 1; in fp_drop()
1511 if (needwakeup) { in fp_drop()
2164 int needwakeup = 0; in file_drop() local
2176 needwakeup = 1; in file_drop()
2181 if (needwakeup) { in file_drop()
H A Dkern_control.c1048 int needwakeup = 0; in ctl_enqueuembuf_list() local
1100 needwakeup = 1; in ctl_enqueuembuf_list()
1114 if (needwakeup && (flags & CTL_DATA_NOWAKEUP) == 0) { in ctl_enqueuembuf_list()
/xnu-8020.101.4/bsd/netinet/
H A Din_pcb.c3369 int needwakeup = (INP_WAIT_FOR_IF_FEEDBACK(inp)) ? 1 : 0; in inp_reset_fc_state() local
3379 if (needwakeup) { in inp_reset_fc_state()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_syscalls.c2359 int needwakeup = 0; in dounmount() local
2551 needwakeup = 1; in dounmount()
2583 if (needwakeup) { in dounmount()