Searched refs:hook_stacks (Results 1 – 3 of 3) sorted by relevance
29 hook_stacks
31 hook_stacks
250 static hook_stack_head_t hook_stacks; variable298 SLIST_INIT(&hook_stacks); in hook_init()321 ASSERT(SLIST_EMPTY(&hook_stacks)); in hook_fini()509 SLIST_INSERT_HEAD(&hook_stacks, hks, hks_entry); in hook_stack_init()594 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry); in hook_stack_remove()615 SLIST_FOREACH(hks, &hook_stacks, hks_entry) { in hook_stack_get()