Searched refs:needwakeup (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c3750 int needwakeup = 0; local
3770 needwakeup = 1;
3775 if (needwakeup)
4052 int needwakeup = 0; local
4070 needwakeup = 1;
4075 if (needwakeup)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c2586 int needwakeup = (INP_WAIT_FOR_IF_FEEDBACK(inp)) ? 1 : 0; local
2599 if (needwakeup)
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c1811 int needwakeup = 0; local
1975 needwakeup = 1;
2006 if (needwakeup)

Completed in 177 milliseconds