Lines Matching refs:cpumasks
13 reflect the CPUs on the system. Commonly, cpumasks are used to track which CPUs
19 used to allocate, mutate, query, and free cpumasks.
24 There are two different types of cpumasks that can be used by BPF programs.
30 BPF program, and whose lifecycle is entirely controlled by BPF. These cpumasks
195 kfuncs for mutating and querying cpumasks.
197 3.1 Mutating cpumasks
205 argument. :ref:`cpumasks-querying-label` below describes the read-only kfuncs.
269 3.1.2 Operations between cpumasks
273 callers can also perform bitwise operations between multiple cpumasks using
347 3.2 Querying cpumasks
351 can be used to query the contents of cpumasks.