Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_atomic16_inc
Function
rte_atomic16_inc
dpdk/lib/eal/include/generic/rte_atomic.h:312–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
#ifdef RTE_FORCE_INTRINSICS
312
static inline void
313
rte_atomic16_inc(rte_atomic16_t *v)
314
{
315
rte_atomic16_add(v, 1);
316
}
317
#endif
318
319
/**
Callers
nothing calls this directly
Calls
1
rte_atomic16_add
Function · 0.85
Tested by
no test coverage detected