Home
last modified time | relevance | path

Searched refs:cpumask_t (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dcpumask.h14 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef
774 (cpumask_t) { { \
781 (cpumask_t) { { \
789 (cpumask_t) { { \
794 (cpumask_t) { { \
805 int __first_cpu(const cpumask_t *srcp);
806 int __next_cpu(int n, const cpumask_t *srcp);
823 int __next_cpu_nr(int n, const cpumask_t *srcp);
834 static inline void __cpu_set(int cpu, volatile cpumask_t *dstp) in __cpu_set()
840 static inline void __cpu_clear(int cpu, volatile cpumask_t *dstp) in __cpu_clear()
[all …]
Dcpuidle.h107 cpumask_t coupled_cpus;
Dmm_types.h416 static inline cpumask_t *mm_cpumask(struct mm_struct *mm) in mm_cpumask()
Dinterrupt.h270 void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask);
Dsched.h1306 cpumask_t cpus_allowed;
1967 static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) in set_cpus_allowed()