Searched refs:cpup (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 10445 struct lpfc_vector_map_info *cpup; in lpfc_sli4_queue_create() local 10537 cpup = &phba->sli4_hba.cpu_map[cpu]; in lpfc_sli4_queue_create() 10538 if (!(cpup->flag & LPFC_CPU_FIRST_IRQ)) in lpfc_sli4_queue_create() 10542 qp = &phba->sli4_hba.hdwq[cpup->hdwq]; in lpfc_sli4_queue_create() 10551 cpup->hdwq); in lpfc_sli4_queue_create() 10555 qdesc->hdwq = cpup->hdwq; in lpfc_sli4_queue_create() 10570 cpup = &phba->sli4_hba.cpu_map[cpu]; in lpfc_sli4_queue_create() 10573 if (cpup->flag & LPFC_CPU_FIRST_IRQ) in lpfc_sli4_queue_create() 10577 qp = &phba->sli4_hba.hdwq[cpup->hdwq]; in lpfc_sli4_queue_create() 10582 eqcpu = lpfc_find_cpu_handle(phba, cpup->eq, LPFC_FIND_BY_EQ); in lpfc_sli4_queue_create() [all …]
|
H A D | lpfc_attr.c | 5021 struct lpfc_vector_map_info *cpup; in lpfc_fcp_cpu_map_show() local 5046 cpup = &phba->sli4_hba.cpu_map[phba->sli4_hba.curr_disp_cpu]; in lpfc_fcp_cpu_map_show() 5052 else if (cpup->eq == LPFC_VECTOR_MAP_EMPTY) { in lpfc_fcp_cpu_map_show() 5053 if (cpup->hdwq == LPFC_VECTOR_MAP_EMPTY) in lpfc_fcp_cpu_map_show() 5059 cpup->phys_id, cpup->core_id, in lpfc_fcp_cpu_map_show() 5060 (cpup->flag & LPFC_CPU_MAP_HYPER), in lpfc_fcp_cpu_map_show() 5061 (cpup->flag & LPFC_CPU_MAP_UNASSIGN)); in lpfc_fcp_cpu_map_show() 5068 cpup->hdwq, cpup->phys_id, in lpfc_fcp_cpu_map_show() 5069 cpup->core_id, in lpfc_fcp_cpu_map_show() 5070 (cpup->flag & LPFC_CPU_MAP_HYPER), in lpfc_fcp_cpu_map_show() [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | process.c | 79 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()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 841 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) in rcu_check_boost_fail() argument 849 if (!cpup) { in rcu_check_boost_fail() 858 *cpup = -1; in rcu_check_boost_fail() 871 *cpup = cpu; in rcu_check_boost_fail()
|
H A D | rcu.h | 611 static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; } in rcu_check_boost_fail() argument 622 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
|
H A D | rcutorture.c | 381 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);
|
/openbmc/linux/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 204 int *cpup; in rnbd_rerun_if_needed() local 211 cpup = get_cpu_ptr(sess->cpu_rr); in rnbd_rerun_if_needed() 212 for (cpu_q = rnbd_get_cpu_qlist(sess, nxt_cpu(*cpup)); cpu_q; in rnbd_rerun_if_needed() 245 *cpup = cpu_q->cpu; in rnbd_rerun_if_needed()
|
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.c | 337 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()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 125 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()
|
/openbmc/linux/kernel/ |
H A D | sys.c | 2757 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument 2763 if (cpup) in SYSCALL_DEFINE3() 2764 err |= put_user(cpu, cpup); in SYSCALL_DEFINE3()
|