Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c10417 struct lpfc_vector_map_info *cpup; in lpfc_sli4_queue_create() local
10503 cpup = &phba->sli4_hba.cpu_map[cpu]; in lpfc_sli4_queue_create()
10504 if (!(cpup->flag & LPFC_CPU_FIRST_IRQ)) in lpfc_sli4_queue_create()
10508 qp = &phba->sli4_hba.hdwq[cpup->hdwq]; in lpfc_sli4_queue_create()
10517 cpup->hdwq); in lpfc_sli4_queue_create()
10521 qdesc->hdwq = cpup->hdwq; in lpfc_sli4_queue_create()
10536 cpup = &phba->sli4_hba.cpu_map[cpu]; in lpfc_sli4_queue_create()
10539 if (cpup->flag & LPFC_CPU_FIRST_IRQ) in lpfc_sli4_queue_create()
10543 qp = &phba->sli4_hba.hdwq[cpup->hdwq]; in lpfc_sli4_queue_create()
10548 eqcpu = lpfc_find_cpu_handle(phba, cpup->eq, LPFC_FIND_BY_EQ); in lpfc_sli4_queue_create()
[all …]
H A Dlpfc_attr.c5159 struct lpfc_vector_map_info *cpup; in lpfc_fcp_cpu_map_show() local
5184 cpup = &phba->sli4_hba.cpu_map[phba->sli4_hba.curr_disp_cpu]; in lpfc_fcp_cpu_map_show()
5190 else if (cpup->eq == LPFC_VECTOR_MAP_EMPTY) { in lpfc_fcp_cpu_map_show()
5191 if (cpup->hdwq == LPFC_VECTOR_MAP_EMPTY) in lpfc_fcp_cpu_map_show()
5197 cpup->phys_id, cpup->core_id, in lpfc_fcp_cpu_map_show()
5198 (cpup->flag & LPFC_CPU_MAP_HYPER), in lpfc_fcp_cpu_map_show()
5199 (cpup->flag & LPFC_CPU_MAP_UNASSIGN)); in lpfc_fcp_cpu_map_show()
5206 cpup->hdwq, cpup->phys_id, in lpfc_fcp_cpu_map_show()
5207 cpup->core_id, in lpfc_fcp_cpu_map_show()
5208 (cpup->flag & LPFC_CPU_MAP_HYPER), in lpfc_fcp_cpu_map_show()
[all …]
/linux/arch/alpha/kernel/
H A 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/drivers/block/rnbd/
H A Drnbd-clt.c206 int *cpup; in rnbd_rerun_if_needed() local
213 cpup = get_cpu_ptr(sess->cpu_rr); in rnbd_rerun_if_needed()
214 for (cpu_q = rnbd_get_cpu_qlist(sess, nxt_cpu(*cpup)); cpu_q; in rnbd_rerun_if_needed()
247 *cpup = cpu_q->cpu; in rnbd_rerun_if_needed()
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c337 static int fun_wait_for_tag(struct fun_dev *fdev, int *cpup) in fun_wait_for_tag() argument
350 tag = sbitmap_queue_get(sbq, cpup); in fun_wait_for_tag()
/linux/drivers/target/iscsi/
H A Discsi_target_util.c125 static int iscsit_wait_for_tag(struct se_session *se_sess, int state, int *cpup) in iscsit_wait_for_tag() argument
141 tag = sbitmap_queue_get(sbq, cpup); in iscsit_wait_for_tag()
/linux/kernel/
H A Dsys.c2914 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, void __user *, unused) in do_sysinfo()
2919 if (cpup) in do_sysinfo()
2920 err |= put_user(cpu, cpup); in do_sysinfo()
2879 SYSCALL_DEFINE3(getcpu,unsigned __user *,cpup,unsigned __user *,nodep,struct getcpu_cache __user *,unused) SYSCALL_DEFINE3() argument
/linux/kernel/rcu/
H A Drcutorture.c419 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);