Home
last modified time | relevance | path

Searched refs:exitcall_t (Results 1 – 2 of 2) sorted by relevance

/arch/um/include/shared/
Dinit.h41 typedef void (*exitcall_t)(void); typedef
75 static exitcall_t __uml_exitcall_##fn __uml_exit_call = fn
125 #define __exitcall(fn) static exitcall_t __exitcall_##fn __exit_call = fn
/arch/um/kernel/
Dprocess.c223 extern exitcall_t __uml_exitcall_begin, __uml_exitcall_end;
227 exitcall_t *call; in do_uml_exitcalls()