Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memcontrol.c Create Date:2022-07-28 16:12:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mem_cgroup_css_offline

Proto:static void mem_cgroup_css_offline(struct cgroup_subsys_state *css)

Type:void

Parameter:

TypeParameterName
struct cgroup_subsys_state *css
5053  memcg = mem_cgroup_from_css(css)
5061  spin_lock( & event_list_lock)
5063  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
5064  schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise
5066  spin_unlock( & event_list_lock)
5068  page_counter_set_min - set the amount of protected memory*@counter: counter*@nr_pages: value to set* The caller must serialize invocations on the same counter.
5069  page_counter_set_low - set the amount of protected memory*@counter: counter*@nr_pages: value to set* The caller must serialize invocations on the same counter.
5071  memcg_offline_kmem(memcg)
5072  wb_memcg_offline(memcg)
5074  Drains all per-CPU charge caches for given root_memcg resp. subtree* of the hierarchy under it.
5076  mem_cgroup_id_put(memcg)