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

/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/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/scsi/lpfc/
H A Dlpfc_attr.c5018 struct lpfc_vector_map_info *cpup; local
5043 cpup = &phba->sli4_hba.cpu_map[phba->sli4_hba.curr_disp_cpu];
5049 else if (cpup->eq == LPFC_VECTOR_MAP_EMPTY) {
5050 if (cpup->hdwq == LPFC_VECTOR_MAP_EMPTY)
5056 cpup->phys_id, cpup->core_id,
5057 (cpup->flag & LPFC_CPU_MAP_HYPER),
5058 (cpup->flag & LPFC_CPU_MAP_UNASSIGN));
5065 cpup->hdwq, cpup
[all...]
H A Dlpfc_init.c10436 struct lpfc_vector_map_info *cpup; local
10528 cpup = &phba->sli4_hba.cpu_map[cpu];
10529 if (!(cpup->flag & LPFC_CPU_FIRST_IRQ))
10533 qp = &phba->sli4_hba.hdwq[cpup->hdwq];
10542 cpup->hdwq);
10546 qdesc->hdwq = cpup->hdwq;
10561 cpup = &phba->sli4_hba.cpu_map[cpu];
10564 if (cpup->flag & LPFC_CPU_FIRST_IRQ)
10568 qp = &phba->sli4_hba.hdwq[cpup->hdwq];
10573 eqcpu = lpfc_find_cpu_handle(phba, cpup
11068 struct lpfc_vector_map_info *cpup; local
12302 struct lpfc_vector_map_info *cpup; local
12337 struct lpfc_vector_map_info *cpup; local
12365 struct lpfc_vector_map_info *cpup = &phba->sli4_hba.cpu_map[cpu]; local
12385 struct lpfc_vector_map_info *cpup; local
12437 struct lpfc_vector_map_info *cpup; local
12854 struct lpfc_vector_map_info *cpup; local
12992 struct lpfc_vector_map_info *cpup; local
[all...]
/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/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 Drcutorture.c382 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);
H A Dtree_stall.h823 * is returned, the first of the CPUs to blame is stored through cpup.
825 * in need of being boosted, *cpup is set to -1. This can happen in case
829 * If cpup is NULL, then a lockless quick check is carried out, suitable
830 * for high-rate usage. On the other hand, if cpup is non-NULL, each
833 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) argument
841 if (!cpup) {
850 *cpup = -1;
863 *cpup = cpu;
/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 304 milliseconds