Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
int cntx2port[524];
235
236
static __inline void
237
atomic_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_long
Function · 0.85
Tested by
no test coverage detected