Searched defs:postcore_initcall (Results 1 – 3 of 3) sorted by relevance
299 #define postcore_initcall(fn) __define_initcall(fn, 2) macro
114 #define postcore_initcall(fn) module_init(fn) macro
5780 postcore_initcall(init_per_zone_wmark_min) in postcore_initcall() function