Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 67) sorted by relevance

123

/kernel/linux/linux-4.19/drivers/base/
Dclass.c87 int class_create_file_ns(struct class *cls, const struct class_attribute *attr, in class_create_file_ns()
100 void class_remove_file_ns(struct class *cls, const struct class_attribute *attr, in class_remove_file_ns()
107 static struct class *class_get(struct class *cls) in class_get()
114 static void class_put(struct class *cls) in class_put()
134 static int class_add_groups(struct class *cls, in class_add_groups()
140 static void class_remove_groups(struct class *cls, in class_remove_groups()
146 int __class_register(struct class *cls, struct lock_class_key *key) in __class_register()
192 void class_unregister(struct class *cls) in class_unregister()
199 static void class_create_release(struct class *cls) in class_create_release()
222 struct class *cls; in __class_create() local
[all …]
/kernel/linux/linux-5.10/drivers/base/
Dclass.c88 int class_create_file_ns(struct class *cls, const struct class_attribute *attr, in class_create_file_ns()
101 void class_remove_file_ns(struct class *cls, const struct class_attribute *attr, in class_remove_file_ns()
108 static struct class *class_get(struct class *cls) in class_get()
115 static void class_put(struct class *cls) in class_put()
141 static int class_add_groups(struct class *cls, in class_add_groups()
147 static void class_remove_groups(struct class *cls, in class_remove_groups()
153 int __class_register(struct class *cls, struct lock_class_key *key) in __class_register()
199 void class_unregister(struct class *cls) in class_unregister()
206 static void class_create_release(struct class *cls) in class_create_release()
229 struct class *cls; in __class_create() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c29 struct tc_cls_u32_offload *cls, in tc_find_entry()
59 struct tc_cls_u32_offload *cls) in tc_fill_actions()
92 struct tc_cls_u32_offload *cls) in tc_fill_entry()
172 struct tc_cls_u32_offload *cls) in tc_unfill_entry()
189 struct tc_cls_u32_offload *cls) in tc_config_knode()
210 struct tc_cls_u32_offload *cls) in tc_delete_knode()
226 struct tc_cls_u32_offload *cls) in tc_setup_cls_u32()
424 struct flow_cls_offload *cls, in tc_add_basic_flow()
441 struct flow_cls_offload *cls, in tc_add_ip4_flow()
476 struct flow_cls_offload *cls, in tc_add_ports_flow()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c29 struct tc_cls_u32_offload *cls, in tc_find_entry()
59 struct tc_cls_u32_offload *cls) in tc_fill_actions()
92 struct tc_cls_u32_offload *cls) in tc_fill_entry()
172 struct tc_cls_u32_offload *cls) in tc_unfill_entry()
189 struct tc_cls_u32_offload *cls) in tc_config_knode()
210 struct tc_cls_u32_offload *cls) in tc_delete_knode()
226 struct tc_cls_u32_offload *cls) in tc_setup_cls_u32()
/kernel/linux/linux-4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c84 struct tc_cls_flower_offload *cls, in cxgb4_process_flow_match()
258 struct tc_cls_flower_offload *cls) in cxgb4_validate_flow_match()
418 struct tc_cls_flower_offload *cls, in cxgb4_process_flow_actions()
589 struct tc_cls_flower_offload *cls) in cxgb4_validate_flow_actions()
669 struct tc_cls_flower_offload *cls) in cxgb4_tc_flower_replace()
748 struct tc_cls_flower_offload *cls) in cxgb4_tc_flower_destroy()
822 struct tc_cls_flower_offload *cls) in cxgb4_tc_flower_stats()
Dcxgb4_tc_u32.c45 struct tc_cls_u32_offload *cls, in fill_match_fields()
91 struct tc_cls_u32_offload *cls) in fill_action_fields()
148 int cxgb4_config_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_config_knode()
340 int cxgb4_delete_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_delete_knode()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c46 struct tc_cls_u32_offload *cls, in fill_match_fields()
92 struct tc_cls_u32_offload *cls) in fill_action_fields()
149 int cxgb4_config_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_config_knode()
352 int cxgb4_delete_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_delete_knode()
Dcxgb4_tc_matchall.c12 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_egress_validate()
121 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_alloc_tc()
192 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_mirror_alloc()
252 struct tc_cls_matchall_offload *cls, in cxgb4_matchall_add_filter()
300 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_alloc_filter()
Dcxgb4_tc_flower.c927 struct flow_cls_offload *cls) in cxgb4_tc_flower_replace()
990 struct flow_cls_offload *cls) in cxgb4_tc_flower_destroy()
1061 struct flow_cls_offload *cls) in cxgb4_tc_flower_stats()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c196 struct flow_cls_offload *cls, in sja1105_flower_parse_key()
303 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_add()
417 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_del()
457 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_stats()
/kernel/linux/linux-4.19/tools/perf/scripts/python/
Dcompaction-times.py114 def add_filter(cls, filter): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
132 def increment_pending(cls, pid, migrated, fscan, mscan): argument
141 def complete_pending(cls, pid, secs, nsecs): argument
150 def gen(cls): argument
156 def str(cls): argument
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dcompaction-times.py114 def add_filter(cls, filter): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
132 def increment_pending(cls, pid, migrated, fscan, mscan): argument
141 def complete_pending(cls, pid, secs, nsecs): argument
150 def gen(cls): argument
156 def str(cls): argument
/kernel/linux/linux-4.19/include/linux/
Dtransport_class.h28 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
44 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
/kernel/linux/linux-5.10/include/linux/
Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
/kernel/linux/linux-5.10/scripts/gdb/linux/
Ddevice.py78 def class_for_each_device(cls): argument
170 def invoke(self, cls, name): argument
/kernel/linux/linux-5.10/fs/cifs/
Dasn1.c157 unsigned int *cls, unsigned int *con, unsigned int *tag) in asn1_id_decode()
214 unsigned int *cls, unsigned int *con, unsigned int *tag) in asn1_header_decode()
490 unsigned int cls, con, tag, oidlen, rc; in decode_negTokenInit() local
/kernel/linux/linux-4.19/fs/cifs/
Dasn1.c168 unsigned int *cls, unsigned int *con, unsigned int *tag) in asn1_id_decode()
225 unsigned int *cls, unsigned int *con, unsigned int *tag) in asn1_header_decode()
501 unsigned int cls, con, tag, oidlen, rc; in decode_negTokenInit() local
/kernel/linux/linux-5.10/arch/arm64/mm/
Ddma-mapping.c43 int cls = cache_line_size_of_cpu(); in arch_setup_dma_ops() local
/kernel/linux/linux-5.10/net/dsa/
Dslave.c935 struct tc_cls_matchall_offload *cls, in dsa_slave_add_cls_matchall_mirred()
988 struct tc_cls_matchall_offload *cls, in dsa_slave_add_cls_matchall_police()
1048 struct tc_cls_matchall_offload *cls, in dsa_slave_add_cls_matchall()
1065 struct tc_cls_matchall_offload *cls) in dsa_slave_del_cls_matchall()
1095 struct tc_cls_matchall_offload *cls, in dsa_slave_setup_tc_cls_matchall()
1113 struct flow_cls_offload *cls, in dsa_slave_add_cls_flower()
1127 struct flow_cls_offload *cls, in dsa_slave_del_cls_flower()
1141 struct flow_cls_offload *cls, in dsa_slave_stats_cls_flower()
1155 struct flow_cls_offload *cls, in dsa_slave_setup_tc_cls_flower()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_bpftool.py63 def setUpClass(cls): argument
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Dutids.c344 struct acpi_pnp_device_id *cls; in acpi_ut_execute_CLS() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutids.c341 struct acpi_pnp_device_id *cls; in acpi_ut_execute_CLS() local
Dnsxfname.c234 struct acpi_pnp_device_id *cls = NULL; in acpi_get_object_info() local
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
Dipu3-css-fw.c73 enum imgu_abi_param_class cls, in imgu_css_fw_pipeline_params()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_spin_lock.c55 struct cls_elem *cls; in bpf_sping_lock_test() local

123