Home
last modified time | relevance | path

Searched refs:cpup (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/alpha/kernel/
Dprocess.c79 struct percpu_struct *cpup; in common_shutdown_1() local
86 cpup = (struct percpu_struct *) in common_shutdown_1()
89 pflags = &cpup->flags; in common_shutdown_1()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c4824 struct lpfc_vector_map_info *cpup; in lpfc_fcp_cpu_map_show() local
4854 cpup = &phba->sli4_hba.cpu_map[phba->sli4_hba.curr_disp_cpu]; in lpfc_fcp_cpu_map_show()
4857 if (cpup->irq == LPFC_VECTOR_MAP_EMPTY) in lpfc_fcp_cpu_map_show()
4862 cpup->channel_id, cpup->phys_id, in lpfc_fcp_cpu_map_show()
4863 cpup->core_id); in lpfc_fcp_cpu_map_show()
4869 cpup->channel_id, cpup->phys_id, in lpfc_fcp_cpu_map_show()
4870 cpup->core_id, cpup->irq); in lpfc_fcp_cpu_map_show()
Dlpfc_init.c10021 struct lpfc_vector_map_info *cpup; in lpfc_cpu_affinity_check() local
10035 cpup = phba->sli4_hba.cpu_map; in lpfc_cpu_affinity_check()
10039 cpup->phys_id = cpuinfo->phys_proc_id; in lpfc_cpu_affinity_check()
10040 cpup->core_id = cpuinfo->cpu_core_id; in lpfc_cpu_affinity_check()
10043 cpup->phys_id = 0; in lpfc_cpu_affinity_check()
10044 cpup->core_id = 0; in lpfc_cpu_affinity_check()
10046 cpup->channel_id = index; /* For now round robin */ in lpfc_cpu_affinity_check()
10047 cpup->irq = pci_irq_vector(phba->pcidev, vec); in lpfc_cpu_affinity_check()
10054 cpup++; in lpfc_cpu_affinity_check()
Dlpfc_scsi.c3910 struct lpfc_vector_map_info *cpup; in lpfc_sli4_scmd_to_wqidx_distr() local
3926 cpup = phba->sli4_hba.cpu_map; in lpfc_sli4_scmd_to_wqidx_distr()
3927 cpup += cpu; in lpfc_sli4_scmd_to_wqidx_distr()
3928 return cpup->channel_id; in lpfc_sli4_scmd_to_wqidx_distr()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_util.c150 static int iscsit_wait_for_tag(struct se_session *se_sess, int state, int *cpup) in iscsit_wait_for_tag() argument
164 tag = sbitmap_queue_get(&se_sess->sess_tag_pool, cpup); in iscsit_wait_for_tag()
/Linux-v4.19/kernel/
Dsys.c2486 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument
2492 if (cpup) in SYSCALL_DEFINE3()
2493 err |= put_user(cpu, cpup); in SYSCALL_DEFINE3()