Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ notifier_free
Function
notifier_free
freebsd/kern/uipc_mqueue.c:1964–1968 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1962
}
1963
1964
static __inline void
1965
notifier_free(struct mqueue_notifier *p)
1966
{
1967
uma_zfree(mqnoti_zone, p);
1968
}
1969
1970
static struct mqueue_notifier *
1971
notifier_search(struct proc *p, int fd)
Callers
2
notifier_delete
Function · 0.85
kern_kmq_notify
Function · 0.85
Calls
1
uma_zfree
Function · 0.50
Tested by
no test coverage detected