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

Function knlist_remove

freebsd/kern/kern_event.c:2348–2353  ·  view source on GitHub ↗

* remove knote from the specified knlist */

Source from the content-addressed store, hash-verified

2346 * remove knote from the specified knlist
2347 */
2348void
2349knlist_remove(struct knlist *knl, struct knote *kn, int islocked)
2350{
2351
2352 knlist_remove_kq(knl, kn, islocked, 0);
2353}
2354
2355int
2356knlist_empty(struct knlist *knl)

Callers 15

audit_pipe_kqdetachFunction · 0.85
pts_kqops_read_detachFunction · 0.85
pts_kqops_write_detachFunction · 0.85
logkqdetachFunction · 0.85
tty_kqops_read_detachFunction · 0.85
tty_kqops_write_detachFunction · 0.85
filt_kqdetachFunction · 0.85
filt_procdetachFunction · 0.85
filt_mqdetachFunction · 0.85
filt_sigdetachFunction · 0.85
filt_eventfddetachFunction · 0.85

Calls 1

knlist_remove_kqFunction · 0.85

Tested by

no test coverage detected