Searched refs:hook_stacks (Results 1 – 3 of 3) sorted by relevance
29 hook_stacks
31 hook_stacks
249 static hook_stack_head_t hook_stacks; variable297 SLIST_INIT(&hook_stacks); in hook_init()320 ASSERT(SLIST_EMPTY(&hook_stacks)); in hook_fini()508 SLIST_INSERT_HEAD(&hook_stacks, hks, hks_entry); in hook_stack_init()593 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry); in hook_stack_remove()614 SLIST_FOREACH(hks, &hook_stacks, hks_entry) { in hook_stack_get()