/linux-6.1.9/drivers/staging/media/ipu3/ |
D | ipu3-css.c | 313 static void imgu_css_hw_enable_irq(struct imgu_css *css) in imgu_css_hw_enable_irq() 361 static int imgu_css_hw_init(struct imgu_css *css) in imgu_css_hw_init() 469 static int imgu_css_hw_start_sp(struct imgu_css *css, int sp) in imgu_css_hw_start_sp() 500 static int imgu_css_hw_start(struct imgu_css *css) in imgu_css_hw_start() 607 static void imgu_css_hw_stop(struct imgu_css *css) in imgu_css_hw_stop() 627 static void imgu_css_hw_cleanup(struct imgu_css *css) in imgu_css_hw_cleanup() 649 static void imgu_css_pipeline_cleanup(struct imgu_css *css, unsigned int pipe) in imgu_css_pipeline_cleanup() 668 static int imgu_css_pipeline_init(struct imgu_css *css, unsigned int pipe) in imgu_css_pipeline_init() 1057 static u8 imgu_css_queue_pos(struct imgu_css *css, int queue, int thread) in imgu_css_queue_pos() 1070 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() 845 static int imgu_css_osys_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_osys_calc() 1631 static int imgu_css_af_ops_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_af_ops_calc() 1659 imgu_css_awb_fr_ops_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_awb_fr_ops_calc() 1685 static int imgu_css_awb_ops_calc(struct imgu_css *css, unsigned int pipe, in imgu_css_awb_ops_calc() 1727 static int imgu_css_cfg_acc_stripe(struct imgu_css *css, unsigned int pipe, in imgu_css_cfg_acc_stripe() 1899 static void imgu_css_cfg_acc_dvs(struct imgu_css *css, in imgu_css_cfg_acc_dvs() 1918 static void acc_bds_per_stripe_data(struct imgu_css *css, in acc_bds_per_stripe_data() 1943 int imgu_css_cfg_acc(struct imgu_css *css, unsigned int pipe, in imgu_css_cfg_acc() 2704 static void *imgu_css_cfg_copy(struct imgu_css *css, in imgu_css_cfg_copy() [all …]
|
/linux-6.1.9/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() 245 static void update_if_frozen(struct cgroup_subsys_state *css) in update_if_frozen() 286 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local 430 static u64 freezer_self_freezing_read(struct cgroup_subsys_state *css, in freezer_self_freezing_read() 438 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 59 static struct pids_cgroup *css_pids(struct cgroup_subsys_state *css) in css_pids() 84 static void pids_css_free(struct cgroup_subsys_state *css) in pids_css_free() 240 struct cgroup_subsys_state *css; in pids_can_fork() local 264 struct cgroup_subsys_state *css; in pids_cancel_fork() local 285 struct cgroup_subsys_state *css = of_css(of); in pids_max_write() local 314 struct cgroup_subsys_state *css = seq_css(sf); in pids_max_show() local 326 static s64 pids_current_read(struct cgroup_subsys_state *css, in pids_current_read() 334 static s64 pids_peak_read(struct cgroup_subsys_state *css, in pids_peak_read()
|
D | cgroup.c | 501 struct cgroup_subsys_state *css; in cgroup_tryget_css() local 559 struct cgroup_subsys_state *css; in cgroup_e_css() local 589 struct cgroup_subsys_state *css; in cgroup_get_e_css() local 679 #define for_each_css(css, ssid, cgrp) \ argument 694 #define for_each_e_css(css, ssid, cgrp) \ argument 942 static unsigned long css_set_hash(struct cgroup_subsys_state *css[]) in css_set_hash() 1270 struct cgroup_subsys_state *css = cset->subsys[ssid]; in find_css_set() local 1683 struct cgroup_subsys_state *css = cgroup_css(cgrp, cft->ss); in cgroup_rm_file() local 1700 static void css_clear_dir(struct cgroup_subsys_state *css) in css_clear_dir() 1733 static int css_populate_dir(struct cgroup_subsys_state *css) in css_populate_dir() [all …]
|
D | cpuset.c | 114 struct cgroup_subsys_state css; member 232 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs() 467 struct cgroup_subsys_state *css; in partition_is_populated() local 682 struct cgroup_subsys_state *css; in validate_change_legacy() local 727 struct cgroup_subsys_state *css; in validate_change() local 1775 struct cgroup_subsys_state *css; in update_cpumask() local 2442 struct cgroup_subsys_state *css; in cpuset_can_attach() local 2487 struct cgroup_subsys_state *css; in cpuset_cancel_attach() local 2509 struct cgroup_subsys_state *css; in cpuset_attach() local 2593 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64() [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 | 590 static u64 cgroup_read_notify_on_release(struct cgroup_subsys_state *css, in cgroup_read_notify_on_release() 596 static int cgroup_write_notify_on_release(struct cgroup_subsys_state *css, in cgroup_write_notify_on_release() 606 static u64 cgroup_clone_children_read(struct cgroup_subsys_state *css, in cgroup_clone_children_read() 612 static int cgroup_clone_children_write(struct cgroup_subsys_state *css, in cgroup_clone_children_write()
|
/linux-6.1.9/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() 101 struct cgroup_subsys_state *css; in cgrp_attach() local 109 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid() 114 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() 232 struct cgroup_subsys_state *css; in net_prio_attach() local
|
/linux-6.1.9/kernel/sched/ |
D | cpuacct.c | 25 struct cgroup_subsys_state css; member 31 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca() 85 static void cpuacct_css_free(struct cgroup_subsys_state *css) in cpuacct_css_free() 161 static u64 __cpuusage_read(struct cgroup_subsys_state *css, in __cpuusage_read() 174 static u64 cpuusage_user_read(struct cgroup_subsys_state *css, in cpuusage_user_read() 180 static u64 cpuusage_sys_read(struct cgroup_subsys_state *css, in cpuusage_sys_read() 186 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read() 191 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write()
|
D | core.c | 1717 uclamp_update_active_tasks(struct cgroup_subsys_state *css) in uclamp_update_active_tasks() 10276 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg() 10300 static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) in cpu_cgroup_css_online() 10320 static void cpu_cgroup_css_released(struct cgroup_subsys_state *css) in cpu_cgroup_css_released() 10327 static void cpu_cgroup_css_free(struct cgroup_subsys_state *css) in cpu_cgroup_css_free() 10341 struct cgroup_subsys_state *css; in cpu_cgroup_can_attach() local 10354 struct cgroup_subsys_state *css; in cpu_cgroup_attach() local 10361 static void cpu_util_update_eff(struct cgroup_subsys_state *css) in cpu_util_update_eff() 10538 static int cpu_shares_write_u64(struct cgroup_subsys_state *css, in cpu_shares_write_u64() 10546 static u64 cpu_shares_read_u64(struct cgroup_subsys_state *css, in cpu_shares_read_u64() [all …]
|
/linux-6.1.9/include/linux/ |
D | cgroup.h | 242 #define css_for_each_descendant_pre(pos, css) \ argument 265 #define css_for_each_descendant_post(pos, css) \ argument 324 static inline void css_get(struct cgroup_subsys_state *css) in css_get() 337 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many() 354 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget() 371 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online() 393 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying() 404 static inline void css_put(struct cgroup_subsys_state *css) in css_put() 417 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many() 524 struct cgroup_subsys_state *css; in task_get_css() local [all …]
|
D | misc_cgroup.h | 48 struct cgroup_subsys_state css; member 72 static inline struct misc_cg *css_misc(struct cgroup_subsys_state *css) in css_misc()
|
D | cgroup_rdma.h | 20 struct cgroup_subsys_state css; member
|
/linux-6.1.9/block/ |
D | blk-cgroup.c | 72 struct cgroup_subsys_state *css; in blkcg_css() local 491 static int blkcg_reset_stats(struct cgroup_subsys_state *css, in blkcg_reset_stats() 828 static void blkcg_rstat_flush(struct cgroup_subsys_state *css, int cpu) in blkcg_rstat_flush() 1002 struct list_head *blkcg_get_cgwb_list(struct cgroup_subsys_state *css) in blkcg_get_cgwb_list() 1112 static void blkcg_css_offline(struct cgroup_subsys_state *css) in blkcg_css_offline() 1121 static void blkcg_css_free(struct cgroup_subsys_state *css) in blkcg_css_free() 1207 static int blkcg_css_online(struct cgroup_subsys_state *css) in blkcg_css_online() 1852 struct cgroup_subsys_state *css) in blkg_tryget_closest() 1885 struct cgroup_subsys_state *css) in bio_associate_blkg_from_css() 1910 struct cgroup_subsys_state *css; in bio_associate_blkg() local [all …]
|
D | blk-cgroup-fc-appid.c | 14 struct cgroup_subsys_state *css; in blkcg_set_fc_appid() local
|
/linux-6.1.9/drivers/s390/cio/ |
D | css.c | 851 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid() 870 struct channel_subsystem *css = to_css(dev); in channel_subsystem_release() local 879 struct channel_subsystem *css = to_css(dev); in real_cssid_show() local 903 struct channel_subsystem *css = to_css(dev); in cm_enable_show() local 915 struct channel_subsystem *css = to_css(dev); in cm_enable_store() local 972 struct channel_subsystem *css; in setup_css() local 1045 struct channel_subsystem *css; in css_reboot_event() local 1223 struct channel_subsystem *css = channel_subsystems[i]; in css_bus_init() local 1239 struct channel_subsystem *css; in css_bus_cleanup() local
|
/linux-6.1.9/security/ |
D | device_cgroup.c | 44 struct cgroup_subsys_state css; member 188 static int devcgroup_online(struct cgroup_subsys_state *css) in devcgroup_online() 209 static void devcgroup_offline(struct cgroup_subsys_state *css) in devcgroup_offline() 235 static void devcgroup_css_free(struct cgroup_subsys_state *css) in devcgroup_css_free()
|
/linux-6.1.9/mm/ |
D | memcontrol.c | 1082 struct cgroup_subsys_state *css = NULL; in mem_cgroup_iter() local 3631 static u64 mem_cgroup_hierarchy_read(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_read() 3637 static int mem_cgroup_hierarchy_write(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_write() 3677 static u64 mem_cgroup_read_u64(struct cgroup_subsys_state *css, in mem_cgroup_read_u64() 3901 static u64 mem_cgroup_move_charge_read(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_read() 3908 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write() 3926 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write() 4144 static u64 mem_cgroup_swappiness_read(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_read() 4152 static int mem_cgroup_swappiness_write(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_write() 4504 static int mem_cgroup_oom_control_write(struct cgroup_subsys_state *css, in mem_cgroup_oom_control_write() [all …]
|
D | hugetlb_cgroup.c | 175 static void hugetlb_cgroup_css_free(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_free() 223 static void hugetlb_cgroup_css_offline(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_offline() 473 struct cgroup_subsys_state *css; in hugetlb_cgroup_read_numa_stat() local 519 static u64 hugetlb_cgroup_read_u64(struct cgroup_subsys_state *css, in hugetlb_cgroup_read_u64()
|
/linux-6.1.9/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
|