Home
last modified time | relevance | path

Searched refs:possible_mask (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcpuset.c382 const struct cpumask *possible_mask = task_cpu_possible_mask(tsk); in guarantee_online_cpus() local
385 if (WARN_ON(!cpumask_and(pmask, possible_mask, cpu_active_mask))) in guarantee_online_cpus()
3392 const struct cpumask *possible_mask = task_cpu_possible_mask(tsk); in cpuset_cpus_allowed_fallback() local
3398 if (!is_in_v2_mode() || !cpumask_subset(cs_mask, possible_mask)) in cpuset_cpus_allowed_fallback()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c2547 const unsigned long *possible_mask = NULL; in netif_reset_xps_queues() local
2561 clean_xps_maps(dev, possible_mask, dev_maps, nr_ids, in netif_reset_xps_queues()
2571 possible_mask = cpumask_bits(cpu_possible_mask); in netif_reset_xps_queues()
2573 clean_xps_maps(dev, possible_mask, dev_maps, nr_ids, offset, count, in netif_reset_xps_queues()
2630 const unsigned long *online_mask = NULL, *possible_mask = NULL; in __netif_set_xps_queue() local
2661 possible_mask = cpumask_bits(cpu_possible_mask); in __netif_set_xps_queue()
2701 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
2757 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
2785 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()
2806 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids), in __netif_set_xps_queue()