Searched refs:task_nodes (Results 1 – 2 of 2) sorted by relevance
1320 static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes, in do_pages_move() argument1373 if (!node_isset(node, task_nodes)) in do_pages_move()1488 nodemask_t task_nodes; in SYSCALL_DEFINE6() local1526 task_nodes = cpuset_mems_allowed(task); in SYSCALL_DEFINE6()1534 err = do_pages_move(mm, task_nodes, nr_pages, pages, in SYSCALL_DEFINE6()
1346 nodemask_t task_nodes; in SYSCALL_DEFINE4() local1394 task_nodes = cpuset_mems_allowed(task); in SYSCALL_DEFINE4()1396 if (!nodes_subset(*new, task_nodes) && !capable(CAP_SYS_NICE)) { in SYSCALL_DEFINE4()