Searched refs:need_wakeup (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c2446 int need_wakeup = 0; local
2517 need_wakeup = 1;
2522 if (need_wakeup)
2547 int need_wakeup = 0; local
2776 need_wakeup = 1;
2793 if (need_wakeup) {
3756 int need_wakeup = 0; local
3765 need_wakeup = 1;
3779 if (need_wakeup) {
4178 int need_wakeup local
4383 boolean_t need_wakeup = FALSE; local
[all...]
H A Dvfs_cluster.c579 boolean_t need_wakeup = FALSE; local
587 need_wakeup = TRUE;
601 if (need_wakeup == TRUE)
611 if (need_wakeup == TRUE)
677 int need_wakeup = 0; local
696 need_wakeup = 1;
700 if (need_wakeup)
1585 int need_wakeup = 0; local
1604 need_wakeup = 1;
1608 if (need_wakeup)
[all...]
H A Dvfs_subr.c436 int need_wakeup = 0; local
447 need_wakeup = 1;
451 need_wakeup = 1;
455 if (need_wakeup)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c938 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount);
1648 int need_wakeup = 0; local
1695 (void)seldrop_locked(p, ibits, nfd, n, &need_wakeup, 1);
1699 if (need_wakeup) {
1718 * need_wakeup Pointer to flag to set to do a wakeup
1732 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount) argument
1744 *need_wakeup = 0;
1800 *need_wakeup = 1;
1815 int need_wakeup = 0; local
1818 error = seldrop_locked(p, ibits, nfd, nfd, &need_wakeup,
[all...]
H A Dubc_subr.c1787 int need_wakeup = 0; local
1821 need_wakeup = 1;
1825 if (need_wakeup)
1983 int need_wakeup = 0; local
2052 need_wakeup = 1;
2056 if (need_wakeup)
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_iod.c1378 uint32_t need_wakeup = 0; local
1639 need_wakeup = 1;
1648 need_wakeup = 1;
1653 if ((need_wakeup == 1) && (vcp->vc_credits_wait)) {
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtimer.c337 isc_boolean_t need_wakeup = ISC_FALSE; local
349 need_wakeup = ISC_TRUE;
356 if (need_wakeup) {
/macosx-10.10/ntp-92/lib/isc/
H A Dtimer.c246 isc_boolean_t need_wakeup = ISC_FALSE; local
256 need_wakeup = ISC_TRUE;
262 if (need_wakeup) {
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c2239 int need_wakeup = 0; local
2320 need_wakeup = 1;
2327 else if (need_wakeup)
2382 int need_wakeup = 0; local
2395 need_wakeup = 1;
2399 need_wakeup = 1;
2405 if (need_wakeup)
2733 unsigned int need_wakeup = 0; local
2775 need_wakeup = vm_page_free_wanted;
2778 need_wakeup
[all...]
H A Dvm_compressor.c1479 boolean_t need_wakeup = FALSE; local
1486 need_wakeup = TRUE;
1491 need_wakeup = TRUE;
1495 need_wakeup = TRUE;
1503 need_wakeup = TRUE;
1505 if (need_wakeup == TRUE) {
H A Dvm_map.c4383 boolean_t need_wakeup; local
4421 need_wakeup = FALSE;
4475 if (need_wakeup) {
4477 need_wakeup = FALSE;
4674 need_wakeup = TRUE;
4916 need_wakeup = TRUE;
4942 if (need_wakeup)
5023 boolean_t need_wakeup; local
5066 need_wakeup = FALSE;
5203 need_wakeup
5524 boolean_t need_wakeup; local
[all...]
H A Dvm_pageout.c3314 int need_wakeup = 0; local
3329 need_wakeup = 1;
3334 if (need_wakeup)
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c1046 boolean_t need_wakeup = FALSE; local
1075 need_wakeup = TRUE;
1091 if (need_wakeup == TRUE) {
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_support.c1549 boolean_t need_wakeup = FALSE; local
1618 need_wakeup = TRUE;
1623 if (need_wakeup == TRUE) {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c1371 int need_wakeup = 0; local
1377 need_wakeup = 1;
1382 if (need_wakeup)

Completed in 345 milliseconds