Home
last modified time | relevance | path

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

/Linux-v6.1/arch/ia64/kernel/
Dmodule.c852 unsigned long num_init = 0, num_core = 0; in register_unwind_table() local
859 ++num_core; in register_unwind_table()
880 init = start + num_core; in register_unwind_table()
884 mod->name, mod->arch.gp, num_init, num_core); in register_unwind_table()
889 if (num_core > 0) { in register_unwind_table()
891 core, core + num_core); in register_unwind_table()
893 mod->arch.core_unw_table, core, core + num_core); in register_unwind_table()
/Linux-v6.1/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()