kern_event.c | 102 static void knote_detach(struct knote *, filedesc_t *fdp, bool); 366 * a knote is so marked). Code paths that lead to knote_detach() must ensure 2043 * knote_detach() drops fdp->fd_lock 2050 knote_detach(kn, fdp, false); 2093 /* knote_detach() drops fdp->fd_lock */ 2094 knote_detach(kn, fdp, true); 2464 knote_detach(kn, fdp, true); 2668 knote_detach(kn, fdp, true); 2807 knote_detach(kn, fdp, true); 2818 knote_detach(struct knote *kn, filedesc_t *fdp, bool dofop function in typeref:typename:void [all...] |