Lines Matching refs:hfi_head
910 SLIST_INIT(&new->hfi_head); in hook_family_add()
970 if (!SLIST_EMPTY(&hfi->hfi_head) || !TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_remove()
1112 SLIST_INIT(&new->hfi_head); in hook_family_copy()
1192 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_register()
1254 SLIST_EMPTY(&hfi->hfi_head) && TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_notify_unregister()
1268 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_unregister()
1348 SLIST_INSERT_HEAD(&hfi->hfi_head, new, hei_entry); in hook_event_add()
1471 if (hfi->hfi_condemned && SLIST_EMPTY(&hfi->hfi_head) && in hook_event_remove()
1566 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry); in hook_event_free()
1567 if (hfi->hfi_condemned && SLIST_EMPTY(&hfi->hfi_head) && in hook_event_free()
1609 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_checkdup()
1663 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_find()