HomeSort by: relevance | last modified time | path
    Searched defs:call_hook (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_module_hook.c 108 bool call_hook; local in function:module_hook_tryenter
112 call_hook = atomic_load_relaxed(hooked);
113 if (call_hook)
117 return call_hook;
kern_module_hook.c 108 bool call_hook; local in function:module_hook_tryenter
112 call_hook = atomic_load_relaxed(hooked);
113 if (call_hook)
117 return call_hook;

Completed in 45 milliseconds