Home
last modified time | relevance | path

Searched refs:atomic_test_set_32 (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dmcache.h88 #define atomic_test_set_32(a, o, n) \ macro
92 while (!atomic_test_set_32(a, *a, n)) \
/xnu-8796.121.2/tools/cocci/
H A Dmcache_atomic_rewrite.cocci64 - atomic_test_set_32(A, E, F)
/xnu-8796.121.2/bsd/skywalk/core/
H A Dskywalk_var.h111 #define SK_ATOMIC_TEST_AND_SET(p) (!atomic_test_set_32((p), 0, 1))
/xnu-8796.121.2/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c536 if (atomic_test_set_32(&co->co_state, COS_NOT_ADDED, COS_BUSY)) { in cht_concurrent_duo()
547 if (atomic_test_set_32(&co->co_state, COS_ADDED, COS_BUSY)) { in cht_concurrent_duo()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c271 if (atomic_test_set_32(&fe->fe_want_nonviable, 0, 1)) { in flow_entry_remove_all_children()
674 if (atomic_test_set_32(&fe->fe_want_nonviable, 1, 0)) { in flow_entry_teardown()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1366 if (atomic_test_set_32(&fe->fe_want_nonviable, 0, 1)) { in dp_flow_route_process()
3754 atomic_test_set_32(&fe->fe_want_nonviable, 0, 1)) { in fsw_flow_handle_low_power()
/xnu-8796.121.2/bsd/skywalk/mem/
H A Dskmem_cache.c2797 !atomic_test_set_32(&skmem_cache_reaping, 0, 1)) { in skmem_cache_reap()
/xnu-8796.121.2/bsd/kern/
H A Duipc_mbuf.c8368 return atomic_test_set_32(&MEXT_PRIV(m), o, n);