Function report |
Source Code:kernel\cgroup\cgroup-internal.h |
Create Date:2022-07-28 11:06:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_css_set
Proto:static inline void put_css_set(struct css_set *cset)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct css_set * | cset |
189 | If _dec_not_one - decrement a refcount if it is not 1*@r: the refcount* No atomic_t counterpart, it decrements unless the value is 1, in which case* it will return false Then Return |
192 | spin_lock_irqsave( & css_set_lock, flags) |
193 | put_css_set_locked(cset) |
194 | spin_unlock_irqrestore( & css_set_lock, flags) |
Name | Describe |
---|---|
find_css_set | d_css_set - return a new css_set with one cgroup updated*@old_cset: the baseline css_set*@cgrp: the cgroup to be updated* Return a new css_set that's equivalent to @old_cset, but with @cgrp* substituted into the appropriate hierarchy. |
cgroup_migrate_prepare_dst | group_migrate_prepare_dst - prepare destination css_sets for migration*@mgctx: migration context* Tasks are about to be moved and all the source css_sets have been* preloaded to @mgctx->preloaded_src_csets |
css_task_iter_end | ss_task_iter_end - finish task iteration*@it: the task iterator to finish* Finish task iteration started by css_task_iter_start(). |
cgroup_free | |
free_cgroup_ns | |
copy_cgroup_ns |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |