Home
last modified time | relevance | path

Searched refs:needs_wakeup (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dlock_mtx.h50 uint32_t needs_wakeup : 1; member
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1000 bool *needs_wakeup) in workq_pop_idle_thread() argument
1027 *needs_wakeup = false; in workq_pop_idle_thread()
1029 *needs_wakeup = false; in workq_pop_idle_thread()
1031 *needs_wakeup = true; in workq_pop_idle_thread()
3007 bool needs_wakeup; in workq_reqthreads() local
3014 uth = workq_pop_idle_thread(wq, uu_flags, &needs_wakeup); in workq_reqthreads()
3023 if (needs_wakeup) { in workq_reqthreads()
4459 bool needs_wakeup; in workq_schedule_creator() local
4515 &needs_wakeup); in workq_schedule_creator()
4524 if (needs_wakeup) { in workq_schedule_creator()
/xnu-11215/osfmk/vm/
H A Dvm_map.c683 new->needs_wakeup = FALSE; in vm_map_entry_copy()
3286 (!entry->needs_wakeup) && in vm_map_enter()
6459 entry->needs_wakeup = TRUE; in vm_map_wire_nested()
6668 if (entry->needs_wakeup) { in vm_map_wire_nested()
7036 if (entry->needs_wakeup) { in vm_map_wire_nested()
7518 if (entry->needs_wakeup) { in vm_map_unwire_nested()
8198 if (it->needs_wakeup) { in vm_map_delete()
8199 it->needs_wakeup = FALSE; in vm_map_delete()
8412 entry->needs_wakeup = TRUE; in vm_map_delete()
9270 entry->needs_wakeup = TRUE; in vm_map_overwrite_submap_recurse()
[all …]
H A Dvm_kern.c1803 bool needs_wakeup = false; in kmem_realloc_guard() local
1917 oldentry->needs_wakeup = true; in kmem_realloc_guard()
2157 if (oldentry->needs_wakeup) { in kmem_realloc_guard()
2158 needs_wakeup = true; in kmem_realloc_guard()
2159 oldentry->needs_wakeup = false; in kmem_realloc_guard()
2239 if (needs_wakeup) { in kmem_realloc_guard()
H A Dvm_map_xnu.h214 /* boolean_t */ needs_wakeup:1, /* Waiters on in_transition */ member
/xnu-11215/bsd/kern/
H A Dkern_exec.c7495 boolean_t needs_wakeup = FALSE; in execargs_free() local
7514 needs_wakeup = TRUE; in execargs_free()
7519 if (needs_wakeup == TRUE) { in execargs_free()