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

  /src/usr.sbin/rpc.lockd/
lockd_lock.c 814 struct file_lock *fl, *next_fl; local in function:notify
819 for (fl = LIST_FIRST(&lcklst_head); fl != NULL; fl = next_fl) {
820 next_fl = LIST_NEXT(fl, lcklst);
lockd_lock.c 814 struct file_lock *fl, *next_fl; local in function:notify
819 for (fl = LIST_FIRST(&lcklst_head); fl != NULL; fl = next_fl) {
820 next_fl = LIST_NEXT(fl, lcklst);

Completed in 23 milliseconds