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

/freebsd-10.0-release/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 in typeref:struct:monfilelist_head
1059 LIST_FOREACH(imf, &monfilelist_head, monfilelist) {
1129 LIST_INSERT_HEAD(&monfilelist_head, nmf, monfilelist);
1144 LIST_FOREACH(imf, &monfilelist_head, monfilelist) {

Completed in 136 milliseconds