Searched refs:lcklst_head (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 49 LIST_HEAD(lcklst_head, file_lock); 50 struct lcklst_head lcklst_head = LIST_HEAD_INITIALIZER(lcklst_head); variable 150 LIST_FOREACH(fl, &lcklst_head, lcklst) { in lock_lookup() 188 LIST_FOREACH(fl, &lcklst_head, lcklst) { in testlock() 320 LIST_INSERT_HEAD(&lcklst_head, newfl, lcklst); in getlock() 339 LIST_INSERT_HEAD(&lcklst_head, newfl, lcklst); in getlock() 370 LIST_FOREACH(fl, &lcklst_head, lcklst) { in unlock() 457 LIST_FOREACH(fl, &lcklst_head, lcklst) { in sigchild_handler() 711 LIST_FOREACH(fl, &lcklst_head, lcklst) { in do_unlock() 819 for (fl = LIST_FIRST(&lcklst_head); fl != NULL; fl = next_fl) { in notify()
|