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

  /src/sys/kern/
vfs_vnops.c 1656 struct knote *thiskn, *nextkn, *prevkn = NULL; local in function:vn_knote_detach
1661 KASSERT(prevkn != NULL);
1662 SLIST_REMOVE_AFTER(prevkn, kn_selnext);
1666 prevkn = thiskn;
vfs_vnops.c 1656 struct knote *thiskn, *nextkn, *prevkn = NULL; local in function:vn_knote_detach
1661 KASSERT(prevkn != NULL);
1662 SLIST_REMOVE_AFTER(prevkn, kn_selnext);
1666 prevkn = thiskn;
vfs_vnops.c 1656 struct knote *thiskn, *nextkn, *prevkn = NULL; local in function:vn_knote_detach
1661 KASSERT(prevkn != NULL);
1662 SLIST_REMOVE_AFTER(prevkn, kn_selnext);
1666 prevkn = thiskn;

Completed in 34 milliseconds