lockd_lock.c | 123 LIST_HEAD(hostlst_head, host); 124 struct hostlst_head hostlst_head = LIST_HEAD_INITIALIZER(hostlst_head); variable in typeref:struct:hostlst_head 772 LIST_FOREACH(hp, &hostlst_head, hostlst) { 808 LIST_INSERT_HEAD(&hostlst_head, hp, hostlst);
|