Home
last modified time | relevance | path

Searched defs:postcore_initcall (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h281 #define postcore_initcall(fn) __define_initcall(fn, 2) macro
H A Dmodule.h117 #define postcore_initcall(fn) module_init(fn) macro
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c8229 postcore_initcall(init_per_zone_wmark_min) in postcore_initcall() function