Searched refs:atomic_test_set_32 (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | mcache.h | 88 #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 D | mcache_atomic_rewrite.cocci | 64 - atomic_test_set_32(A, E, F)
|
| /xnu-8796.121.2/bsd/skywalk/core/ |
| H A D | skywalk_var.h | 111 #define SK_ATOMIC_TEST_AND_SET(p) (!atomic_test_set_32((p), 0, 1))
|
| /xnu-8796.121.2/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 536 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 D | flow_entry.c | 271 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 D | fsw_dp.c | 1366 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 D | skmem_cache.c | 2797 !atomic_test_set_32(&skmem_cache_reaping, 0, 1)) { in skmem_cache_reap()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | uipc_mbuf.c | 8368 return atomic_test_set_32(&MEXT_PRIV(m), o, n);
|