Searched refs:hook_call (Results 1 – 4 of 4) sorted by relevance
/arch/cris/arch-v32/mach-fs/ |
D | vcs_hook.c | 22 int hook_call(unsigned id, unsigned pcnt, ...) in hook_call() function 88 hook_call(hook_print_str, i, str); in print_str() 93 (void)hook_call(hook_kick_dog, 0); in CPU_KICK_DOG() 98 (void)hook_call(hook_dog_timeout, 1, t); in CPU_WATCHDOG_TIMEOUT()
|
D | vcs_hook.h | 8 int hook_call(unsigned id, unsigned pcnt, ...);
|
/arch/cris/arch-v32/mach-a3/ |
D | vcs_hook.c | 54 int hook_call(unsigned id, unsigned pcnt, ...) in hook_call() function 98 hook_call(hook_print_str, i, str); in print_str()
|
D | vcs_hook.h | 8 int hook_call(unsigned id, unsigned pcnt, ...);
|