Searched refs:task_nodes (Results 1 – 2 of 2) sorted by relevance
1295 static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes, in do_pages_move() argument1348 if (!node_isset(node, task_nodes)) in do_pages_move()1467 nodemask_t task_nodes; in SYSCALL_DEFINE6() local1505 task_nodes = cpuset_mems_allowed(task); in SYSCALL_DEFINE6()1513 err = do_pages_move(mm, task_nodes, nr_pages, pages, in SYSCALL_DEFINE6()
1349 nodemask_t task_nodes; in SYSCALL_DEFINE4() local1397 task_nodes = cpuset_mems_allowed(task); in SYSCALL_DEFINE4()1399 if (!nodes_subset(*new, task_nodes) && !capable(CAP_SYS_NICE)) { in SYSCALL_DEFINE4()