Home
last modified time | relevance | path

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

/kernel/events/
Dcallchain.c107 goto exit; in get_callchain_buffers()
114 goto exit; in get_callchain_buffers()
118 exit: in get_callchain_buffers()
Dcore.c5184 goto exit; in perf_event_output()
5190 exit: in perf_event_output()
6190 goto exit; in swevent_hlist_get_cpu()
6195 exit: in swevent_hlist_get_cpu()
8614 .exit = perf_cgroup_exit,
/kernel/trace/
Dtrace_stat.c140 goto exit; in stat_seq_init()
144 goto exit; in stat_seq_init()
161 exit: in stat_seq_init()
DKconfig242 Basic tracer to catch the syscall entry and exit events.
/kernel/
Dksysfs.c220 goto exit; in ksysfs_init()
239 exit: in ksysfs_init()
Dkcov.c140 goto exit; in kcov_mmap()
153 exit: in kcov_mmap()
Dsys.c1668 goto exit; in prctl_set_mm_exe_file_locked()
1672 goto exit; in prctl_set_mm_exe_file_locked()
1685 goto exit; in prctl_set_mm_exe_file_locked()
1696 goto exit; in prctl_set_mm_exe_file_locked()
1700 exit: in prctl_set_mm_exe_file_locked()
Dmodule.c844 if (mod->init && !mod->exit) { in SYSCALL_DEFINE2()
860 if (mod->exit != NULL) in SYSCALL_DEFINE2()
861 mod->exit(); in SYSCALL_DEFINE2()
890 if (mod->init != NULL && mod->exit == NULL) { in print_unload_info()
Dcgroup.c4862 need_forkexit_callback |= ss->fork || ss->exit; in cgroup_init_subsys()
5220 if (ss->exit) { in cgroup_exit()
5224 ss->exit(css, old_css, tsk); in cgroup_exit()
Dexit.c864 SYSCALL_DEFINE1(exit, int, error_code) in SYSCALL_DEFINE1() argument
Daudit.c1162 .exit = audit_net_exit,
/kernel/locking/
Dlockdep.c999 goto exit; in __bfs()
1008 goto exit; in __bfs()
1020 goto exit; in __bfs()
1035 goto exit; in __bfs()
1040 goto exit; in __bfs()
1048 exit: in __bfs()
/kernel/sched/
Dcore.c8678 .exit = cpu_cgroup_exit,