Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dstackdepot.h53 int __init stack_depot_early_init(void);
59 static inline int stack_depot_early_init(void) { return 0; } in stack_depot_early_init() function
/Linux-v6.1/lib/
Dstackdepot.c194 int __init stack_depot_early_init(void) in stack_depot_early_init() function
/Linux-v6.1/init/
Dmain.c842 stack_depot_early_init(); in mm_init()