Home
last modified time | relevance | path

Searched refs:os_atomic_andnot_orig (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.61.5/tools/cocci/
H A Dos_atomic_normalize.cocci85 + os_atomic_andnot_orig(E, F, m)
91 + os_atomic_andnot_orig(E, F, m)
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_space.h155 return (os_atomic_andnot_orig(&is->is_bits, bit, relaxed) & bit) != 0; in is_bits_clear()
H A Dipc_kmsg.c943 v = os_atomic_andnot_orig(&kmsg->ikm_keep_alive, in ipc_kmsg_keep_alive_done_using()
968 v = os_atomic_andnot_orig(&kmsg->ikm_keep_alive, in ipc_kmsg_keep_alive_abandon()
/xnu-11215.61.5/libkern/os/
H A Datomic_private.h495 #define os_atomic_andnot_orig(p, v, m) _os_atomic_c11_op_orig(p, (typeof(v))~(v), m, fetch_and) macro
/xnu-11215.61.5/osfmk/kern/
H A Dmpsc_queue.c412 st = os_atomic_andnot_orig(&dq->mpd_state, in mpsc_daemon_queue_activate()
H A Dthread_act.c1450 cur = os_atomic_andnot_orig(&thread->kevent_ast_bits, bits, relaxed); in act_clear_astkevent()
/xnu-11215.61.5/bsd/kern/
H A Dkern_proc.c934 uint32_t old_ref = os_atomic_andnot_orig(&proc->p_refcount, P_REF_PROC_HOLD, relaxed); in proc_release_proc_task_struct()
951 uint32_t old_ref = os_atomic_andnot_orig(&proc_from_task->p_refcount, P_REF_TASK_HOLD, relaxed); in task_release_proc_task_struct()
H A Dkern_memorystatus.c1356 memorystatus_policy_t orig_policy = os_atomic_andnot_orig( in memorystatus_ballast_control()
1455 memorystatus_policy_t orig_policy = os_atomic_andnot_orig( in memstat_clear_the_decks()
H A Dkern_exit.c2291 cttyflag = (os_atomic_andnot_orig(&sessp->s_refcount, in proc_exit()
/xnu-11215.61.5/bsd/pthread/
H A Dpthread_workqueue.c1867 wq_flags = os_atomic_andnot_orig(&wq->wq_flags, WQ_PROC_SUSPENDED | in workq_proc_resumed()