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

Function ng_leave_read

freebsd/netgraph/ng_base.c:2157–2161  ·  view source on GitHub ↗

Release reader lock. */

Source from the content-addressed store, hash-verified

2155
2156/* Release reader lock. */
2157static __inline void
2158ng_leave_read(node_p node)
2159{
2160 atomic_subtract_rel_int(&node->nd_input_queue.q_flags, READER_INCREMENT);
2161}
2162
2163/* Release writer lock. */
2164static __inline void

Callers 1

ng_apply_itemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected