/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
D | ipu3-css.c | 326 static void imgu_css_hw_enable_irq(struct imgu_css *css) in imgu_css_hw_enable_irq() 374 static int imgu_css_hw_init(struct imgu_css *css) in imgu_css_hw_init() 482 static int imgu_css_hw_start_sp(struct imgu_css *css, int sp) in imgu_css_hw_start_sp() 513 static int imgu_css_hw_start(struct imgu_css *css) in imgu_css_hw_start() 620 static void imgu_css_hw_stop(struct imgu_css *css) in imgu_css_hw_stop() 640 static void imgu_css_hw_cleanup(struct imgu_css *css) in imgu_css_hw_cleanup() 662 static void imgu_css_pipeline_cleanup(struct imgu_css *css, unsigned int pipe) in imgu_css_pipeline_cleanup() 681 static int imgu_css_pipeline_init(struct imgu_css *css, unsigned int pipe) in imgu_css_pipeline_init() 1070 static u8 imgu_css_queue_pos(struct imgu_css *css, int queue, int thread) in imgu_css_queue_pos() 1083 static int imgu_css_queue_data(struct imgu_css *css, in imgu_css_queue_data() [all …]
|
D | ipu3-css-fw.c | 72 void *imgu_css_fw_pipeline_params(struct imgu_css *css, unsigned int pipe, in imgu_css_fw_pipeline_params() 94 void imgu_css_fw_cleanup(struct imgu_css *css) in imgu_css_fw_cleanup() 112 int imgu_css_fw_init(struct imgu_css *css) in imgu_css_fw_init()
|
D | ipu3-css-params.c | 361 struct imgu_css *css, unsigned int stripes, in imgu_css_osys_calc_frame_and_stripe_params() 848 static int imgu_css_osys_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_osys_calc() 1634 static int imgu_css_af_ops_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_af_ops_calc() 1662 imgu_css_awb_fr_ops_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_awb_fr_ops_calc() 1688 static int imgu_css_awb_ops_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_awb_ops_calc() 1730 static int imgu_css_cfg_acc_stripe(struct imgu_css *css, unsigned int pipe, in imgu_css_cfg_acc_stripe() 1902 static void imgu_css_cfg_acc_dvs(struct imgu_css *css, in imgu_css_cfg_acc_dvs() 1921 static void acc_bds_per_stripe_data(struct imgu_css *css, in acc_bds_per_stripe_data() 1946 int imgu_css_cfg_acc(struct imgu_css *css, unsigned int pipe, in imgu_css_cfg_acc() 2687 static void *imgu_css_cfg_copy(struct imgu_css *css, in imgu_css_cfg_copy() [all …]
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | debug.c | 17 struct cgroup_subsys_state *css = kzalloc(sizeof(*css), GFP_KERNEL); in debug_css_alloc() local 25 static void debug_css_free(struct cgroup_subsys_state *css) in debug_css_free() 34 static u64 debug_taskcount_read(struct cgroup_subsys_state *css, in debug_taskcount_read() 45 struct cgroup_subsys_state *css; in current_css_set_read() local 76 static u64 current_css_set_refcount_read(struct cgroup_subsys_state *css, in current_css_set_refcount_read() 116 struct cgroup_subsys_state *css = seq_css(seq); in cgroup_css_links_read() local 208 struct cgroup_subsys_state *css; in cgroup_subsys_states_read() local 271 static u64 releasable_read(struct cgroup_subsys_state *css, struct cftype *cft) in releasable_read()
|
D | legacy_freezer.c | 44 struct cgroup_subsys_state css; member 50 static inline struct freezer *css_freezer(struct cgroup_subsys_state *css) in css_freezer() 105 static int freezer_css_online(struct cgroup_subsys_state *css) in freezer_css_online() 130 static void freezer_css_offline(struct cgroup_subsys_state *css) in freezer_css_offline() 144 static void freezer_css_free(struct cgroup_subsys_state *css) in freezer_css_free() 244 static void update_if_frozen(struct cgroup_subsys_state *css) in update_if_frozen() 293 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local 437 static u64 freezer_self_freezing_read(struct cgroup_subsys_state *css, in freezer_self_freezing_read() 445 static u64 freezer_parent_freezing_read(struct cgroup_subsys_state *css, in freezer_parent_freezing_read()
|
D | pids.c | 42 struct cgroup_subsys_state css; member 58 static struct pids_cgroup *css_pids(struct cgroup_subsys_state *css) in css_pids() 83 static void pids_css_free(struct cgroup_subsys_state *css) in pids_css_free() 220 struct cgroup_subsys_state *css; in pids_can_fork() local 244 struct cgroup_subsys_state *css; in pids_cancel_fork() local 265 struct cgroup_subsys_state *css = of_css(of); in pids_max_write() local 294 struct cgroup_subsys_state *css = seq_css(sf); in pids_max_show() local 306 static s64 pids_current_read(struct cgroup_subsys_state *css, in pids_current_read()
|
D | cgroup.c | 480 struct cgroup_subsys_state *css; in cgroup_tryget_css() local 538 struct cgroup_subsys_state *css; in cgroup_e_css() local 565 struct cgroup_subsys_state *css; in cgroup_get_e_css() local 651 #define for_each_css(css, ssid, cgrp) \ argument 666 #define for_each_e_css(css, ssid, cgrp) \ argument 914 static unsigned long css_set_hash(struct cgroup_subsys_state *css[]) in css_set_hash() 1242 struct cgroup_subsys_state *css = cset->subsys[ssid]; in find_css_set() local 1625 struct cgroup_subsys_state *css = cgroup_css(cgrp, cft->ss); in cgroup_rm_file() local 1642 static void css_clear_dir(struct cgroup_subsys_state *css) in css_clear_dir() 1671 static int css_populate_dir(struct cgroup_subsys_state *css) in css_populate_dir() [all …]
|
D | cpuset.c | 83 struct cgroup_subsys_state css; member 194 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs() 579 struct cgroup_subsys_state *css; in validate_change() local 2165 struct cgroup_subsys_state *css; in cpuset_can_attach() local 2204 struct cgroup_subsys_state *css; in cpuset_cancel_attach() local 2226 struct cgroup_subsys_state *css; in cpuset_attach() local 2312 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64() 2361 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64() 2495 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64() 2526 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64() [all …]
|
D | rdma.c | 67 static struct rdma_cgroup *css_rdmacg(struct cgroup_subsys_state *css) in css_rdmacg() 575 static void rdmacg_css_free(struct cgroup_subsys_state *css) in rdmacg_css_free() 591 static void rdmacg_css_offline(struct cgroup_subsys_state *css) in rdmacg_css_offline()
|
D | cgroup-v1.c | 596 static u64 cgroup_read_notify_on_release(struct cgroup_subsys_state *css, in cgroup_read_notify_on_release() 602 static int cgroup_write_notify_on_release(struct cgroup_subsys_state *css, in cgroup_write_notify_on_release() 612 static u64 cgroup_clone_children_read(struct cgroup_subsys_state *css, in cgroup_clone_children_read() 618 static int cgroup_clone_children_write(struct cgroup_subsys_state *css, in cgroup_clone_children_write()
|
/kernel/linux/linux-5.10/net/core/ |
D | netclassid_cgroup.c | 16 static inline struct cgroup_cls_state *css_cls_state(struct cgroup_subsys_state *css) in css_cls_state() 40 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online() 51 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free() 102 struct cgroup_subsys_state *css; in cgrp_attach() local 110 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid() 115 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid()
|
D | netprio_cgroup.c | 93 static u32 netprio_prio(struct cgroup_subsys_state *css, struct net_device *dev) in netprio_prio() 112 static int netprio_set_prio(struct cgroup_subsys_state *css, in netprio_set_prio() 136 struct cgroup_subsys_state *css; in cgrp_css_alloc() local 145 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online() 173 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free() 178 static u64 read_prioidx(struct cgroup_subsys_state *css, struct cftype *cft) in read_prioidx() 234 struct cgroup_subsys_state *css; in net_prio_attach() local
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | cpuacct.c | 30 struct cgroup_subsys_state css; member 36 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca() 90 static void cpuacct_css_free(struct cgroup_subsys_state *css) in cpuacct_css_free() 156 static u64 __cpuusage_read(struct cgroup_subsys_state *css, in __cpuusage_read() 169 static u64 cpuusage_user_read(struct cgroup_subsys_state *css, in cpuusage_user_read() 175 static u64 cpuusage_sys_read(struct cgroup_subsys_state *css, in cpuusage_sys_read() 181 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read() 186 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write()
|
D | core.c | 1383 uclamp_update_active_tasks(struct cgroup_subsys_state *css) in uclamp_update_active_tasks() 8182 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg() 8211 static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) in cpu_cgroup_css_online() 8231 static void cpu_cgroup_css_released(struct cgroup_subsys_state *css) in cpu_cgroup_css_released() 8238 static void cpu_cgroup_css_free(struct cgroup_subsys_state *css) in cpu_cgroup_css_free() 8268 struct cgroup_subsys_state *css; in cpu_cgroup_can_attach() local 8300 struct cgroup_subsys_state *css; in schedgp_attach() local 8318 struct cgroup_subsys_state *css; in cpu_cgroup_attach() local 8327 static void cpu_util_update_eff(struct cgroup_subsys_state *css) in cpu_util_update_eff() 8503 static u64 sched_colocate_read(struct cgroup_subsys_state *css, in sched_colocate_read() [all …]
|
/kernel/linux/linux-5.10/mm/ |
D | memcg_control.c | 140 static u64 mem_cgroup_app_score_read(struct cgroup_subsys_state *css, in mem_cgroup_app_score_read() 148 static int mem_cgroup_app_score_write(struct cgroup_subsys_state *css, in mem_cgroup_app_score_write() 325 static int memcg_ub_ufs2zram_ratio_write(struct cgroup_subsys_state *css, in memcg_ub_ufs2zram_ratio_write() 339 static u64 memcg_ub_ufs2zram_ratio_read(struct cgroup_subsys_state *css, struct cftype *cft) in memcg_ub_ufs2zram_ratio_read() 346 static int memcg_force_swapin_write(struct cgroup_subsys_state *css, struct cftype *cft, u64 val) in memcg_force_swapin_write() 376 static int memcg_force_shrink_purgeable_bysize(struct cgroup_subsys_state *css, in memcg_force_shrink_purgeable_bysize() 473 static u64 mem_cgroup_app_score_read(struct cgroup_subsys_state *css, in mem_cgroup_app_score_read() 479 static int mem_cgroup_app_score_write(struct cgroup_subsys_state *css, in mem_cgroup_app_score_write()
|
D | zswapd_control.c | 209 static int area_anon_refault_threshold_write(struct cgroup_subsys_state *css, in area_anon_refault_threshold_write() 217 static int empty_round_skip_interval_write(struct cgroup_subsys_state *css, in empty_round_skip_interval_write() 225 static int max_skip_interval_write(struct cgroup_subsys_state *css, in max_skip_interval_write() 233 static int empty_round_check_threshold_write(struct cgroup_subsys_state *css, in empty_round_check_threshold_write() 241 static int anon_refault_snapshot_min_interval_write(struct cgroup_subsys_state *css, in anon_refault_snapshot_min_interval_write() 249 static int zram_critical_thres_write(struct cgroup_subsys_state *css, in zram_critical_thres_write() 308 static u64 zswapd_pid_read(struct cgroup_subsys_state *css, struct cftype *cft) in zswapd_pid_read() 556 static u64 area_anon_refault_threshold_read(struct cgroup_subsys_state *css, in area_anon_refault_threshold_read() 562 static u64 empty_round_skip_interval_read(struct cgroup_subsys_state *css, in empty_round_skip_interval_read() 568 static u64 max_skip_interval_read(struct cgroup_subsys_state *css, in max_skip_interval_read() [all …]
|
D | memcontrol.c | 1161 struct cgroup_subsys_state *css = NULL; in mem_cgroup_iter() local 3563 static u64 mem_cgroup_hierarchy_read(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_read() 3569 static int mem_cgroup_hierarchy_write(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_write() 3625 static u64 mem_cgroup_read_u64(struct cgroup_subsys_state *css, in mem_cgroup_read_u64() 3759 struct cgroup_subsys_state *css; in memcg_offline_kmem() local 3950 static u64 mem_cgroup_move_charge_read(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_read() 3957 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write() 3975 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write() 4205 static u64 mem_cgroup_swappiness_read(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_read() 4213 static int mem_cgroup_swappiness_write(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_write() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | cgroup.h | 240 #define css_for_each_descendant_pre(pos, css) \ argument 263 #define css_for_each_descendant_post(pos, css) \ argument 322 static inline void css_get(struct cgroup_subsys_state *css) in css_get() 335 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many() 352 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget() 369 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online() 391 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying() 402 static inline void css_put(struct cgroup_subsys_state *css) in css_put() 415 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many() 510 struct cgroup_subsys_state *css; in task_get_css() local [all …]
|
D | cgroup_rdma.h | 20 struct cgroup_subsys_state css; member
|
/kernel/linux/linux-5.10/block/ |
D | blk-cgroup.c | 440 static int blkcg_reset_stats(struct cgroup_subsys_state *css, in blkcg_reset_stats() 775 static void blkcg_rstat_flush(struct cgroup_subsys_state *css, int cpu) in blkcg_rstat_flush() 1007 static void blkcg_css_offline(struct cgroup_subsys_state *css) in blkcg_css_offline() 1059 static void blkcg_css_free(struct cgroup_subsys_state *css) in blkcg_css_free() 1145 static int blkcg_css_online(struct cgroup_subsys_state *css) in blkcg_css_online() 1730 struct cgroup_subsys_state *css; in blkcg_maybe_throttle_current() local 1826 struct cgroup_subsys_state *css) in blkg_tryget_closest() 1859 struct cgroup_subsys_state *css) in bio_associate_blkg_from_css() 1884 struct cgroup_subsys_state *css; in bio_associate_blkg() local
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | css.c | 867 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid() 886 struct channel_subsystem *css = to_css(dev); in channel_subsystem_release() local 895 struct channel_subsystem *css = to_css(dev); in real_cssid_show() local 907 struct channel_subsystem *css = to_css(dev); in cm_enable_show() local 919 struct channel_subsystem *css = to_css(dev); in cm_enable_store() local 975 struct channel_subsystem *css; in setup_css() local 1045 struct channel_subsystem *css; in css_reboot_event() local 1073 struct channel_subsystem *css; in css_power_event() local 1281 struct channel_subsystem *css = channel_subsystems[i]; in css_bus_init() local 1297 struct channel_subsystem *css; in css_bus_cleanup() local
|
/kernel/linux/linux-5.10/security/ |
D | device_cgroup.c | 43 struct cgroup_subsys_state css; member 187 static int devcgroup_online(struct cgroup_subsys_state *css) in devcgroup_online() 208 static void devcgroup_offline(struct cgroup_subsys_state *css) in devcgroup_offline() 234 static void devcgroup_css_free(struct cgroup_subsys_state *css) in devcgroup_css_free()
|
/kernel/linux/linux-5.10/include/net/ |
D | netprio_cgroup.h | 24 struct cgroup_subsys_state *css; in task_netprioidx() local
|
D | cls_cgroup.h | 19 struct cgroup_subsys_state css; member
|
/kernel/linux/linux-5.10/tools/cgroup/ |
D | memcg_slabinfo.py | 36 def find_memcg_ids(css=prog['root_mem_cgroup'].css, prefix=''): argument
|