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

Function atomic_fetchadd_long

freebsd/i386/include/atomic.h:707–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707static __inline u_long
708atomic_fetchadd_long(volatile u_long *p, u_long v)
709{
710
711 return (atomic_fetchadd_int((volatile u_int *)p, (u_int)v));
712}
713
714static __inline int
715atomic_testandset_long(volatile u_long *p, u_int v)

Callers 15

uma_total_incFunction · 0.50
tcp_log_selectautoFunction · 0.50
tcp_lro_reg_mbufqFunction · 0.50
tcp_lro_dereg_mbufqFunction · 0.50
bufspace_adjustFunction · 0.50
bufspace_reserveFunction · 0.50
runningbufwakeupFunction · 0.50
bufwriteFunction · 0.50
vn_alloc_hardFunction · 0.50
vn_allocFunction · 0.50
cache_allocFunction · 0.50
chglimitFunction · 0.50

Calls 1

atomic_fetchadd_intFunction · 0.70

Tested by

no test coverage detected