Home
last modified time | relevance | path

Searched refs:initcall (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dboottime-trace.rst132 starting with ``kernel``. Some of them will be enabled eariler than the initcall
134 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:*"
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-module.c493 const u32 *initcall; in fips140_init() local
501 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()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmodule.lds.h18 KEEP(*(.initcall##level##.init*)) \
19 KEEP(*(.initcall##level##s.init*))
/OK3568_Linux_fs/u-boot/scripts/
H A Drkpatch.sh41 sed -i 's/\<debug\>/printf/g' lib/initcall.c
42 sed -i 's/ifdef DEBUG/if 1/g' lib/initcall.c
/OK3568_Linux_fs/u-boot/lib/
H A D.initcall.o.cmd
H A Dinitcall.su
H A D.built-in.o.cmd
H A DMakefile29 obj-y += initcall.o
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dvmlinux.lds.S115 .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET ) {
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dinitcall.h3 #define TRACE_SYSTEM initcall
/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h255 __initcall_name(initcall, __iid, id), \
261 #define __define_initcall(fn, id) ___define_initcall(fn, id, .initcall##id)
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dcommon.lds.S47 .initcall.init : {
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dvmlinux.lds.h966 KEEP(*(.initcall##level##.init)) \
968 KEEP(*(.initcall##level##s.init)) \
/OK3568_Linux_fs/kernel/net/bluetooth/
H A DKconfig121 are run late in the initcall hierarchy.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.generic-board68 initcall proposal when it is ready.
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ddevice_link.rst112 a problem if the consumer is required to probe before a certain initcall level
/OK3568_Linux_fs/u-boot/common/
H A D.board_f.o.cmd
H A D.board_r.o.cmd
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A DKconfig229 In some situations, the default initcall level (module_init)
232 If you say yes here, the initcall level would be raised to
/OK3568_Linux_fs/kernel/init/
H A DKconfig1326 bool "Call initcall async"
1329 Call same level initcall async in kthread.
/OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/
H A Dbuild_2025-06-06_01-57-41.log
H A D70-loader-build.log
H A D70-loader-build_2025-06-06_01-57-41.log
H A Dbuild.log
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt1859 initcall functions. Useful for debugging built-in

12