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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2419 int need_wakeup = 0; local
2490 need_wakeup = 1;
2495 if (need_wakeup) {
2521 int need_wakeup = 0; local
2750 need_wakeup = 1;
2767 if (need_wakeup) {
3652 int need_wakeup = 0; local
3661 need_wakeup = 1;
3675 if (need_wakeup) {
4070 int need_wakeup local
4272 boolean_t need_wakeup = FALSE; local
[all...]
H A Dvfs_cluster.c614 boolean_t need_wakeup = FALSE; local
622 need_wakeup = TRUE;
636 if (need_wakeup == TRUE)
646 if (need_wakeup == TRUE)
711 int need_wakeup = 0; local
730 need_wakeup = 1;
734 if (need_wakeup)
1610 int need_wakeup = 0; local
1629 need_wakeup = 1;
1633 if (need_wakeup)
[all...]
H A Dvfs_subr.c430 int need_wakeup = 0; local
441 need_wakeup = 1;
445 need_wakeup = 1;
449 if (need_wakeup)
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c961 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount);
1662 int need_wakeup = 0; local
1704 (void)seldrop_locked(p, ibits, nfd, n, &need_wakeup, 1);
1708 if (need_wakeup) {
1727 * need_wakeup Pointer to flag to set to do a wakeup
1741 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount) argument
1753 *need_wakeup = 0;
1809 *need_wakeup = 1;
1824 int need_wakeup = 0; local
1827 error = seldrop_locked(p, ibits, nfd, nfd, &need_wakeup,
[all...]
H A Dubc_subr.c1495 int need_wakeup = 0; local
1526 need_wakeup = 1;
1530 if (need_wakeup)
1688 int need_wakeup = 0; local
1720 need_wakeup = 1;
1724 if (need_wakeup)
H A Dpthread_synch.c1145 boolean_t need_wakeup = FALSE; local
1243 need_wakeup = TRUE;
1248 if (need_wakeup == TRUE)
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_resident.c2006 int need_wakeup = 0; local
2087 need_wakeup = 1;
2094 else if (need_wakeup)
2123 int need_wakeup = 0; local
2136 need_wakeup = 1;
2140 need_wakeup = 1;
2146 if (need_wakeup)
2445 unsigned int need_wakeup = 0; local
2487 need_wakeup = vm_page_free_wanted;
2490 need_wakeup
[all...]
H A Dvm_map.c3871 boolean_t need_wakeup; local
3892 need_wakeup = FALSE;
3946 if (need_wakeup) {
3948 need_wakeup = FALSE;
4133 need_wakeup = TRUE;
4287 need_wakeup = TRUE;
4313 if (need_wakeup)
4365 boolean_t need_wakeup; local
4406 need_wakeup = FALSE;
4543 need_wakeup
4860 boolean_t need_wakeup; local
[all...]
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c928 boolean_t need_wakeup = FALSE; local
943 need_wakeup = TRUE;
975 if (need_wakeup && !TAILQ_EMPTY(&info->throttle_uthlist)) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1371 int need_wakeup = 0; local
1377 need_wakeup = 1;
1382 if (need_wakeup)

Completed in 208 milliseconds