Home
last modified time | relevance | path

Searched refs:monfilelist_head (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c132 LIST_HEAD(monfilelist_head, monfile);
133 struct monfilelist_head monfilelist_head = LIST_HEAD_INITIALIZER(monfilelist_head); variable
1036 LIST_FOREACH(imf, &monfilelist_head, monfilelist) { in lock_hwlock()
1106 LIST_INSERT_HEAD(&monfilelist_head, nmf, monfilelist); in lock_hwlock()
1121 LIST_FOREACH(imf, &monfilelist_head, monfilelist) { in unlock_hwlock()