| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css.c | 314 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 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()
|
| H A 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/kernel/cgroup/ |
| H A D | legacy_freezer.c | 45 struct cgroup_subsys_state css; member 51 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() 132 static void freezer_css_offline(struct cgroup_subsys_state *css) in freezer_css_offline() 148 static void freezer_css_free(struct cgroup_subsys_state *css) in freezer_css_free() 248 static void update_if_frozen(struct cgroup_subsys_state *css) in update_if_frozen() 289 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()
|
| H A 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 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 D | rstat.c | 23 static inline bool css_uses_rstat(struct cgroup_subsys_state *css) in css_uses_rstat() 29 struct cgroup_subsys_state *css, int cpu) in css_rstat_cpu() 70 __bpf_kfunc void css_rstat_updated(struct cgroup_subsys_state *css, int cpu) in css_rstat_updated() 125 static void __css_process_update_tree(struct cgroup_subsys_state *css, int cpu) in __css_process_update_tree() 355 static inline void __css_rstat_lock(struct cgroup_subsys_state *css, in __css_rstat_lock() 372 static inline void __css_rstat_unlock(struct cgroup_subsys_state *css, in __css_rstat_unlock() 397 __bpf_kfunc void css_rstat_flush(struct cgroup_subsys_state *css) in css_rstat_flush() 430 int css_rstat_init(struct cgroup_subsys_state *css) in css_rstat_init() 475 void css_rstat_exit(struct cgroup_subsys_state *css) in css_rstat_exit()
|
| H A D | cpuset-v1.c | 165 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64() 190 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64() 353 struct cgroup_subsys_state *css; in cpuset1_validate_change() local 386 struct cgroup_subsys_state *css; in proc_cpuset_show() local 416 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64() 448 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64()
|
| H A D | pids.c | 50 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 D | cgroup.c | 584 struct cgroup_subsys_state *css; in cgroup_e_css() local 614 struct cgroup_subsys_state *css; in cgroup_get_e_css() local 717 #define for_each_css(css, ssid, cgrp) \ argument 965 static unsigned long css_set_hash(struct cgroup_subsys_state **css) in css_set_hash() 1293 struct cgroup_subsys_state *css = cset->subsys[ssid]; in find_css_set() local 1751 struct cgroup_subsys_state *css = cgroup_css(cgrp, cft->ss); in cgroup_rm_file() local 1768 static void css_clear_dir(struct cgroup_subsys_state *css) in css_clear_dir() 1801 static int css_populate_dir(struct cgroup_subsys_state *css) in css_populate_dir() 1901 struct cgroup_subsys_state *css = cgroup_css(scgrp, ss); in rebind_subsystems() local 3270 struct cgroup_subsys_state *css = cgroup_css(dsct, ss); in cgroup_lock_and_drain_offline() local [all …]
|
| H A D | cpuset.c | 367 struct cgroup_subsys_state *css; in partition_is_populated() local 644 struct cgroup_subsys_state *css; in validate_change() local 1431 struct cgroup_subsys_state *css; in rm_siblings_excl_cpus() local 1928 struct cgroup_subsys_state *css; in update_parent_effective_cpumask() local 2067 struct cgroup_subsys_state *css; in compute_partition_effective_cpumask() local 2419 struct cgroup_subsys_state *css; in cpus_allowed_validate_change() local 3090 struct cgroup_subsys_state *css; in cpuset_can_attach() local 3165 struct cgroup_subsys_state *css; in cpuset_cancel_attach() local 3215 struct cgroup_subsys_state *css; in cpuset_attach() local 3561 static int cpuset_css_online(struct cgroup_subsys_state *css) in cpuset_css_online() [all …]
|
| H A D | dmem.c | 56 struct cgroup_subsys_state css; member 92 css_to_dmemcs(struct cgroup_subsys_state *css) in css_to_dmemcs() 158 static void dmemcs_offline(struct cgroup_subsys_state *css) in dmemcs_offline() 169 static void dmemcs_free(struct cgroup_subsys_state *css) in dmemcs_free() 224 struct cgroup_subsys_state *css; in dmem_cgroup_calculate_protection() local
|
| H A D | rdma.c | 67 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/net/core/ |
| H A D | netclassid_cgroup.c | 16 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 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/kernel/sched/ |
| H A D | cpuacct.c | 27 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 D | iters_css_task.c | 26 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 D | cgroup_read_xattr.c | 61 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
|
| /linux/fs/xfs/scrub/ |
| H A D | stats.c | 96 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 D | cgroup.h | 249 #define css_for_each_descendant_pre(pos, css) \ argument 272 #define css_for_each_descendant_post(pos, css) \ argument 353 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying() 358 static inline bool css_is_online(struct cgroup_subsys_state *css) in css_is_online() 363 static inline bool css_is_self(struct cgroup_subsys_state *css) in css_is_self() 474 struct cgroup_subsys_state *css; in task_get_css() local 667 static inline void css_get(struct cgroup_subsys_state *css) {} in css_get() 668 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()
|
| H A D | misc_cgroup.h | 57 struct cgroup_subsys_state css; member 80 static inline struct misc_cg *css_misc(struct cgroup_subsys_state *css) in css_misc()
|
| /linux/block/ |
| H A D | blk-cgroup.c | 105 struct cgroup_subsys_state *css; in blkcg_css() local 649 static int blkcg_reset_stats(struct cgroup_subsys_state *css, in blkcg_reset_stats() 1119 static void blkcg_rstat_flush(struct cgroup_subsys_state *css, int cpu) in blkcg_rstat_flush() 1267 struct list_head *blkcg_get_cgwb_list(struct cgroup_subsys_state *css) in blkcg_get_cgwb_list() 1381 static void blkcg_css_offline(struct cgroup_subsys_state *css) in blkcg_css_offline() 1390 static void blkcg_css_free(struct cgroup_subsys_state *css) in blkcg_css_free() 1475 static int blkcg_css_online(struct cgroup_subsys_state *css) in blkcg_css_online() 2091 struct cgroup_subsys_state *css) in blkg_tryget_closest() 2124 struct cgroup_subsys_state *css) in bio_associate_blkg_from_css() 2149 struct cgroup_subsys_state *css; in bio_associate_blkg() local
|
| /linux/drivers/s390/cio/ |
| H A 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 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/mm/ |
| H A D | memcontrol-v1.c | 404 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/security/ |
| H A 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/scripts/ |
| H A D | sphinx-build-wrapper | 276 def handle_html(self, css, output_dir): argument 471 theme=None, css=None, paper=None): argument
|