Searched refs:num_core (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c871 unsigned long num_init = 0, num_core = 0; local
878 ++num_core;
901 init = start + num_core;
904 DEBUGP("%s: name=%s, gp=%lx, num_init=%lu, num_core=%lu\n", __func__,
905 mod->name, mod->arch.gp, num_init, num_core);
910 if (num_core > 0) {
912 core, core + num_core);
914 mod->arch.core_unw_table, core, core + num_core);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmodule.c871 unsigned long num_init = 0, num_core = 0; local
878 ++num_core;
901 init = start + num_core;
904 DEBUGP("%s: name=%s, gp=%lx, num_init=%lu, num_core=%lu\n", __func__,
905 mod->name, mod->arch.gp, num_init, num_core);
910 if (num_core > 0) {
912 core, core + num_core);
914 mod->arch.core_unw_table, core, core + num_core);

Completed in 119 milliseconds