Searched refs:cpup (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dprocess.c79 struct percpu_struct *cpup; local
86 cpup = (struct percpu_struct *)
89 pflags = &cpup->flags;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c10452 struct lpfc_vector_map_info *cpup; local
10544 cpup = &phba->sli4_hba.cpu_map[cpu];
10545 if (!(cpup->flag & LPFC_CPU_FIRST_IRQ))
10549 qp = &phba->sli4_hba.hdwq[cpup->hdwq];
10558 cpup->hdwq);
10562 qdesc->hdwq = cpup->hdwq;
10577 cpup = &phba->sli4_hba.cpu_map[cpu];
10580 if (cpup->flag & LPFC_CPU_FIRST_IRQ)
10584 qp = &phba->sli4_hba.hdwq[cpup->hdwq];
10589 eqcpu = lpfc_find_cpu_handle(phba, cpup
11084 struct lpfc_vector_map_info *cpup; local
12318 struct lpfc_vector_map_info *cpup; local
12353 struct lpfc_vector_map_info *cpup; local
12381 struct lpfc_vector_map_info *cpup = &phba->sli4_hba.cpu_map[cpu]; local
12401 struct lpfc_vector_map_info *cpup; local
12453 struct lpfc_vector_map_info *cpup; local
12870 struct lpfc_vector_map_info *cpup; local
13008 struct lpfc_vector_map_info *cpup; local
[all...]
H A Dlpfc_attr.c5017 struct lpfc_vector_map_info *cpup; local
5042 cpup = &phba->sli4_hba.cpu_map[phba->sli4_hba.curr_disp_cpu];
5048 else if (cpup->eq == LPFC_VECTOR_MAP_EMPTY) {
5049 if (cpup->hdwq == LPFC_VECTOR_MAP_EMPTY)
5055 cpup->phys_id, cpup->core_id,
5056 (cpup->flag & LPFC_CPU_MAP_HYPER),
5057 (cpup->flag & LPFC_CPU_MAP_UNASSIGN));
5064 cpup->hdwq, cpup
[all...]
/linux-master/kernel/rcu/
H A Drcu.h615 static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; } argument
626 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
H A Dtree_stall.h820 * is returned, the first of the CPUs to blame is stored through cpup.
822 * in need of being boosted, *cpup is set to -1. This can happen in case
826 * If cpup is NULL, then a lockless quick check is carried out, suitable
827 * for high-rate usage. On the other hand, if cpup is non-NULL, each
830 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) argument
838 if (!cpup) {
847 *cpup = -1;
860 *cpup = cpu;
H A Drcutorture.c382 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c204 int *cpup; local
211 cpup = get_cpu_ptr(sess->cpu_rr);
212 for (cpu_q = rnbd_get_cpu_qlist(sess, nxt_cpu(*cpup)); cpu_q;
245 *cpup = cpu_q->cpu;
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c337 static int fun_wait_for_tag(struct fun_dev *fdev, int *cpup) argument
350 tag = sbitmap_queue_get(sbq, cpup);
/linux-master/drivers/target/iscsi/
H A Discsi_target_util.c125 static int iscsit_wait_for_tag(struct se_session *se_sess, int state, int *cpup) argument
141 tag = sbitmap_queue_get(sbq, cpup);
/linux-master/kernel/
H A Dsys.c2770 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep,
2776 if (cpup)
2777 err |= put_user(cpu, cpup);

Completed in 206 milliseconds