Lines Matching defs:hugetlb
23 #include <linux/hugetlb.h>
194 * Force the hugetlb cgroup to empty the hugetlb resources by moving them to
218 static inline void hugetlb_event(struct hugetlb_cgroup *hugetlb, int idx,
221 atomic_long_inc(&hugetlb->events_local[idx][event]);
222 cgroup_file_notify(&hugetlb->events_local_file[idx]);
225 atomic_long_inc(&hugetlb->events[idx][event]);
226 cgroup_file_notify(&hugetlb->events_file[idx]);
227 } while ((hugetlb = parent_hugetlb_cgroup(hugetlb)) &&
228 !hugetlb_cgroup_is_root(hugetlb));