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

Function knote_free

freebsd/kern/kern_event.c:2705–2710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2703}
2704
2705static void
2706knote_free(struct knote *kn)
2707{
2708
2709 uma_zfree(knote_zone, kn);
2710}
2711
2712/*
2713 * Register the kev w/ the kq specified by fd.

Callers 3

kqueue_registerFunction · 0.85
kqueue_scanFunction · 0.85
knote_drop_detachedFunction · 0.85

Calls 1

uma_zfreeFunction · 0.50

Tested by

no test coverage detected