[go: nahoru, domu]

Searched defs:cpus (Results 1 - 12 of 12) sorted by relevance

/drivers/crypto/qat/qat_dh895xcc/
H A Dadf_drv.c124 int cpus = num_online_cpus(); local
126 int instances = min(cpus, banks);
H A Dadf_isr.c116 unsigned int cpu, cpus = num_online_cpus(); local
129 cpu = ((accel_dev->accel_id * hw_data->num_banks) + i) % cpus;
/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c119 * - intrablade process migration between cpus is not frequent but is
344 * use by blade-local cpus
345 * - the rest are used by off-blade cpus. This usage is
349 * has less tan or equal to 16 cpus, each cpu has a unique handle that it can
356 int cpus, shift = 0, n; local
358 cpus = uv_blade_nr_possible_cpus(gru->gs_blade_id);
360 /* n = cpus rounded up to next power of 2 */
361 if (cpus) {
362 n = 1 << fls(cpus - 1);
366 * 0 if cpus <
[all...]
H A Dgrulib.h146 int cpus; member in struct:gru_config_info
/drivers/cpuidle/
H A Dcoupled.c2 * coupled.c - helper functions to enter the same idle state on multiple cpus
33 * cpus cannot be independently powered down, either due to
40 * shared between the cpus (L2 cache, interrupt controller, and
42 * be tightly controlled on both cpus.
45 * WFI state until all cpus are ready to enter a coupled state, at
47 * cpus at approximately the same time.
49 * Once all cpus are ready to enter idle, they are woken by an smp
51 * cpus will find work to do, and choose not to enter idle. A
52 * final pass is needed to guarantee that all cpus will call the
55 * ready counter matches the number of online coupled cpus
431 cpumask_t cpus; local
618 cpumask_t cpus; local
[all...]
/drivers/lguest/
H A Dlg.h94 struct lg_cpu cpus[NR_CPUS]; member in struct:lguest
/drivers/cpufreq/
H A Dcpufreq.c154 * - policy->cpus with all possible CPUs
174 cpumask_setall(policy->cpus);
337 for_each_cpu(freqs->cpu, policy->cpus)
682 return cpufreq_show_cpus(policy->cpus, buf);
879 for_each_cpu(j, policy->cpus) {
993 cpumask_set_cpu(cpu, policy->cpus);
1039 if (!alloc_cpumask_var(&policy->cpus, GFP_KERNEL))
1053 free_cpumask_var(policy->cpus);
1087 free_cpumask_var(policy->cpus);
1185 cpumask_copy(policy->cpus, cpumask_o
1339 unsigned int cpu = dev->id, cpus; local
1407 unsigned int cpu = dev->id, cpus; local
[all...]
/drivers/edac/
H A Dcpc925_edac.c597 struct device_node *cpus; local
607 cpus = of_find_node_by_path("/cpus");
608 if (cpus == NULL) {
609 cpc925_printk(KERN_DEBUG, "No /cpus node !\n");
613 while ((cpunode = of_get_next_child(cpus, cpunode)) != NULL) {
617 cpc925_printk(KERN_ERR, "Not a cpu node in /cpus: %s\n", cpunode->name);
638 of_node_put(cpus);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c578 u8 cpus[SGE_QSETS + 1]; local
582 cpus[i] = i;
583 cpus[SGE_QSETS] = 0xff; /* terminator */
592 V_RRCPLCPUSIZE(6) | F_HASHTOEPLITZ, cpus, rspq_map);
H A Dt3_hw.c2492 * @cpus: values for the CPU lookup table (0xff terminated)
2495 * Programs the receive packet steering logic. @cpus and @rspq provide
2501 const u8 * cpus, const u16 *rspq)
2505 if (cpus)
2510 val |= (cpus[cpu_idx++] & 0x3f) << (8 * j);
2511 if (cpus[cpu_idx] == 0xff)
2500 t3_config_rss(struct adapter *adapter, unsigned int rss_config, const u8 * cpus, const u16 *rspq) argument
/drivers/scsi/qla2xxx/
H A Dqla_os.c1582 int cpus; local
1655 cpus = num_online_cpus();
1656 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
1657 (cpus + 1) : (ha->msix_count - 1);
1690 int cpus; local
1746 cpus = num_online_cpus();
1747 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
1748 (cpus + 1) : (ha->msix_count - 1);
/drivers/net/ethernet/broadcom/
H A Dbnx2.c6287 int cpus = netif_get_num_default_rss_queues(); local
6291 msix_vecs = max(cpus + 1, bp->num_req_tx_rings);
6293 msix_vecs = max(cpus, bp->num_req_rx_rings);

Completed in 1134 milliseconds