Lines Matching refs:hfi_head
926 SLIST_INIT(&new->hfi_head); in hook_family_add()
986 if (!SLIST_EMPTY(&hfi->hfi_head) || !TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_remove()
1128 SLIST_INIT(&new->hfi_head); in hook_family_copy()
1208 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_register()
1270 SLIST_EMPTY(&hfi->hfi_head) && TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_notify_unregister()
1284 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_unregister()
1364 SLIST_INSERT_HEAD(&hfi->hfi_head, new, hei_entry); in hook_event_add()
1487 if (hfi->hfi_condemned && SLIST_EMPTY(&hfi->hfi_head) && in hook_event_remove()
1582 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry); in hook_event_free()
1583 if (hfi->hfi_condemned && SLIST_EMPTY(&hfi->hfi_head) && in hook_event_free()
1625 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_checkdup()
1679 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_find()