| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 10540 cpup->hdwq); in lpfc_sli4_queue_create() 11163 cpup->eq, in lpfc_sli4_queue_setup() 12374 cpu, eqhdl->irq, cpup->eq, cpup->flag); in lpfc_assign_eq_map_info() 12396 cpup->flag = 0; in lpfc_cpu_map_array_init() 12455 if (lpfc_find_hyper(phba, cpu, cpup->phys_id, cpup->core_id)) in lpfc_cpu_affinity_check() 12465 cpu, cpup->phys_id, cpup->core_id, cpup->flag); in lpfc_cpu_affinity_check() 12557 cpup->hdwq, cpup->eq); in lpfc_cpu_affinity_check() 12594 cpu, cpup->phys_id, cpup->core_id, in lpfc_cpu_affinity_check() 12595 cpup->hdwq, cpup->eq, cpup->flag); in lpfc_cpu_affinity_check() 12665 cpu, cpup->phys_id, cpup->core_id, in lpfc_cpu_affinity_check() [all …]
|
| H A D | lpfc_attr.c | 5026 struct lpfc_vector_map_info *cpup; in lpfc_fcp_cpu_map_show() local 5064 cpup->phys_id, cpup->core_id, in lpfc_fcp_cpu_map_show() 5065 (cpup->flag & LPFC_CPU_MAP_HYPER), in lpfc_fcp_cpu_map_show() 5073 cpup->hdwq, cpup->phys_id, in lpfc_fcp_cpu_map_show() 5074 cpup->core_id, in lpfc_fcp_cpu_map_show() 5084 cpup->phys_id, in lpfc_fcp_cpu_map_show() 5085 cpup->core_id, in lpfc_fcp_cpu_map_show() 5088 lpfc_get_irq(cpup->eq)); in lpfc_fcp_cpu_map_show() 5095 cpup->eq, cpup->hdwq, cpup->phys_id, in lpfc_fcp_cpu_map_show() 5096 cpup->core_id, in lpfc_fcp_cpu_map_show() [all …]
|
| /linux-6.15/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-6.15/kernel/rcu/ |
| H A D | rcu.h | 617 static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; } in rcu_check_boost_fail() argument 627 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
|
| H A D | tree_stall.h | 829 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) in rcu_check_boost_fail() argument 837 if (!cpup) { in rcu_check_boost_fail() 846 *cpup = -1; in rcu_check_boost_fail() 859 *cpup = cpu; in rcu_check_boost_fail()
|
| H A D | rcutorture.c | 408 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);
|
| /linux-6.15/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-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/kernel/ |
| H A D | sys.c | 2831 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument 2837 if (cpup) in SYSCALL_DEFINE3() 2838 err |= put_user(cpu, cpup); in SYSCALL_DEFINE3()
|