Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ plock_unlock
Function
plock_unlock
dpdk/app/test/test_barrier.c:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static void
105
plock_unlock(struct plock *l, uint32_t self)
106
{
107
rte_smp_wmb();
108
l->flag[self] = 0;
109
}
110
111
static void
112
plock_reset(struct plock *l, enum plock_use_type utype)
Callers
1
plock_add
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected