Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2705
static void
2706
knote_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_register
Function · 0.85
kqueue_scan
Function · 0.85
knote_drop_detached
Function · 0.85
Calls
1
uma_zfree
Function · 0.50
Tested by
no test coverage detected