Searched refs:numa_group (Results 1 – 3 of 3) sorted by relevance
1415 struct numa_group { struct 1438 * ->numa_group (see struct task_struct for locking rules). argument 1440 static struct numa_group *deref_task_numa_group(struct task_struct *p) in deref_task_numa_group() 1442 return rcu_dereference_check(p->numa_group, p == current || in deref_task_numa_group() 1446 static struct numa_group *deref_curr_numa_group(struct task_struct *p) in deref_curr_numa_group() 1448 return rcu_dereference_protected(p->numa_group, p == current); in deref_curr_numa_group() 1451 static inline unsigned long group_faults_priv(struct numa_group *ng);1452 static inline unsigned long group_faults_shared(struct numa_group *ng);1494 struct numa_group *ng; in task_scan_start() 1498 ng = rcu_dereference(p->numa_group); in task_scan_start() 2610 numa_group_count_active_nodes(struct numa_group * numa_group) numa_group_count_active_nodes() argument 8863 struct numa_group *numa_group = rcu_dereference(p->numa_group); migrate_degrades_locality() local [all...]
179 .numa_group = NULL,
1280 * - current->numa_group from everywhere1283 struct numa_group __rcu *numa_group; member