Searched refs:nodemask (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | cpuset.h | 16 #include <linux/nodemask.h> 66 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask); 154 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed() argument 161 current->mems_allowed = nodemask; in set_mems_allowed() 223 static inline int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed() argument 290 static inline void set_mems_allowed(nodemask_t nodemask) in set_mems_allowed() argument
|
H A D | mm.h | 1679 extern void show_free_areas(unsigned int flags, nodemask_t *nodemask);
2507 extern void show_mem(unsigned int flags, nodemask_t *nodemask);
2515 extern __printf(3, 4) void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...);
|
H A D | sched.h | 23 #include <linux/nodemask.h>
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cpuset.c | 132 * cpuset.mems_allowed and have tasks' nodemask updated, and 1774 * When configured nodemask is changed, the effective nodemasks of this cpuset 1800 /* Skip the whole subtree if the nodemask remains the same. */ in update_nodemasks_hier() 3480 * cpuset_nodemask_valid_mems_allowed - check nodemask vs. curremt mems_allowed 3481 * @nodemask: the nodemask to be checked 3483 * Are any of the nodes in the nodemask allowed in current->mems_allowed? 3485 int cpuset_nodemask_valid_mems_allowed(nodemask_t *nodemask) in cpuset_nodemask_valid_mems_allowed() argument 3487 return nodes_intersects(*nodemask, current->mems_allowed); in cpuset_nodemask_valid_mems_allowed()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 2506 const struct cpumask *nodemask = NULL; in select_fallback_rq() local 2519 nodemask = cpumask_of_node(nid); in select_fallback_rq() 2522 for_each_cpu(dest_cpu, nodemask) in select_fallback_rq()
|
Completed in 25 milliseconds