Searched refs:hook_stacks (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c249 static hook_stack_head_t hook_stacks; variable
297 SLIST_INIT(&hook_stacks);
320 ASSERT(SLIST_EMPTY(&hook_stacks));
508 SLIST_INSERT_HEAD(&hook_stacks, hks, hks_entry);
593 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry);
614 SLIST_FOREACH(hks, &hook_stacks, hks_entry) {

Completed in 61 milliseconds