Searched refs:atomic_test_set_ptr (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ ! |
| H A D | mcache.h | 114 #define atomic_test_set_ptr(a, o, n) \ macro 118 while (!atomic_test_set_ptr(a, *a, n)) \
|
| /xnu-8796.121.2/tools/cocci/ ! |
| H A D | mcache_atomic_rewrite.cocci | 70 - atomic_test_set_ptr(A, E, F)
|
| /xnu-8796.121.2/bsd/net/ ! |
| H A D | dlil.c | 3896 return atomic_test_set_ptr(&ifp->if_input_dlil, in dlil_set_input_handler() 3904 while (!atomic_test_set_ptr(&ifp->if_input_dlil, in dlil_reset_input_handler() 3914 return atomic_test_set_ptr(&ifp->if_output_dlil, in dlil_set_output_handler() 3922 while (!atomic_test_set_ptr(&ifp->if_output_dlil, in dlil_reset_output_handler() 4159 return atomic_test_set_ptr(&ifp->if_output, in ifnet_set_output_handler() 4167 while (!atomic_test_set_ptr(&ifp->if_output, in ifnet_reset_output_handler() 4177 return atomic_test_set_ptr(&ifp->if_start, in ifnet_set_start_handler() 4185 while (!atomic_test_set_ptr(&ifp->if_start, in ifnet_reset_start_handler()
|
| /xnu-8796.121.2/bsd/skywalk/nexus/netif/ ! |
| H A D | nx_netif.c | 431 while (!atomic_test_set_ptr(&na->na_tx_rings[r].ckr_na_notify, in nx_netif_prov_nx_stop() 449 while (!atomic_test_set_ptr(&na->na_rx_rings[r].ckr_na_notify, in nx_netif_prov_nx_stop()
|