Searched defs:cpumask_t (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dcpumask.h14 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:cpumask
145 static inline int cpumask_set_cpu_local_first(int i, int numa_node, cpumask_t *dstp)
202 int cpumask_set_cpu_local_first(int i, int numa_node, cpumask_t *dstp);
658 * only nr_cpumask_bits bits (in the other hand, real cpumask_t always has
819 (cpumask_t) { { \
826 (cpumask_t) { { \
834 (cpumask_t) { { \
839 (cpumask_t) { { \
850 int __first_cpu(const cpumask_t *srcp);
851 int __next_cpu(int n, const cpumask_t *src
[all...]

Completed in 75 milliseconds