HomeSort by: relevance | last modified time | path
    Searched defs:thiskn (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
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;

Completed in 25 milliseconds