Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/lib/ !
Dstackdepot.c194 int __init stack_depot_early_init(void) in stack_depot_early_init() function
/linux-6.1.9/init/ !
Dmain.c842 stack_depot_early_init(); in mm_init()