Searched refs:exitcall_t (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/um/include/shared/
H A Dinit.h42 typedef void (*exitcall_t)(void); typedef
72 static exitcall_t __uml_exitcall_##fn __uml_exit_call = fn
121 #define __exitcall(fn) static exitcall_t __exitcall_##fn __exit_call = fn
/linux-master/include/linux/
H A Dinit.h116 typedef void (*exitcall_t)(void); typedef
319 static exitcall_t __exitcall_##fn __exit_call = fn
H A Dmodule.h139 static inline exitcall_t __maybe_unused __exittest(void) \
/linux-master/arch/um/kernel/
H A Dprocess.c236 extern exitcall_t __uml_exitcall_begin, __uml_exitcall_end;
240 exitcall_t *call;

Completed in 98 milliseconds