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

Function ng_leave_write

freebsd/netgraph/ng_base.c:2164–2168  ·  view source on GitHub ↗

Release writer lock. */

Source from the content-addressed store, hash-verified

2162
2163/* Release writer lock. */
2164static __inline void
2165ng_leave_write(node_p node)
2166{
2167 atomic_clear_rel_int(&node->nd_input_queue.q_flags, WRITER_ACTIVE);
2168}
2169
2170/* Purge node queue. Called on node shutdown. */
2171static void

Callers 1

ng_apply_itemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected