Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 14 of 14) sorted by relevance

/kernel/events/
Dcallchain.c118 goto exit; in get_callchain_buffers()
130 goto exit; in get_callchain_buffers()
135 exit: in get_callchain_buffers()
Dcore.c6721 goto exit; in __perf_event_output()
6727 exit: in __perf_event_output()
8565 goto exit; in swevent_hlist_get_cpu()
8570 exit: in swevent_hlist_get_cpu()
/kernel/trace/
Dtrace_stat.c141 goto exit; in stat_seq_init()
145 goto exit; in stat_seq_init()
162 exit: in stat_seq_init()
DKconfig297 Basic tracer to catch the syscall entry and exit events.
/kernel/
Dksysfs.c246 goto exit; in ksysfs_init()
265 exit: in ksysfs_init()
Dptrace.c949 info->exit.rval = syscall_get_error(child, regs); in ptrace_get_syscall_info_exit()
950 info->exit.is_error = !!info->exit.rval; in ptrace_get_syscall_info_exit()
951 if (!info->exit.is_error) in ptrace_get_syscall_info_exit()
952 info->exit.rval = syscall_get_return_value(child, regs); in ptrace_get_syscall_info_exit()
955 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()
Dkcov.c459 goto exit; in kcov_mmap()
472 exit: in kcov_mmap()
Dsys.c1834 goto exit; in prctl_set_mm_exe_file()
1838 goto exit; in prctl_set_mm_exe_file()
1867 exit: in prctl_set_mm_exe_file()
1873 goto exit; in prctl_set_mm_exe_file()
Dmodule.c1007 if (mod->init && !mod->exit) { in SYSCALL_DEFINE2()
1023 if (mod->exit != NULL) in SYSCALL_DEFINE2()
1024 mod->exit(); in SYSCALL_DEFINE2()
1060 if (mod->init != NULL && mod->exit == NULL) { in print_unload_info()
Dexit.c866 SYSCALL_DEFINE1(exit, int, error_code) in SYSCALL_DEFINE1() argument
Daudit.c1567 .exit = audit_net_exit,
/kernel/locking/
Dlockdep.c1475 goto exit; in __bfs()
1480 goto exit; in __bfs()
1489 goto exit; in __bfs()
1503 goto exit; in __bfs()
1508 goto exit; in __bfs()
1516 exit: in __bfs()
/kernel/sched/
Dcpufreq_schedutil.c899 .exit = sugov_exit,
/kernel/cgroup/
Dcgroup.c5657 have_exit_callback |= (bool)ss->exit << ss->id; in cgroup_init_subsys()
6119 ss->exit(tsk); in cgroup_exit()