Home
last modified time | relevance | path

Searched refs:atomic_load_16 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A D_atomic_subword.h214 v = atomic_load_16(p); in atomic_set_16()
228 v = atomic_load_16(p); in atomic_clear_16()
H A Datomic_common.h103 #define atomic_load_16(p) __atomic_load_generic(p, int16_t, uint16_t, 16) macro
H A Datomic_san.h330 #define atomic_load_16 ATOMIC_SAN(load_16) macro
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c181 while (!((flags = atomic_load_16(&shared[ref].flags)) & in gnttab_end_foreign_access_ref()
284 while (!((flags = atomic_load_16(&shared[ref].flags)) & in gnttab_end_foreign_transfer_ref()
292 flags = atomic_load_16(&shared[ref].flags); in gnttab_end_foreign_transfer_ref()
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Datomic.h258 #define atomic_load_16(p) (*(volatile uint16_t *)(p)) macro
/freebsd/sys/kern/
H A Dvfs_vnops.c808 state = atomic_load_16(flagsp); in file_v_lock()
817 state = atomic_load_16(flagsp); in file_v_lock()
835 state = atomic_load_16(flagsp); in file_v_lock()
847 state = atomic_load_16(flagsp); in file_v_unlock()
/freebsd/sys/dev/virtio/
H A Dvirtqueue.c732 vq_htog16(vq, atomic_load_16(&vq->vq_ring.used->idx))) in virtqueue_dequeue()
/freebsd/sys/dev/wg/
H A Dif_wg.c1124 interval = atomic_load_16(&peer->p_persistent_keepalive_interval); in wg_timers_event_any_authenticated_packet_traversal()
1274 if (atomic_load_16(&peer->p_persistent_keepalive_interval) > 0) in wg_timers_run_persistent_keepalive()
/freebsd/sys/dev/ena/
H A Dena.c3276 cleanup_scheduled = !!(atomic_load_16(&tx_ring->que->cleanup_task.ta_pending)); in check_missing_comp_in_tx_queue()
/freebsd/sys/vm/
H A Duma_core.c493 ubz = bucket_zone_lookup(atomic_load_16(&zone->uz_bucket_size)); in bucket_alloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1915 def atomic_load_16 :