Searched refs:nr_table (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/netrom/ |
D | sysctl_net_netrom.c | 34 static struct ctl_table nr_table[] = { variable 148 nr_table_header = register_net_sysctl(&init_net, "net/netrom", nr_table); in nr_register_sysctl()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 40174 +int match_reg_to_type(struct match_t *table, int nr_table, int reg, int def) 40176 + while (nr_table-- > 0) { 40185 +int match_type_to_reg(struct match_t *table, int nr_table, int type, int def) 40187 + while (nr_table-- > 0) { 40196 +int match_data_to_type(struct match_t *table, int nr_table, const char *data, 40199 + while (nr_table-- > 0) { 40208 +void *match_type_to_data(struct match_t *table, int nr_table, int type, 40211 + while (nr_table-- > 0) { 40265 +int match_reg_to_type(struct match_t *table, int nr_table, int reg, int def); 40267 +int match_type_to_reg(struct match_t *table, int nr_table, int type, int def); [all …]
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 331091 +int match_reg_to_type(struct match_t *table, int nr_table, int reg, int def) 331093 + while (nr_table-- > 0) { 331102 +int match_type_to_reg(struct match_t *table, int nr_table, int type, int def) 331104 + while (nr_table-- > 0) { 331113 +int match_data_to_type(struct match_t *table, int nr_table, const char *data, 331116 + while (nr_table-- > 0) { 331125 +void *match_type_to_data(struct match_t *table, int nr_table, int type, 331128 + while (nr_table-- > 0) { 331182 +int match_reg_to_type(struct match_t *table, int nr_table, int reg, int def); 331184 +int match_type_to_reg(struct match_t *table, int nr_table, int type, int def); [all …]
|