Searched refs:os_atomic_andnot_orig (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.61.5/tools/cocci/ |
| H A D | os_atomic_normalize.cocci | 85 + os_atomic_andnot_orig(E, F, m) 91 + os_atomic_andnot_orig(E, F, m)
|
| /xnu-11215.61.5/osfmk/ipc/ |
| H A D | ipc_space.h | 155 return (os_atomic_andnot_orig(&is->is_bits, bit, relaxed) & bit) != 0; in is_bits_clear()
|
| H A D | ipc_kmsg.c | 943 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 D | atomic_private.h | 495 #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 D | mpsc_queue.c | 412 st = os_atomic_andnot_orig(&dq->mpd_state, in mpsc_daemon_queue_activate()
|
| H A D | thread_act.c | 1450 cur = os_atomic_andnot_orig(&thread->kevent_ast_bits, bits, relaxed); in act_clear_astkevent()
|
| /xnu-11215.61.5/bsd/kern/ |
| H A D | kern_proc.c | 934 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 D | kern_memorystatus.c | 1356 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 D | kern_exit.c | 2291 cttyflag = (os_atomic_andnot_orig(&sessp->s_refcount, in proc_exit()
|
| /xnu-11215.61.5/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1867 wq_flags = os_atomic_andnot_orig(&wq->wq_flags, WQ_PROC_SUSPENDED | in workq_proc_resumed()
|