Searched refs:initcall (Results 1 – 25 of 26) sorted by relevance
12
132 starting with ``kernel``. Some of them will be enabled eariler than the initcall134 will start before the initcall.)158 initcall.initcall_start {161 initcall.initcall_finish {162 …actions = "hist:keys=func:lat=common_timestamp.usecs-$ts0:onmatch(initcall.initcall_start).initcal…209 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f…215 trace_event = "initcall:*"
493 const u32 *initcall; in fips140_init() local501 for (initcall = __initcall_start + 1; in fips140_init()502 initcall < &__initcall_end_marker; in fips140_init()503 initcall++) { in fips140_init()504 int (*init)(void) = offset_to_ptr(initcall); in fips140_init()
18 KEEP(*(.initcall##level##.init*)) \19 KEEP(*(.initcall##level##s.init*))
41 sed -i 's/\<debug\>/printf/g' lib/initcall.c42 sed -i 's/ifdef DEBUG/if 1/g' lib/initcall.c
29 obj-y += initcall.o
115 .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET ) {
3 #define TRACE_SYSTEM initcall
255 __initcall_name(initcall, __iid, id), \261 #define __define_initcall(fn, id) ___define_initcall(fn, id, .initcall##id)
47 .initcall.init : {
966 KEEP(*(.initcall##level##.init)) \968 KEEP(*(.initcall##level##s.init)) \
121 are run late in the initcall hierarchy.
68 initcall proposal when it is ready.
112 a problem if the consumer is required to probe before a certain initcall level
229 In some situations, the default initcall level (module_init)232 If you say yes here, the initcall level would be raised to
1326 bool "Call initcall async"1329 Call same level initcall async in kthread.
1859 initcall functions. Useful for debugging built-in