Searched refs:cpumask_next_wrap (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/ |
| H A D | watchdog_buddy.c | 15 next_cpu = cpumask_next_wrap(cpu, &watchdog_cpus); in watchdog_next_cpu()
|
| H A D | padata.c | 299 cpu = cpumask_next_wrap(cpu, pd->cpumask.pcpu); in padata_reorder()
|
| /linux/lib/ |
| H A D | cpumask.c | 162 next = cpumask_next_wrap(prev, srcp); in cpumask_any_distribute()
|
| /linux/arch/s390/kernel/ |
| H A D | processor.c | 77 cpu = cpumask_next_wrap(this_cpu, cpumask); in stop_machine_yield()
|
| /linux/kernel/trace/ |
| H A D | trace_hwlat.c | 328 next_cpu = cpumask_next_wrap(raw_smp_processor_id(), current_mask); in move_to_next_cpu()
|
| /linux/kernel/bpf/ |
| H A D | bpf_lru_list.c | 477 steal = cpumask_next_wrap(steal, cpu_possible_mask); in bpf_common_lru_pop_free()
|
| /linux/drivers/crypto/caam/ |
| H A D | qi.c | 445 *pcpu = cpumask_next_wrap(*pcpu, cpus); in caam_drv_ctx_init()
|
| /linux/include/linux/ |
| H A D | cpumask.h | 349 unsigned int cpumask_next_wrap(int n, const struct cpumask *src) in cpumask_next_wrap() function
|
| /linux/kernel/time/ |
| H A D | clocksource.c | 586 next_cpu = cpumask_next_wrap(raw_smp_processor_id(), cpu_online_mask); in clocksource_watchdog()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc.h | 1686 return cpumask_next_wrap(n, cpu_present_mask); in lpfc_next_present_cpu()
|
| H A D | lpfc_init.c | 12867 cpu_next = cpumask_next_wrap(cpu, orig_mask); in lpfc_irq_rebalance()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 1824 cpu_next = cpumask_next_wrap(cpu_next, cpu_online_mask); in hv_compose_multi_msi_req_get_cpu()
|