Searched refs:quick_exit_fns (Results 1 – 1 of 1) sorted by relevance
45 static struct quick_exit_fn *quick_exit_fns; variable67 fn->next = quick_exit_fns; in at_quick_exit()68 quick_exit_fns = fn; in at_quick_exit()88 for (fn = quick_exit_fns; fn != NULL; fn = fn->next) { in quick_exit()