Searched refs:cpus (Results 101 - 125 of 136) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c918 guest_pagetable_clear_all(&lg->cpus[0]);
1083 lg->cpus[0].cpu_pgd = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dnet-sysfs.c538 cpumask_set_cpu(map->cpus[i], mask);
591 map->cpus[i++] = cpu;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dtrace-event-parse.c51 static int cpus; variable
2656 int log10_all = log10_cpu(cpus);
3216 cpus = nr_cpus;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/xen/
H A Dmmu.c1246 /* Get the "official" set of cpus referring to our pagetable. */
1372 static void xen_flush_tlb_others(const struct cpumask *cpus, argument
1381 if (cpumask_empty(cpus))
1389 cpumask_and(to_cpumask(args->mask), cpus, cpu_online_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c1246 /* Get the "official" set of cpus referring to our pagetable. */
1372 static void xen_flush_tlb_others(const struct cpumask *cpus, argument
1381 if (cpumask_empty(cpus))
1389 cpumask_and(to_cpumask(args->mask), cpus, cpu_online_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dparavirt_types.h244 void (*flush_tlb_others)(const struct cpumask *cpus,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dparavirt_types.h244 void (*flush_tlb_others)(const struct cpumask *cpus,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dslub.c3522 DECLARE_BITMAP(cpus, NR_CPUS);
3598 to_cpumask(l->cpus));
3628 cpumask_clear(to_cpumask(l->cpus));
3629 cpumask_set_cpu(track->cpu, to_cpumask(l->cpus));
3714 !cpumask_empty(to_cpumask(l->cpus)) &&
3716 len += sprintf(buf + len, " cpus=");
3718 to_cpumask(l->cpus));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dslub.c3522 DECLARE_BITMAP(cpus, NR_CPUS);
3598 to_cpumask(l->cpus));
3628 cpumask_clear(to_cpumask(l->cpus));
3629 cpumask_set_cpu(track->cpu, to_cpumask(l->cpus));
3714 !cpumask_empty(to_cpumask(l->cpus)) &&
3716 len += sprintf(buf + len, " cpus=");
3718 to_cpumask(l->cpus));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_main.c1323 * controlling cpu, all cpus are in this loop. One cpu is in
1359 * other cpus are still live, each cpu in this loop
2157 kdb_printf("Available cpus: ");
2181 /* print the trailing cpus, ignoring them if they are all offline */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_os.c1803 int cpus; local
1875 cpus = num_online_cpus();
1876 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
1877 (cpus + 1) : (ha->msix_count - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb3/
H A Dcommon.h708 const u8 * cpus, const u16 *rspq);
H A Dcxgb3_main.c574 u8 cpus[SGE_QSETS + 1]; local
578 cpus[i] = i;
579 cpus[SGE_QSETS] = 0xff; /* terminator */
588 V_RRCPLCPUSIZE(6) | F_HASHTOEPLITZ, cpus, rspq_map);
H A Dt3_hw.c2582 * @cpus: values for the CPU lookup table (0xff terminated)
2585 * Programs the receive packet steering logic. @cpus and @rspq provide
2591 const u8 * cpus, const u16 *rspq)
2595 if (cpus)
2600 val |= (cpus[cpu_idx++] & 0x3f) << (8 * j);
2601 if (cpus[cpu_idx] == 0xff)
2590 t3_config_rss(struct adapter *adapter, unsigned int rss_config, const u8 * cpus, const u16 *rspq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c1803 int cpus; local
1875 cpus = num_online_cpus();
1876 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
1877 (cpus + 1) : (ha->msix_count - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcommon.h708 const u8 * cpus, const u16 *rspq);
H A Dcxgb3_main.c574 u8 cpus[SGE_QSETS + 1]; local
578 cpus[i] = i;
579 cpus[SGE_QSETS] = 0xff; /* terminator */
588 V_RRCPLCPUSIZE(6) | F_HASHTOEPLITZ, cpus, rspq_map);
H A Dt3_hw.c2582 * @cpus: values for the CPU lookup table (0xff terminated)
2585 * Programs the receive packet steering logic. @cpus and @rspq provide
2591 const u8 * cpus, const u16 *rspq)
2595 if (cpus)
2600 val |= (cpus[cpu_idx++] & 0x3f) << (8 * j);
2601 if (cpus[cpu_idx] == 0xff)
2590 t3_config_rss(struct adapter *adapter, unsigned int rss_config, const u8 * cpus, const u16 *rspq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/debug/kdb/
H A Dkdb_main.c1323 * controlling cpu, all cpus are in this loop. One cpu is in
1359 * other cpus are still live, each cpu in this loop
2157 kdb_printf("Available cpus: ");
2181 /* print the trailing cpus, ignoring them if they are all offline */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dsmtc.c393 void smtc_prepare_cpus(int cpus) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c393 void smtc_prepare_cpus(int cpus) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c471 int cpus; member in struct:ring_buffer
1128 * in early initcall, it will not be notified of secondary cpus.
1129 * In that off case, we need to allocate for all possible cpus.
1137 buffer->cpus = nr_cpu_ids;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dring_buffer.c471 int cpus; member in struct:ring_buffer
1128 * in early initcall, it will not be notified of secondary cpus.
1129 * In that off case, we need to allocate for all possible cpus.
1137 buffer->cpus = nr_cpu_ids;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Devent.c988 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) argument
992 cfg->n_cpus_hint = cpus;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Devent.c988 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) argument
992 cfg->n_cpus_hint = cpus;

Completed in 291 milliseconds

123456