Searched refs:atomic_store_bool (Results 1 – 8 of 8) sorted by relevance
/freebsd/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/sys/dev/gve/ |
H A D | gve_tx.c | 248 atomic_store_bool(&tx->stopped, false); in gve_start_tx_ring() 432 atomic_store_bool(&tx->stopped, false); in gve_tx_cleanup_tq() 767 atomic_store_bool(&tx->stopped, true); in gve_xmit_retry_enobuf_mbuf() 788 atomic_store_bool(&tx->stopped, false); in gve_xmit_retry_enobuf_mbuf()
|
H A D | gve_tx_dqo.c | 1068 atomic_store_bool(&tx->stopped, false); in gve_tx_cleanup_dqo()
|
/freebsd/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 | 934 atomic_store_bool(&peer->p_enabled, true); in wg_timers_enable() 953 atomic_store_bool(&peer->p_enabled, false); in wg_timers_disable() 955 atomic_store_bool(&peer->p_need_another_keepalive, false); in wg_timers_disable() 1011 atomic_store_bool(&peer->p_need_another_keepalive, in wg_timers_event_data_received() 1148 atomic_store_bool(&peer->p_need_another_keepalive, false); in wg_timers_run_send_keepalive()
|
/freebsd/sys/vm/ |
H A D | vm_phys.c | 1322 atomic_store_bool(&initdone[domain], true); in vm_phys_lazy_init_domain()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 6633 atomic_store_bool(&V_pf_pfil_eth_hooked, true); in hook_pf_eth() 6708 atomic_store_bool(&V_pf_pfil_hooked, true); in hook_pf() 6721 atomic_store_bool(&V_pf_pfil_eth_hooked, false); in dehook_pf_eth() 6740 atomic_store_bool(&V_pf_pfil_hooked, false); in dehook_pf()
|