Searched refs:target_cpu (Results 1 – 14 of 14) sorted by relevance
| /drivers/hv/ |
| A D | channel_mgmt.c | 474 hv_clear_allocated_cpu(channel->target_cpu); in hv_process_channel_removal() 717 if (primary->target_cpu == cpu) in hv_cpuself_used() 721 if (sc != chn && sc->target_cpu == cpu) in hv_cpuself_used() 748 u32 target_cpu; in init_vp_index() local 762 channel->target_cpu = VMBUS_CONNECT_CPU; in init_vp_index() 794 target_cpu = cpumask_first(available_mask); in init_vp_index() 795 cpumask_set_cpu(target_cpu, allocated_mask); in init_vp_index() 798 i > ncpu || !hv_cpuself_used(target_cpu, channel)) in init_vp_index() 802 channel->target_cpu = target_cpu; in init_vp_index()
|
| A D | vmbus_drv.c | 494 channel->target_cpu); in channel_vp_mapping_show() 501 cur_sc->target_cpu); in channel_vp_mapping_show() 1642 return sprintf(buf, "%u\n", channel->target_cpu); in target_cpu_show() 1657 if (target_cpu >= nr_cpumask_bits) in vmbus_channel_set_cpu() 1663 if (!cpu_online(target_cpu)) in vmbus_channel_set_cpu() 1698 origin_cpu = channel->target_cpu; in vmbus_channel_set_cpu() 1699 if (target_cpu == origin_cpu) in vmbus_channel_set_cpu() 1723 channel->target_cpu = target_cpu; in vmbus_channel_set_cpu() 1732 origin_cpu, target_cpu); in vmbus_channel_set_cpu() 1742 u32 target_cpu; in target_cpu_store() local [all …]
|
| A D | hv.c | 447 if (channel->target_cpu == cpu || in hv_pick_new_cpu() 448 channel->target_cpu == VMBUS_CONNECT_CPU) in hv_pick_new_cpu() 489 if (channel->target_cpu == cpu) { in hv_synic_cleanup() 497 if (sc->target_cpu == cpu) { in hv_synic_cleanup()
|
| A D | hyperv_vmbus.h | 425 if (channel->target_cpu == cpu) in hv_is_allocated_cpu() 428 if (sc->target_cpu == cpu) in hv_is_allocated_cpu()
|
| A D | channel.c | 179 page = alloc_pages_node(cpu_to_node(newchannel->target_cpu), in vmbus_alloc_ring() 714 open_msg->target_vp = hv_cpu_number_to_vp_number(newchannel->target_cpu); in __vmbus_open()
|
| /drivers/irqchip/ |
| A D | irq-apple-aic.c | 247 u32 target_cpu; member 265 .target_cpu = AIC_TARGET_CPU, 272 .target_cpu = AIC_TARGET_CPU, 281 .target_cpu = AIC_TARGET_CPU, 432 BUG_ON(!ic->info.target_cpu); in aic_irq_set_affinity() 439 aic_ic_write(ic, ic->info.target_cpu + AIC_HWIRQ_IRQ(hwirq) * 4, BIT(cpu)); in aic_irq_set_affinity() 970 off = start_off = irqc->info.target_cpu; in aic_of_ic_init() 1045 if (irqc->info.target_cpu) in aic_of_ic_init() 1047 aic_ic_write(irqc, irqc->info.target_cpu + off + i * 4, 1); in aic_of_ic_init()
|
| /drivers/pci/controller/ |
| A D | pcie-iproc-msi.c | 211 int target_cpu = cpumask_first(mask); in iproc_msi_irq_set_affinity() local 216 if (curr_cpu == target_cpu) in iproc_msi_irq_set_affinity() 220 data->hwirq = hwirq_to_canonical_hwirq(msi, data->hwirq) + target_cpu; in iproc_msi_irq_set_affinity() 224 irq_data_update_effective_affinity(data, cpumask_of(target_cpu)); in iproc_msi_irq_set_affinity()
|
| A D | pci-xgene-msi.c | 152 int target_cpu = cpumask_first(mask); in xgene_msi_set_affinity() local 154 irq_data_update_effective_affinity(irqdata, cpumask_of(target_cpu)); in xgene_msi_set_affinity()
|
| /drivers/scsi/ |
| A D | storvsc_drv.c | 631 if (device->channel != channel && device->channel->target_cpu == old) { in storvsc_change_target_cpu() 639 if (cur_chn->target_cpu == old) { in storvsc_change_target_cpu() 714 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation() 715 cpumask_set_cpu(new_sc->target_cpu, &stor_device->alloced_cpus); in handle_sc_creation() 939 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init() 940 cpumask_set_cpu(device->channel->target_cpu, in storvsc_channel_init() 1472 if (outgoing_channel->target_cpu == q_num) { in storvsc_do_io()
|
| /drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-eth-debugfs.c | 82 fq->target_cpu, in dpaa2_dbg_fqs_show()
|
| A D | dpaa2-eth.h | 463 int target_cpu; member
|
| A D | dpaa2-eth.c | 2926 cpumask_set_cpu(fq->target_cpu, xps_mask); in update_xps() 3326 fq->target_cpu = rx_cpu; in dpaa2_eth_set_fq_affinity() 3332 fq->target_cpu = txc_cpu; in dpaa2_eth_set_fq_affinity() 3340 fq->channel = dpaa2_eth_get_affine_channel(priv, fq->target_cpu); in dpaa2_eth_set_fq_affinity()
|
| /drivers/net/hyperv/ |
| A D | netvsc.c | 324 int node = cpu_to_node(nvchan->channel->target_cpu); in netvsc_alloc_recv_comp_ring()
|
| A D | netvsc_drv.c | 1287 &pcpu_tot[nvchan->channel->target_cpu]; in netvsc_get_pcpu_stats()
|
Completed in 67 milliseconds