Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcpuset.c241 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall() function
2515 return is_mem_hardwall(cs); in cpuset_read_u64()
3472 while (!(is_mem_exclusive(cs) || is_mem_hardwall(cs)) && parent_cs(cs)) in nearest_hardwall_ancestor()