Home
last modified time | relevance | path

Searched refs:numa_group (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c1097 struct numa_group { struct
1121 static struct numa_group *deref_task_numa_group(struct task_struct *p) in deref_task_numa_group()
1123 return rcu_dereference_check(p->numa_group, p == current || in deref_task_numa_group()
1127 static struct numa_group *deref_curr_numa_group(struct task_struct *p) in deref_curr_numa_group()
1129 return rcu_dereference_protected(p->numa_group, p == current); in deref_curr_numa_group()
1132 static inline unsigned long group_faults_priv(struct numa_group *ng);
1133 static inline unsigned long group_faults_shared(struct numa_group *ng);
1175 struct numa_group *ng; in task_scan_start()
1179 ng = rcu_dereference(p->numa_group); in task_scan_start()
1197 struct numa_group *ng; in task_scan_max()
[all …]
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c176 .numa_group = NULL,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1167 struct numa_group __rcu *numa_group; member