Home
last modified time | relevance | path

Searched refs:cpumasks (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/kernel/sched/
Disolation.c27 cpumask_var_t cpumasks[HK_TYPE_MAX]; member
45 cpu = sched_numa_find_closest(housekeeping.cpumasks[type], smp_processor_id()); in housekeeping_any_cpu()
49 return cpumask_any_and(housekeeping.cpumasks[type], cpu_online_mask); in housekeeping_any_cpu()
60 return housekeeping.cpumasks[type]; in housekeeping_cpumask()
69 set_cpus_allowed_ptr(t, housekeeping.cpumasks[type]); in housekeeping_affine()
77 return cpumask_test_cpu(cpu, housekeeping.cpumasks[type]); in housekeeping_test_cpu()
96 WARN_ON_ONCE(cpumask_empty(housekeeping.cpumasks[type])); in housekeeping_init()
104 alloc_bootmem_cpumask_var(&housekeeping.cpumasks[type]); in housekeeping_setup_type()
105 cpumask_copy(housekeeping.cpumasks[type], in housekeeping_setup_type()
154 housekeeping.cpumasks[type])) { in housekeeping_setup()
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dpadata.rst50 修改cpumasks
63 一个实例的cpumasks可能有sysfs文件。例如,pcrypt的文件在
73 并行和一个串行cpumask组成)。用户提供的cpumasks在实例分配时默认为所有可能的CPU,
74 并且可以如上所述进行更改。可用的cpumasks总是用户提供的cpumasks的一个子集,只包
75 含用户提供的掩码中的在线CPU;这些是padata实际使用的cpumasks。因此,向padata提
104 在其他地方正在搞乱实例的CPU掩码,而当cb_cpu不在串行cpumask中、并行或串行cpumasks
/linux-6.1.9/Documentation/core-api/
Dpadata.rst42 Modifying cpumasks
57 There may be sysfs files for an instance's cpumasks. For example, pcrypt's
67 Padata maintains two pairs of cpumasks internally, the user-supplied cpumasks
68 and the 'usable' cpumasks. (Each pair consists of a parallel and a serial
69 cpumask.) The user-supplied cpumasks default to all possible CPUs on instance
70 allocation and may be changed as above. The usable cpumasks are always a
71 subset of the user-supplied cpumasks and contain only the online CPUs in the
72 user-supplied masks; these are the cpumasks padata actually uses. So it is
111 serial cpumask, no online CPUs in the parallel or serial cpumasks, or a stopped
/linux-6.1.9/Documentation/scheduler/
Dsched-domains.rst21 pointer. The union of cpumasks of these groups MUST be the same as the
24 read only data after they have been set up. The intersection of cpumasks from
/linux-6.1.9/Documentation/admin-guide/
Dcputopology.rst101 kernel start parameter as well as more information on the various cpumasks.
/linux-6.1.9/Documentation/accounting/
Dtaskstats.rst38 registered listener. Using cpumasks allows the data received by one listener
48 for reporting delay accounting statistics. Users can register cpumasks,
/linux-6.1.9/Documentation/admin-guide/sysctl/
Dkernel.rst1581 The argument value is the standard cpulist format for cpumasks,