Lines Matching full:misc
12 * enum misc_res_type - Types of misc cgroup entries supported by the host.
32 * struct misc_res: Per cgroup per misc type resource
49 * @events_file: Handle for the misc resources events file.
50 * @res: Array of misc resources usage in the cgroup.
55 /* misc.events */
57 /* misc.events.local */
69 * css_misc() - Get misc cgroup from the css.
75 * * struct misc_cg* - misc cgroup pointer of the passed css.
83 * get_current_misc_cg() - Find and get the misc cgroup of the current task.
88 * Return: Misc cgroup to which the current task belongs to.
96 * put_misc_cg() - Put the misc cgroup and reduce its ref count.