Home
last modified time | relevance | path

Searched defs:css (Results 1 – 25 of 86) sorted by relevance

1234

/linux-6.15/drivers/staging/media/ipu3/
Dipu3-css.c313 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 …]
Dipu3-css-fw.c72 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()
Dipu3-css-params.c361 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.15/kernel/cgroup/
Dlegacy_freezer.c45 struct cgroup_subsys_state css; member
51 static inline struct freezer *css_freezer(struct cgroup_subsys_state *css) in css_freezer()
111 static int freezer_css_online(struct cgroup_subsys_state *css) in freezer_css_online()
138 static void freezer_css_offline(struct cgroup_subsys_state *css) in freezer_css_offline()
154 static void freezer_css_free(struct cgroup_subsys_state *css) in freezer_css_free()
255 static void update_if_frozen(struct cgroup_subsys_state *css) in update_if_frozen()
296 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local
444 static u64 freezer_self_freezing_read(struct cgroup_subsys_state *css, in freezer_self_freezing_read()
452 static u64 freezer_parent_freezing_read(struct cgroup_subsys_state *css, in freezer_parent_freezing_read()
Ddebug.c17 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()
Dcpuset-v1.c165 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64()
192 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64()
355 struct cgroup_subsys_state *css; in cpuset1_validate_change() local
388 struct cgroup_subsys_state *css; in proc_cpuset_show() local
418 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64()
450 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64()
Dpids.c50 struct cgroup_subsys_state css; member
68 static struct pids_cgroup *css_pids(struct cgroup_subsys_state *css) in css_pids()
91 static void pids_css_free(struct cgroup_subsys_state *css) in pids_css_free()
304 struct cgroup_subsys_state *css = of_css(of); in pids_max_write() local
333 struct cgroup_subsys_state *css = seq_css(sf); in pids_max_show() local
345 static s64 pids_current_read(struct cgroup_subsys_state *css, in pids_current_read()
353 static s64 pids_peak_read(struct cgroup_subsys_state *css, in pids_peak_read()
Dcgroup.c544 struct cgroup_subsys_state *css; in cgroup_e_css() local
574 struct cgroup_subsys_state *css; in cgroup_get_e_css() local
677 #define for_each_css(css, ssid, cgrp) \ argument
925 static unsigned long css_set_hash(struct cgroup_subsys_state **css) in css_set_hash()
1253 struct cgroup_subsys_state *css = cset->subsys[ssid]; in find_css_set() local
1691 struct cgroup_subsys_state *css = cgroup_css(cgrp, cft->ss); in cgroup_rm_file() local
1708 static void css_clear_dir(struct cgroup_subsys_state *css) in css_clear_dir()
1741 static int css_populate_dir(struct cgroup_subsys_state *css) in css_populate_dir()
1841 struct cgroup_subsys_state *css = cgroup_css(scgrp, ss); in rebind_subsystems() local
3161 struct cgroup_subsys_state *css = cgroup_css(dsct, ss); in cgroup_lock_and_drain_offline() local
[all …]
Dcpuset.c328 struct cgroup_subsys_state *css; in partition_is_populated() local
551 struct cgroup_subsys_state *css; in validate_change() local
1368 struct cgroup_subsys_state *css; in compute_effective_exclusive_cpumask() local
1813 struct cgroup_subsys_state *css; in update_parent_effective_cpumask() local
1952 struct cgroup_subsys_state *css; in compute_partition_effective_cpumask() local
2332 struct cgroup_subsys_state *css; in update_cpumask() local
2980 struct cgroup_subsys_state *css; in cpuset_can_attach() local
3055 struct cgroup_subsys_state *css; in cpuset_cancel_attach() local
3105 struct cgroup_subsys_state *css; in cpuset_attach() local
3453 static int cpuset_css_online(struct cgroup_subsys_state *css) in cpuset_css_online()
[all …]
Ddmem.c55 struct cgroup_subsys_state css; member
91 css_to_dmemcs(struct cgroup_subsys_state *css) in css_to_dmemcs()
157 static void dmemcs_offline(struct cgroup_subsys_state *css) in dmemcs_offline()
168 static void dmemcs_free(struct cgroup_subsys_state *css) in dmemcs_free()
223 struct cgroup_subsys_state *css; in dmem_cgroup_calculate_protection() local
Drdma.c67 static struct rdma_cgroup *css_rdmacg(struct cgroup_subsys_state *css) in css_rdmacg()
577 static void rdmacg_css_free(struct cgroup_subsys_state *css) in rdmacg_css_free()
593 static void rdmacg_css_offline(struct cgroup_subsys_state *css) in rdmacg_css_offline()
/linux-6.15/net/core/
Dnetclassid_cgroup.c16 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()
107 struct cgroup_subsys_state *css; in cgrp_attach() local
115 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid()
120 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid()
Dnetprio_cgroup.c93 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.15/kernel/sched/
Dcpuacct.c25 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()
Dcore.c1853 uclamp_update_active_tasks(struct cgroup_subsys_state *css) in uclamp_update_active_tasks()
9154 static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) in cpu_cgroup_css_online()
9177 static void cpu_cgroup_css_offline(struct cgroup_subsys_state *css) in cpu_cgroup_css_offline()
9184 static void cpu_cgroup_css_released(struct cgroup_subsys_state *css) in cpu_cgroup_css_released()
9191 static void cpu_cgroup_css_free(struct cgroup_subsys_state *css) in cpu_cgroup_css_free()
9205 struct cgroup_subsys_state *css; in cpu_cgroup_can_attach() local
9218 struct cgroup_subsys_state *css; in cpu_cgroup_attach() local
9232 static void cpu_util_update_eff(struct cgroup_subsys_state *css) in cpu_util_update_eff()
9415 static int cpu_shares_write_u64(struct cgroup_subsys_state *css, in cpu_shares_write_u64()
9429 static u64 cpu_shares_read_u64(struct cgroup_subsys_state *css, in cpu_shares_read_u64()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
Diters_css_task.c26 struct cgroup_subsys_state *css; in BPF_PROG() local
60 struct cgroup_subsys_state *css; in cgroup_id_printer() local
90 struct cgroup_subsys_state *css; in BPF_PROG() local
/linux-6.15/fs/xfs/scrub/
Dstats.c96 struct xchk_scrub_stats *css = &cs->cs_stats[0]; in xchk_stats_format() local
137 struct xchk_scrub_stats *css = &cs->cs_stats[0]; in xchk_stats_estimate_bufsize() local
170 struct xchk_scrub_stats *css = &cs->cs_stats[0]; in xchk_stats_clearall() local
193 struct xchk_scrub_stats *css; in xchk_stats_merge_one() local
317 struct xchk_scrub_stats *css = &cs->cs_stats[0]; in xchk_stats_init() local
/linux-6.15/block/
Dblk-cgroup.c105 struct cgroup_subsys_state *css; in blkcg_css() local
655 static int blkcg_reset_stats(struct cgroup_subsys_state *css, in blkcg_reset_stats()
1137 static void blkcg_rstat_flush(struct cgroup_subsys_state *css, int cpu) in blkcg_rstat_flush()
1285 struct list_head *blkcg_get_cgwb_list(struct cgroup_subsys_state *css) in blkcg_get_cgwb_list()
1399 static void blkcg_css_offline(struct cgroup_subsys_state *css) in blkcg_css_offline()
1408 static void blkcg_css_free(struct cgroup_subsys_state *css) in blkcg_css_free()
1493 static int blkcg_css_online(struct cgroup_subsys_state *css) in blkcg_css_online()
2109 struct cgroup_subsys_state *css) in blkg_tryget_closest()
2142 struct cgroup_subsys_state *css) in bio_associate_blkg_from_css()
2167 struct cgroup_subsys_state *css; in bio_associate_blkg() local
Dblk-cgroup-fc-appid.c14 struct cgroup_subsys_state *css; in blkcg_set_fc_appid() local
/linux-6.15/drivers/s390/cio/
Dcss.c851 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
1040 struct channel_subsystem *css; in css_reboot_event() local
1225 struct channel_subsystem *css = channel_subsystems[i]; in css_bus_init() local
1241 struct channel_subsystem *css; in css_bus_cleanup() local
/linux-6.15/mm/
Dmemcontrol-v1.c404 static u64 mem_cgroup_move_charge_read(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_read()
411 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write()
423 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write()
1056 struct cgroup_subsys_state *css = of_css(of); in memcg_write_event_control() local
1531 static u64 mem_cgroup_hierarchy_read(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_read()
1537 static int mem_cgroup_hierarchy_write(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_write()
1550 static u64 mem_cgroup_read_u64(struct cgroup_subsys_state *css, in mem_cgroup_read_u64()
1942 static u64 mem_cgroup_swappiness_read(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_read()
1950 static int mem_cgroup_swappiness_write(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_write()
1979 static int mem_cgroup_oom_control_write(struct cgroup_subsys_state *css, in mem_cgroup_oom_control_write()
/linux-6.15/include/linux/
Dcgroup.h241 #define css_for_each_descendant_pre(pos, css) \ argument
264 #define css_for_each_descendant_post(pos, css) \ argument
345 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying()
450 struct cgroup_subsys_state *css; in task_get_css() local
642 static inline void css_get(struct cgroup_subsys_state *css) {} in css_get()
643 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()
Dmisc_cgroup.h53 struct cgroup_subsys_state css; member
76 static inline struct misc_cg *css_misc(struct cgroup_subsys_state *css) in css_misc()
Dcgroup_refcnt.h8 void css_get(struct cgroup_subsys_state *css) in css_get()
/linux-6.15/security/
Ddevice_cgroup.c44 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()

1234