Home
last modified time | relevance | path

Searched refs:kho_debugfs_init (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/liveupdate/
H A Dkexec_handover_internal.h29 int kho_debugfs_init(void);
36 static inline int kho_debugfs_init(void) { return 0; } in kho_debugfs_init() function
H A Dkexec_handover_debugfs.c215 __init int kho_debugfs_init(void) in kho_debugfs_init() function
H A Dkexec_handover.c1350 err = kho_debugfs_init(); in kho_init()