/linux-4.1.27/net/core/ |
D | netclassid_cgroup.c | 19 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()
|
D | netprio_cgroup.c | 89 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/ |
D | cgroup_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() 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()
|
D | cgroup.c | 305 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 …]
|
D | cpuset.c | 76 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/ |
D | cgroup.h | 42 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()
|
D | perf_event.h | 595 struct cgroup_subsys_state css; member
|
/linux-4.1.27/kernel/sched/ |
D | cpuacct.c | 30 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()
|
D | core.c | 7958 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 …]
|
D | sched.h | 230 struct cgroup_subsys_state css; member
|
/linux-4.1.27/drivers/s390/cio/ |
D | css.c | 698 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 …]
|
D | chp.c | 159 struct channel_subsystem *css, in chp_measurement_copy_block() 185 struct channel_subsystem *css; in chp_measurement_read() local
|
D | chsc.c | 688 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()
|
D | device.c | 1019 struct channel_subsystem *css = to_css(sch->dev.parent); in ccw_device_move_to_orph() local
|
/linux-4.1.27/mm/ |
D | hugetlb_cgroup.c | 23 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()
|
D | memcontrol.c | 264 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 …]
|
D | vmpressure.c | 80 struct cgroup_subsys_state *css = vmpressure_to_css(vmpr); in vmpressure_parent() local
|
D | slab_common.c | 481 struct cgroup_subsys_state *css = mem_cgroup_css(memcg); in memcg_create_kmem_cache() local
|
D | memory-failure.c | 137 struct cgroup_subsys_state *css; in hwpoison_filter_task() local
|
/linux-4.1.27/include/net/ |
D | cls_cgroup.h | 23 struct cgroup_subsys_state css; member
|
D | netprio_cgroup.h | 32 struct cgroup_subsys_state *css; in task_netprioidx() local
|
/linux-4.1.27/security/ |
D | device_cgroup.c | 49 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/ |
D | blk-cgroup.c | 444 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()
|
D | blk-cgroup.h | 46 struct cgroup_subsys_state css; member 180 static inline struct blkcg *css_to_blkcg(struct cgroup_subsys_state *css) in css_to_blkcg()
|
D | bio.c | 2002 struct cgroup_subsys_state *css; in bio_associate_current() local
|
D | cfq-iosched.c | 1728 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/ |
D | tcp_memcontrol.c | 141 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/ |
D | pm.c | 98 u32 css; in at91_pm_verify_clocks() local
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | main.c | 987 u8 cso, css; in alx_tx_csum() local
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 1286 u8 css, cso; in ixgb_tx_csum() local
|
/linux-4.1.27/arch/mips/kvm/ |
D | emulate.c | 1276 uint32_t css = in kvm_mips_emulate_CP0() local
|
/linux-4.1.27/kernel/events/ |
D | core.c | 591 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/ |
D | atl1e_main.c | 1690 u8 css, cso; in atl1e_tso_csum() local
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2048 u8 css, cso; in atl1c_tso_csum() local
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 2182 u8 css, cso; in atl1_tx_csum() local
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 2784 u8 css; in e1000_tx_csum() local
|
D | e1000_hw.h | 654 u8 css; /* Checksum start */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 283 u8 css; /* Checksum start */ member
|
D | netdev.c | 5264 u8 css; in e1000_tx_csum() local
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.h | 2186 u8 css; member
|