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

Function atomic_incr_long

freebsd/mips/nlm/dev/net/xlpge.c:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234int cntx2port[524];
235
236static __inline void
237atomic_incr_long(unsigned long *addr)
238{
239 atomic_add_long(addr, 1);
240}
241
242/*
243 * xlpnae driver implementation

Callers

nothing calls this directly

Calls 1

atomic_add_longFunction · 0.85

Tested by

no test coverage detected