MCPcopy Create free account
hub / github.com/F-Stack/f-stack / atomic_load_acq_long

Function atomic_load_acq_long

freebsd/arm/include/atomic-v6.h:657–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657static __inline u_long
658atomic_load_acq_long(volatile u_long *p)
659{
660 u_long v;
661
662 v = *p;
663 dmb();
664 return (v);
665}
666
667static __inline uint32_t
668atomic_readandclear_32(volatile uint32_t *p)

Callers 7

vmx_pending_intrFunction · 0.85
bnx2x_sp_postFunction · 0.85
bnx2x_sp_eventFunction · 0.85
bnx2x_periodic_calloutFunction · 0.85
bnx2x_interrupt_actionFunction · 0.85
bnx2x_dev_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected