Lines Matching defs:hugetlb
23 #include <linux/hugetlb.h>
221 * Force the hugetlb cgroup to empty the hugetlb resources by moving them to
242 static inline void hugetlb_event(struct hugetlb_cgroup *hugetlb, int idx,
245 atomic_long_inc(&hugetlb->events_local[idx][event]);
246 cgroup_file_notify(&hugetlb->events_local_file[idx]);
249 atomic_long_inc(&hugetlb->events[idx][event]);
250 cgroup_file_notify(&hugetlb->events_file[idx]);
251 } while ((hugetlb = parent_hugetlb_cgroup(hugetlb)) &&
252 !hugetlb_cgroup_is_root(hugetlb));