vfs_vnops.c | 1656 struct knote *thiskn, *nextkn, *prevkn = NULL; local in function:vn_knote_detach 1658 SLIST_FOREACH_SAFE(thiskn, &vk->vk_klist, kn_selnext, nextkn) { 1659 if (thiskn == kn) { 1665 interest |= vn_knote_to_interest(thiskn); 1666 prevkn = thiskn;
|