Searched refs:atomic_load_32 (Results 1 – 18 of 18) sorted by relevance
86 for (uint32_t i = atomic_load_32(&br->br_cons_head); in buf_ring_enqueue()87 i != atomic_load_32(&br->br_prod_head); i++) in buf_ring_enqueue()90 buf, i, atomic_load_32(&br->br_prod_tail), in buf_ring_enqueue()91 atomic_load_32(&br->br_cons_tail)); in buf_ring_enqueue()110 if (prod_head == atomic_load_32(&br->br_prod_head) && in buf_ring_enqueue()111 cons_tail == atomic_load_32(&br->br_cons_tail)) { in buf_ring_enqueue()131 while (atomic_load_32(&br->br_prod_tail) != prod_head) in buf_ring_enqueue()177 while (atomic_load_32(&br->br_cons_tail) != cons_head) in buf_ring_dequeue_mc()199 cons_head = atomic_load_32(&br->br_cons_head); in buf_ring_dequeue_sc()217 if (atomic_load_32(&br->br_cons_tail) != cons_head) in buf_ring_dequeue_sc()[all …]
104 #define atomic_load_32(p) __atomic_load_generic(p, int32_t, uint32_t, 32) macro
358 #define atomic_load_32 ATOMIC_SAN(load_32) macro
396 hc_metrics_lite->hc_mtu = atomic_load_32(&hc_entry->hc_mtu); in tcp_hc_get()397 hc_metrics_lite->hc_ssthresh = atomic_load_32(&hc_entry->hc_ssthresh); in tcp_hc_get()398 hc_metrics_lite->hc_rtt = atomic_load_32(&hc_entry->hc_rtt); in tcp_hc_get()399 hc_metrics_lite->hc_rttvar = atomic_load_32(&hc_entry->hc_rttvar); in tcp_hc_get()400 hc_metrics_lite->hc_cwnd = atomic_load_32(&hc_entry->hc_cwnd); in tcp_hc_get()401 hc_metrics_lite->hc_sendpipe = atomic_load_32(&hc_entry->hc_sendpipe); in tcp_hc_get()402 hc_metrics_lite->hc_recvpipe = atomic_load_32(&hc_entry->hc_recvpipe); in tcp_hc_get()426 mtu = atomic_load_32(&hc_entry->hc_mtu); in tcp_hc_getmtu()
52 #define atomic_load_32(v) atomic_read((atomic_t *)(v)) macro106 return ((void *)atomic_load_32((volatile uint32_t *)target)); in atomic_load_ptr()
163 atomic_load_32(&V_pf_status.states_halfopen)); in pf_get_syncookies()273 atomic_load_32(&V_pf_status.states_halfopen) > in pf_synflood_check()361 (atomic_load_32(&V_pf_status.states_halfopen) + in pf_syncookie_rotate()
412 return (atomic_load_32((volatile uint32_t *)(var))); in type_safe_atomic_read_32()
259 #define atomic_load_32(p) (*(volatile uint32_t *)(p)) macro
147 nstarted = atomic_load_32(&aps_started); in wait_for_aps()
773 a._bits = atomic_load_32(&m->a._bits); in vm_page_astate_load()
1061 (seq = atomic_load_32(&zdom->uzd_seq)) != SMR_SEQ_INVALID && in cache_fetch_bucket()4544 if (atomic_load_32(&zone->uz_sleepers) > 0) in uma_zfree_arg()5412 return (atomic_load_32(&zone->uz_sleepers) > 0);
224 len = atomic_load_32(&vd->len); in _vq_record()
870 *(uint32_t *)info = atomic_load_32(&rpc_xid); in clnt_dg_control()
889 old_head = atomic_load_32(&tx->dqo.free_qpl_bufs_prd); in gve_reap_qpl_bufs_dqo()
405 while (_IEEE80211_MASKSHIFT(atomic_load_32(&vap->iv_com_state), in ieee80211_com_vdetach()
1157 current_impl = atomic_load_32(&gcm_impl_used); in gcm_toggle_impl()
1041 while (atomic_load_32(msg) != ETR_RING_EMPTY_ENTRY_SIG) { in qat_etr_ring_intr()
1922 def atomic_load_32 :