Searched refs:lcklst_head (Results 1 – 1 of 1) sorted by relevance
/openbsd/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() 187 LIST_FOREACH(fl, &lcklst_head, lcklst) { in testlock() 319 LIST_INSERT_HEAD(&lcklst_head, newfl, lcklst); in getlock() 338 LIST_INSERT_HEAD(&lcklst_head, newfl, lcklst); in getlock() 369 LIST_FOREACH(fl, &lcklst_head, lcklst) { in unlock() 455 LIST_FOREACH(fl, &lcklst_head, lcklst) { in sigchild_handler() 705 LIST_FOREACH(fl, &lcklst_head, lcklst) { in do_unlock() 811 for (fl = LIST_FIRST(&lcklst_head); fl != NULL; fl = next_fl) { in notify()
|