Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dnetclassid_cgroup.c19 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()
69 static void cgrp_attach(struct cgroup_subsys_state *css, in cgrp_attach()
83 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid()
88 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid()
Dnetprio_cgroup.c89 static u32 netprio_prio(struct cgroup_subsys_state *css, struct net_device *dev) in netprio_prio()
108 static int netprio_set_prio(struct cgroup_subsys_state *css, in netprio_set_prio()
132 struct cgroup_subsys_state *css; in cgrp_css_alloc() local
141 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online()
166 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free()
171 static u64 read_prioidx(struct cgroup_subsys_state *css, struct cftype *cft) in read_prioidx()
221 static void net_prio_attach(struct cgroup_subsys_state *css, in net_prio_attach()
/linux-4.1.27/kernel/
Dcgroup_freezer.c44 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()
247 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
440 static u64 freezer_self_freezing_read(struct cgroup_subsys_state *css, in freezer_self_freezing_read()
448 static u64 freezer_parent_freezing_read(struct cgroup_subsys_state *css, in freezer_parent_freezing_read()
Dcgroup.c305 struct cgroup_subsys_state *css; in cgroup_get_e_css() local
382 #define for_each_css(css, ssid, cgrp) \ argument
397 #define for_each_e_css(css, ssid, cgrp) \ argument
510 static unsigned long css_set_hash(struct cgroup_subsys_state *css[]) in css_set_hash()
1272 struct cgroup_subsys_state *css; in rebind_subsystems() local
2238 struct cgroup_subsys_state *css, *failed_css = NULL; in cgroup_migrate() local
2602 struct cgroup_subsys_state *css; in cgroup_update_dfl_csses() local
2863 struct cgroup_subsys_state *css = cgroup_css(child, ss); in cgroup_subtree_control_write() local
2883 struct cgroup_subsys_state *css; in cgroup_subtree_control_write() local
2908 struct cgroup_subsys_state *css = cgroup_css(child, ss); in cgroup_subtree_control_write() local
[all …]
Dcpuset.c76 struct cgroup_subsys_state css; member
135 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs()
455 struct cgroup_subsys_state *css; in validate_change() local
1429 static int cpuset_can_attach(struct cgroup_subsys_state *css, in cpuset_can_attach()
1467 static void cpuset_cancel_attach(struct cgroup_subsys_state *css, in cpuset_cancel_attach()
1482 static void cpuset_attach(struct cgroup_subsys_state *css, in cpuset_attach()
1565 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64()
1615 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64()
1741 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64()
1772 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64()
[all …]
/linux-4.1.27/include/linux/
Dcgroup.h42 static inline void css_get(struct cgroup_subsys_state *css) in css_get()
55 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many()
72 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget()
89 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online()
102 static inline void css_put(struct cgroup_subsys_state *css) in css_put()
115 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many()
435 #define css_for_each_descendant_pre(pos, css) \ argument
462 #define css_for_each_descendant_post(pos, css) \ argument
509 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()
Dperf_event.h595 struct cgroup_subsys_state css; member
/linux-4.1.27/kernel/sched/
Dcpuacct.c30 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()
135 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read()
147 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write()
Dcore.c7958 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg()
7981 static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) in cpu_cgroup_css_online()
7991 static void cpu_cgroup_css_free(struct cgroup_subsys_state *css) in cpu_cgroup_css_free()
7998 static void cpu_cgroup_css_offline(struct cgroup_subsys_state *css) in cpu_cgroup_css_offline()
8010 static int cpu_cgroup_can_attach(struct cgroup_subsys_state *css, in cpu_cgroup_can_attach()
8028 static void cpu_cgroup_attach(struct cgroup_subsys_state *css, in cpu_cgroup_attach()
8037 static void cpu_cgroup_exit(struct cgroup_subsys_state *css, in cpu_cgroup_exit()
8053 static int cpu_shares_write_u64(struct cgroup_subsys_state *css, in cpu_shares_write_u64()
8059 static u64 cpu_shares_read_u64(struct cgroup_subsys_state *css, in cpu_shares_read_u64()
8196 static s64 cpu_cfs_quota_read_s64(struct cgroup_subsys_state *css, in cpu_cfs_quota_read_s64()
[all …]
Dsched.h230 struct cgroup_subsys_state css; member
/linux-4.1.27/drivers/s390/cio/
Dcss.c698 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid()
722 struct channel_subsystem *css; in channel_subsystem_release() local
738 struct channel_subsystem *css = to_css(dev); in css_cm_enable_show() local
753 struct channel_subsystem *css = to_css(dev); in css_cm_enable_store() local
781 struct channel_subsystem *css; in setup_css() local
816 struct channel_subsystem *css; in css_reboot_event() local
849 struct channel_subsystem *css; in css_power_event() local
866 struct channel_subsystem *css; in css_power_event() local
924 struct channel_subsystem *css; in css_bus_init() local
976 struct channel_subsystem *css; in css_bus_init() local
[all …]
Dchp.c159 struct channel_subsystem *css, in chp_measurement_copy_block()
185 struct channel_subsystem *css; in chp_measurement_read() local
Dchsc.c688 chsc_remove_cmg_attr(struct channel_subsystem *css) in chsc_remove_cmg_attr()
700 chsc_add_cmg_attr(struct channel_subsystem *css) in chsc_add_cmg_attr()
722 int __chsc_do_secm(struct channel_subsystem *css, int enable) in __chsc_do_secm()
778 chsc_secm(struct channel_subsystem *css, int enable) in chsc_secm()
Ddevice.c1019 struct channel_subsystem *css = to_css(sch->dev.parent); in ccw_device_move_to_orph() local
/linux-4.1.27/mm/
Dhugetlb_cgroup.c23 struct cgroup_subsys_state css; member
93 static void hugetlb_cgroup_css_free(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_free()
145 static void hugetlb_cgroup_css_offline(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_offline()
247 static u64 hugetlb_cgroup_read_u64(struct cgroup_subsys_state *css, in hugetlb_cgroup_read_u64()
Dmemcontrol.c264 struct cgroup_subsys_state css; member
466 struct cgroup_subsys_state *css; in mem_cgroup_from_id() local
1014 struct cgroup_subsys_state *css = NULL; in mem_cgroup_iter() local
3073 static u64 mem_cgroup_hierarchy_read(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_read()
3079 static int mem_cgroup_hierarchy_write(struct cgroup_subsys_state *css, in mem_cgroup_hierarchy_write()
3155 static u64 mem_cgroup_read_u64(struct cgroup_subsys_state *css, in mem_cgroup_read_u64()
3369 static u64 mem_cgroup_move_charge_read(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_read()
3376 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write()
3394 static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css, in mem_cgroup_move_charge_write()
3547 static u64 mem_cgroup_swappiness_read(struct cgroup_subsys_state *css, in mem_cgroup_swappiness_read()
[all …]
Dvmpressure.c80 struct cgroup_subsys_state *css = vmpressure_to_css(vmpr); in vmpressure_parent() local
Dslab_common.c481 struct cgroup_subsys_state *css = mem_cgroup_css(memcg); in memcg_create_kmem_cache() local
Dmemory-failure.c137 struct cgroup_subsys_state *css; in hwpoison_filter_task() local
/linux-4.1.27/include/net/
Dcls_cgroup.h23 struct cgroup_subsys_state css; member
Dnetprio_cgroup.h32 struct cgroup_subsys_state *css; in task_netprioidx() local
/linux-4.1.27/security/
Ddevice_cgroup.c49 struct cgroup_subsys_state css; member
182 static int devcgroup_online(struct cgroup_subsys_state *css) in devcgroup_online()
203 static void devcgroup_offline(struct cgroup_subsys_state *css) in devcgroup_offline()
229 static void devcgroup_css_free(struct cgroup_subsys_state *css) in devcgroup_css_free()
/linux-4.1.27/block/
Dblk-cgroup.c444 static int blkcg_reset_stats(struct cgroup_subsys_state *css, in blkcg_reset_stats()
794 static void blkcg_css_offline(struct cgroup_subsys_state *css) in blkcg_css_offline()
818 static void blkcg_css_free(struct cgroup_subsys_state *css) in blkcg_css_free()
908 static int blkcg_can_attach(struct cgroup_subsys_state *css, in blkcg_can_attach()
Dblk-cgroup.h46 struct cgroup_subsys_state css; member
180 static inline struct blkcg *css_to_blkcg(struct cgroup_subsys_state *css) in css_to_blkcg()
Dbio.c2002 struct cgroup_subsys_state *css; in bio_associate_current() local
Dcfq-iosched.c1728 static int __cfq_set_weight(struct cgroup_subsys_state *css, struct cftype *cft, in __cfq_set_weight()
1763 static int cfq_set_weight(struct cgroup_subsys_state *css, struct cftype *cft, in cfq_set_weight()
1769 static int cfq_set_leaf_weight(struct cgroup_subsys_state *css, in cfq_set_leaf_weight()
/linux-4.1.27/net/ipv4/
Dtcp_memcontrol.c141 static u64 tcp_cgroup_read(struct cgroup_subsys_state *css, struct cftype *cft) in tcp_cgroup_read()
/linux-4.1.27/arch/arm/mach-at91/
Dpm.c98 u32 css; in at91_pm_verify_clocks() local
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dmain.c987 u8 cso, css; in alx_tx_csum() local
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1286 u8 css, cso; in ixgb_tx_csum() local
/linux-4.1.27/arch/mips/kvm/
Demulate.c1276 uint32_t css = in kvm_mips_emulate_CP0() local
/linux-4.1.27/kernel/events/
Dcore.c591 struct cgroup_subsys_state *css; in perf_cgroup_connect() local
9077 static void perf_cgroup_css_free(struct cgroup_subsys_state *css) in perf_cgroup_css_free()
9092 static void perf_cgroup_attach(struct cgroup_subsys_state *css, in perf_cgroup_attach()
9101 static void perf_cgroup_exit(struct cgroup_subsys_state *css, in perf_cgroup_exit()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1690 u8 css, cso; in atl1e_tso_csum() local
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2048 u8 css, cso; in atl1c_tso_csum() local
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl1.c2182 u8 css, cso; in atl1_tx_csum() local
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c2784 u8 css; in e1000_tx_csum() local
De1000_hw.h654 u8 css; /* Checksum start */ member
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dhw.h283 u8 css; /* Checksum start */ member
Dnetdev.c5264 u8 css; in e1000_tx_csum() local
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.h2186 u8 css; member