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

Function lf_free_edge

freebsd/kern/kern_lockf.c:880–885  ·  view source on GitHub ↗

* Free a lock edge. */

Source from the content-addressed store, hash-verified

878 * Free a lock edge.
879 */
880static void
881lf_free_edge(struct lockf_edge *e)
882{
883
884 free(e, M_LOCKF);
885}
886
887/*
888 * Ensure that the lock's owner has a corresponding vertex in the

Callers 1

lf_remove_edgeFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected