Home
last modified time | relevance | path

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

/Linux-v6.6/arch/ia64/kernel/
Dmodule.c856 unsigned long num_init = 0, num_core = 0; in register_unwind_table() local
863 ++num_core; in register_unwind_table()
884 init = start + num_core; in register_unwind_table()
888 mod->name, mod->arch.gp, num_init, num_core); in register_unwind_table()
893 if (num_core > 0) { in register_unwind_table()
895 core, core + num_core); in register_unwind_table()
897 mod->arch.core_unw_table, core, core + num_core); in register_unwind_table()
/Linux-v6.6/drivers/media/platform/allegro-dvt/
Dallegro-mail.h156 u32 num_core; member
Dallegro-mail.c381 msg->num_core = src[i++]; in allegro_dec_create_channel()