Home
last modified time | relevance | path

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

12

/linux/drivers/staging/media/ipu3/
H A Dipu3-css.c314 static void imgu_css_hw_enable_irq(struct imgu_css *css) in imgu_css_hw_enable_irq()
362 static int imgu_css_hw_init(struct imgu_css *css) in imgu_css_hw_init()
470 static int imgu_css_hw_start_sp(struct imgu_css *css, int sp) in imgu_css_hw_start_sp()
501 static int imgu_css_hw_start(struct imgu_css *css) in imgu_css_hw_start()
608 static void imgu_css_hw_stop(struct imgu_css *css) in imgu_css_hw_stop()
628 static void imgu_css_hw_cleanup(struct imgu_css *css) in imgu_css_hw_cleanup()
650 static void imgu_css_pipeline_cleanup(struct imgu_css *css, unsigned int pipe) in imgu_css_pipeline_cleanup()
669 static int imgu_css_pipeline_init(struct imgu_css *css, unsigned int pipe) in imgu_css_pipeline_init()
1058 static u8 imgu_css_queue_pos(struct imgu_css *css, int queue, int thread) in imgu_css_queue_pos()
1071 static int imgu_css_queue_data(struct imgu_css *css, in imgu_css_queue_data()
[all …]
H A 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()
/linux/kernel/cgroup/
H A Ddebug.c17 struct cgroup_subsys_state *css = kzalloc_obj(*css); 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
74 static u64 current_css_set_refcount_read(struct cgroup_subsys_state *css, in current_css_set_refcount_read()
112 struct cgroup_subsys_state *css = seq_css(seq); in cgroup_css_links_read() local
204 struct cgroup_subsys_state *css; in cgroup_subsys_states_read() local
267 static u64 releasable_read(struct cgroup_subsys_state *css, struct cftype *cft) in releasable_read()
H A Dlegacy_freezer.c38 struct cgroup_subsys_state css; member
44 static inline struct freezer *css_freezer(struct cgroup_subsys_state *css) in css_freezer()
98 static int freezer_css_online(struct cgroup_subsys_state *css) in freezer_css_online()
125 static void freezer_css_offline(struct cgroup_subsys_state *css) in freezer_css_offline()
141 static void freezer_css_free(struct cgroup_subsys_state *css) in freezer_css_free()
241 static void update_if_frozen(struct cgroup_subsys_state *css) in update_if_frozen()
282 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()
H A Drstat.c24 static inline bool css_uses_rstat(struct cgroup_subsys_state *css) in css_uses_rstat()
30 struct cgroup_subsys_state *css, int cpu) in css_rstat_cpu()
71 void __css_rstat_updated(struct cgroup_subsys_state *css, int cpu) in __css_rstat_updated()
129 __bpf_kfunc void css_rstat_updated(struct cgroup_subsys_state *css, int cpu) in css_rstat_updated()
137 static void __css_process_update_tree(struct cgroup_subsys_state *css, int cpu) in __css_process_update_tree()
367 static inline void __css_rstat_lock(struct cgroup_subsys_state *css, in __css_rstat_lock()
384 static inline void __css_rstat_unlock(struct cgroup_subsys_state *css, in __css_rstat_unlock()
409 __bpf_kfunc void css_rstat_flush(struct cgroup_subsys_state *css) in css_rstat_flush()
442 int css_rstat_init(struct cgroup_subsys_state *css) in css_rstat_init()
487 void css_rstat_exit(struct cgroup_subsys_state *css) in css_rstat_exit()
H A 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()
H A Ddmem.c57 struct cgroup_subsys_state css; member
98 css_to_dmemcs(struct cgroup_subsys_state *css) in css_to_dmemcs()
192 static void dmemcs_offline(struct cgroup_subsys_state *css) in dmemcs_offline()
203 static void dmemcs_free(struct cgroup_subsys_state *css) in dmemcs_free()
258 struct cgroup_subsys_state *css; in dmem_cgroup_calculate_protection() local
H A Dcpuset-internal.h76 struct cgroup_subsys_state css; member
197 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs()
348 static inline void cpuset1_online_css(struct cgroup_subsys_state *css) {} in cpuset1_online_css()
H A Dcgroup-v1.c599 static u64 cgroup_read_notify_on_release(struct cgroup_subsys_state *css, in cgroup_read_notify_on_release()
605 static int cgroup_write_notify_on_release(struct cgroup_subsys_state *css, in cgroup_write_notify_on_release()
615 static u64 cgroup_clone_children_read(struct cgroup_subsys_state *css, in cgroup_clone_children_read()
621 static int cgroup_clone_children_write(struct cgroup_subsys_state *css, in cgroup_clone_children_write()
/linux/net/core/
H A Dnetclassid_cgroup.c16 static inline struct cgroup_cls_state *css_cls_state(struct cgroup_subsys_state *css) in css_cls_state()
42 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online()
53 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free()
109 struct cgroup_subsys_state *css; in cgrp_attach() local
117 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid()
122 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid()
H A 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/kernel/sched/
H A Dcpuacct.c27 struct cgroup_subsys_state css; member
33 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca()
87 static void cpuacct_css_free(struct cgroup_subsys_state *css) in cpuacct_css_free()
163 static u64 __cpuusage_read(struct cgroup_subsys_state *css, in __cpuusage_read()
176 static u64 cpuusage_user_read(struct cgroup_subsys_state *css, in cpuusage_user_read()
182 static u64 cpuusage_sys_read(struct cgroup_subsys_state *css, in cpuusage_sys_read()
188 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read()
193 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write()
/linux/tools/testing/selftests/bpf/progs/
H A 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
H A Dcgroup_read_xattr.c61 struct cgroup_subsys_state *css; in BPF_PROG() local
80 struct cgroup_subsys_state *css; in BPF_PROG() local
99 struct cgroup_subsys_state *css; in BPF_PROG() local
[all...]
H A Dread_cgroupfs_xattr.c24 struct cgroup_subsys_state *css, *tmp; in BPF_PROG() local
H A Diters_task_failure.c93 struct cgroup_subsys_state *css; in BPF_PROG() local
/linux/fs/xfs/scrub/
H A 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/include/linux/
H A Dmisc_cgroup.h57 struct cgroup_subsys_state css; member
80 static inline struct misc_cg *css_misc(struct cgroup_subsys_state *css) in css_misc()
H A Dcgroup_refcnt.h8 void css_get(struct cgroup_subsys_state *css) in css_get()
/linux/security/
H A 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()
/linux/tools/docs/
H A Dsphinx-build-wrapper334 handle_html(self, css, output_dir) global() argument
651 build(self, target, sphinxdirs=None, theme=None, css=None, paper=None, deny_vf=None, skip_sphinx=False) global() argument
[all...]
/linux/block/
H A Dblk-cgroup-fc-appid.c14 struct cgroup_subsys_state *css; in blkcg_set_fc_appid() local
/linux/include/net/
H A Dnetprio_cgroup.h24 struct cgroup_subsys_state *css; in task_netprioidx() local
/linux/mm/
H A Dhugetlb_cgroup.c174 static void hugetlb_cgroup_css_free(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_free()
222 static void hugetlb_cgroup_css_offline(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_offline()
463 struct cgroup_subsys_state *css; in hugetlb_cgroup_read_numa_stat() local
509 static u64 hugetlb_cgroup_read_u64(struct cgroup_subsys_state *css, in hugetlb_cgroup_read_u64()
/linux/tools/cgroup/
H A Dmemcg_slabinfo.py36 def find_memcg_ids(css=prog['root_mem_cgroup'].css, prefix=''): argument

12