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

Function filt_kqdetach

freebsd/kern/kern_event.c:393–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393static void
394filt_kqdetach(struct knote *kn)
395{
396 struct kqueue *kq = kn->kn_fp->f_data;
397
398 knlist_remove(&kq->kq_sel.si_note, kn, 0);
399}
400
401/*ARGSUSED*/
402static int

Callers

nothing calls this directly

Calls 1

knlist_removeFunction · 0.85

Tested by

no test coverage detected