Searched refs:hook_count (Results 1 – 1 of 1) sorted by relevance
75 static int hook_count = 1; variable230 for (i = 0; i < hook_count; i++) { in com_err_va()244 for (i = 0; i < hook_count; i++) { in com_err_va()282 for (i = 0; i < hook_count; i++) in set_com_err_hook()286 hook_count = 1; in set_com_err_hook()301 for (i = 0; i < hook_count; i++) in reset_com_err_hook()305 hook_count = 1; in reset_com_err_hook()317 if (hook_count < MAX_HOOKS) { in add_com_err_hook()318 for (i = 0; i < hook_count; i++) { in add_com_err_hook()323 hook_count++; in add_com_err_hook()[all …]