Lines Matching full:misc
29 /* Root misc cgroup */
43 * parent_misc() - Get the parent of the passed misc cgroup.
58 * @type: misc res type.
72 * @type: misc res type.
87 * misc_cg_set_capacity() - Set the capacity of the misc cgroup res.
88 * @type: Type of the misc res.
89 * @capacity: Supported capacity of the misc res on the host.
91 * If capacity is 0 then the charging a misc cgroup fails for that type.
109 * misc_cg_cancel_charge() - Cancel the charge from the misc cgroup.
110 * @type: Misc res type in misc cg to cancel the charge from.
111 * @cg: Misc cgroup to cancel charge from.
120 "misc cgroup resource %s became less than 0", in misc_cg_cancel_charge()
149 * misc_cg_try_charge() - Try charging the misc cgroup.
150 * @type: Misc res type to charge.
151 * @cg: Misc cgroup which will be charged.
154 * Charge @amount to the misc cgroup. Caller must use the same cgroup during
160 * * -EINVAL - If @type is invalid or misc res has 0 capacity.
201 * misc_cg_uncharge() - Uncharge the misc cgroup.
202 * @type: Misc res type which was charged.
203 * @cg: Misc cgroup which will be uncharged.
221 * misc_cg_max_show() - Show the misc cgroup max limit.
257 * echo sev 23 > misc.max, OR
258 * echo sev max > misc.max
310 * misc_cg_current_show() - Show the current usage of the misc cgroup.
333 * misc_cg_peak_show() - Show the peak usage of the misc cgroup.
356 * misc_cg_capacity_show() - Show the total capacity of misc res on the host.
406 /* Misc cgroup interface files */
443 * misc_cg_alloc() - Allocate misc cgroup.
474 * misc_cg_free() - Free the misc cgroup.