Home
last modified time | relevance | path

Searched refs:cpumask_next_wrap (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/
H A Dwatchdog_buddy.c15 next_cpu = cpumask_next_wrap(cpu, &watchdog_cpus); in watchdog_next_cpu()
H A Dpadata.c299 cpu = cpumask_next_wrap(cpu, pd->cpumask.pcpu); in padata_reorder()
/linux/lib/
H A Dcpumask.c162 next = cpumask_next_wrap(prev, srcp); in cpumask_any_distribute()
/linux/arch/s390/kernel/
H A Dprocessor.c77 cpu = cpumask_next_wrap(this_cpu, cpumask); in stop_machine_yield()
/linux/kernel/trace/
H A Dtrace_hwlat.c328 next_cpu = cpumask_next_wrap(raw_smp_processor_id(), current_mask); in move_to_next_cpu()
/linux/kernel/bpf/
H A Dbpf_lru_list.c477 steal = cpumask_next_wrap(steal, cpu_possible_mask); in bpf_common_lru_pop_free()
/linux/drivers/crypto/caam/
H A Dqi.c445 *pcpu = cpumask_next_wrap(*pcpu, cpus); in caam_drv_ctx_init()
/linux/include/linux/
H A Dcpumask.h349 unsigned int cpumask_next_wrap(int n, const struct cpumask *src) in cpumask_next_wrap() function
/linux/kernel/time/
H A Dclocksource.c586 next_cpu = cpumask_next_wrap(raw_smp_processor_id(), cpu_online_mask); in clocksource_watchdog()
/linux/drivers/scsi/lpfc/
H A Dlpfc.h1686 return cpumask_next_wrap(n, cpu_present_mask); in lpfc_next_present_cpu()
H A Dlpfc_init.c12867 cpu_next = cpumask_next_wrap(cpu, orig_mask); in lpfc_irq_rebalance()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c1824 cpu_next = cpumask_next_wrap(cpu_next, cpu_online_mask); in hv_compose_multi_msi_req_get_cpu()