Searched refs:cpup (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 10425 struct lpfc_vector_map_info *cpup; in lpfc_sli4_queue_create() local 10511 cpup = &phba->sli4_hba.cpu_map[cpu]; in lpfc_sli4_queue_create() 10512 if (!(cpup->flag & LPFC_CPU_FIRST_IRQ)) in lpfc_sli4_queue_create() 10516 qp = &phba->sli4_hba.hdwq[cpup->hdwq]; in lpfc_sli4_queue_create() 10525 cpup->hdwq); in lpfc_sli4_queue_create() 10529 qdesc->hdwq = cpup->hdwq; in lpfc_sli4_queue_create() 10544 cpup = &phba->sli4_hba.cpu_map[cpu]; in lpfc_sli4_queue_create() 10547 if (cpup->flag & LPFC_CPU_FIRST_IRQ) in lpfc_sli4_queue_create() 10551 qp = &phba->sli4_hba.hdwq[cpup->hdwq]; in lpfc_sli4_queue_create() 10556 eqcpu = lpfc_find_cpu_handle(phba, cpup->eq, LPFC_FIND_BY_EQ); in lpfc_sli4_queue_create() [all …]
|
| /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()
|
| /linux/kernel/rcu/ |
| H A D | rcu.h | 647 static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; } in rcu_check_boost_fail() argument 657 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
|
| H A D | tree_stall.h | 894 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) in rcu_check_boost_fail() argument 902 if (!cpup) { in rcu_check_boost_fail() 911 *cpup = -1; in rcu_check_boost_fail() 924 *cpup = cpu; in rcu_check_boost_fail()
|
| H A D | rcutorture.c | 423 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);
|
| /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()
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt.c | 206 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/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()
|