Searched refs:atomic_store_bool (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | atomic_common.h | 76 #define atomic_store_bool(p, v) \ macro 90 #define atomic_store_bool(p, v) \ macro
|
| H A D | atomic_san.h | 140 #define atomic_store_bool ATOMIC_SAN(store_bool) macro
|
| /freebsd-14.2/sys/dev/wg/ |
| H A D | wg_noise.c | 593 atomic_store_bool(&kp->kp_can_send, false); in noise_remote_expire_current() 596 atomic_store_bool(&kp->kp_can_send, false); in noise_remote_expire_current() 711 atomic_store_bool(&kp->kp_can_send, false); in noise_keypair_current() 808 atomic_store_bool(&kp->kp_can_send, false); in noise_keypair_nonce_next()
|
| H A D | if_wg.c | 932 atomic_store_bool(&peer->p_enabled, true); in wg_timers_enable() 951 atomic_store_bool(&peer->p_enabled, false); in wg_timers_disable() 953 atomic_store_bool(&peer->p_need_another_keepalive, false); in wg_timers_disable() 1009 atomic_store_bool(&peer->p_need_another_keepalive, in wg_timers_event_data_received() 1146 atomic_store_bool(&peer->p_need_another_keepalive, false); in wg_timers_run_send_keepalive()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 6679 atomic_store_bool(&V_pf_pfil_eth_hooked, true); in hook_pf_eth() 6754 atomic_store_bool(&V_pf_pfil_hooked, true); in hook_pf() 6767 atomic_store_bool(&V_pf_pfil_eth_hooked, false); in dehook_pf_eth() 6786 atomic_store_bool(&V_pf_pfil_hooked, false); in dehook_pf()
|