| /include/linux/ |
| A D | sysctl.h | 68 int proc_dobool(const struct ctl_table *table, int write, void *buffer, 78 int proc_dointvec_ms_jiffies_minmax(const struct ctl_table *table, int write, 210 #define register_sysctl(path, table) \ argument 211 register_sysctl_sz(path, table, ARRAY_SIZE(table)) 224 const char *path, const struct ctl_table *table, size_t table_size); 227 void unregister_sysctl_table(struct ctl_table_header * table); 232 #define register_sysctl_init(path, table) \ argument 233 __register_sysctl_init(path, table, #table, ARRAY_SIZE(table)) 238 int do_proc_douintvec(const struct ctl_table *table, int write, 260 const struct ctl_table *table, in register_sysctl_sz() argument [all …]
|
| A D | efi-bgrt.h | 9 void efi_bgrt_init(struct acpi_table_header *table); 10 int __init acpi_parse_bgrt(struct acpi_table_header *table); 18 static inline void efi_bgrt_init(struct acpi_table_header *table) {} in efi_bgrt_init() argument 19 static inline int __init acpi_parse_bgrt(struct acpi_table_header *table) in acpi_parse_bgrt() argument
|
| A D | devcoredump.h | 25 static inline void _devcd_free_sgtable(struct scatterlist *table) in _devcd_free_sgtable() argument 33 iter = table; in _devcd_free_sgtable() 34 for_each_sg(table, iter, sg_nents(table), i) { in _devcd_free_sgtable() 41 iter = table; in _devcd_free_sgtable() 42 delete_iter = table; /* always points on a head of a table */ in _devcd_free_sgtable() 68 void dev_coredumpsg(struct device *dev, struct scatterlist *table, 91 static inline void dev_coredumpsg(struct device *dev, struct scatterlist *table, in dev_coredumpsg() argument 94 _devcd_free_sgtable(table); in dev_coredumpsg()
|
| A D | crc8.h | 55 void crc8_populate_lsb(u8 table[CRC8_TABLE_SIZE], u8 polynomial); 73 void crc8_populate_msb(u8 table[CRC8_TABLE_SIZE], u8 polynomial); 99 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc);
|
| A D | vt_kern.h | 60 int con_set_trans_old(unsigned char __user * table); 61 int con_get_trans_old(unsigned char __user * table); 62 int con_set_trans_new(unsigned short __user * table); 63 int con_get_trans_new(unsigned short __user * table); 72 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() argument 76 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() argument 80 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() argument 84 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new() argument
|
| A D | cpufreq.h | 724 #define cpufreq_for_each_entry(pos, table) \ argument 735 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument 746 #define cpufreq_for_each_valid_entry(pos, table) \ argument 760 #define cpufreq_for_each_valid_entry_idx(pos, table, idx) \ argument 761 cpufreq_for_each_entry_idx(pos, table, idx) \ 777 cpufreq_for_each_valid_entry_idx(pos, table, idx) \ 784 struct cpufreq_frequency_table *table); 787 struct cpufreq_frequency_table *table); 807 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_find_index_al() local 829 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_find_index_dl() local [all …]
|
| A D | energy_model.h | 176 void em_table_free(struct em_perf_table *table); 177 int em_dev_compute_costs(struct device *dev, struct em_perf_state *table, 198 em_pd_get_efficient_state(struct em_perf_state *table, in em_pd_get_efficient_state() argument 208 ps = &table[i]; in em_pd_get_efficient_state() 379 static inline void em_table_free(struct em_perf_table *table) {} in em_table_free() argument 392 int em_dev_compute_costs(struct device *dev, struct em_perf_state *table, in em_dev_compute_costs() argument
|
| A D | clk-provider.h | 719 const struct clk_div_table *table; member 870 (clk_divider_flags), (table), (lock)) 887 clk_divider_flags, table, \ 891 (clk_divider_flags), (table), (lock)) 908 clk_divider_flags, table, \ 1007 const u32 *table; member 1052 table, lock) \ 1059 clk_mux_flags, table, lock) \ 1446 rate, prate, table, width, flags); in divider_round_rate() 1451 const struct clk_div_table *table, in divider_ro_round_rate() argument [all …]
|
| A D | lz4.h | 107 unsigned long long table[LZ4_STREAMSIZE_U64]; member 132 size_t table[LZ4_STREAMHCSIZE_SIZET]; member 149 unsigned long long table[LZ4_STREAMDECODESIZE_U64]; member
|
| A D | parser.h | 30 int match_token(char *, const match_table_t table, substring_t args[]);
|
| /include/net/ |
| A D | rps.h | 69 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow() argument 72 unsigned int index = hash & table->mask; in rps_record_sock_flow() 81 if (READ_ONCE(table->ents[index]) != val) in rps_record_sock_flow() 82 WRITE_ONCE(table->ents[index], val); in rps_record_sock_flow() 129 struct rps_sock_flow_table *table; in sock_rps_delete_flow() local 140 table = rcu_dereference(net_hotdata.rps_sock_flow_table); in sock_rps_delete_flow() 141 if (table) { in sock_rps_delete_flow() 142 index = hash & table->mask; in sock_rps_delete_flow() 143 if (READ_ONCE(table->ents[index]) != RPS_NO_CPU) in sock_rps_delete_flow() 144 WRITE_ONCE(table->ents[index], RPS_NO_CPU); in sock_rps_delete_flow()
|
| A D | udp_tunnel.h | 269 unsigned int table, unsigned int entry, 272 unsigned int table, unsigned int entry, 276 int (*sync_table)(struct net_device *dev, unsigned int table); 299 void (*get_port)(struct net_device *dev, unsigned int table, 301 void (*set_port_priv)(struct net_device *dev, unsigned int table, 307 size_t (*dump_size)(struct net_device *dev, unsigned int table); 308 int (*dump_write)(struct net_device *dev, unsigned int table, 334 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port() 343 udp_tunnel_nic_ops->set_port_priv(dev, table, idx, priv); in udp_tunnel_nic_set_port_priv() 410 ret = udp_tunnel_nic_ops->dump_size(dev, table); in udp_tunnel_nic_dump_size() [all …]
|
| A D | udp.h | 112 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot() 122 return &table->hash2[hash & table->mask].hslot; in udp_hashslot2() 126 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init() argument 162 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init() argument 164 table->hash4 = (void *)(table->hash2 + (table->mask + 1)); in udp_table_hash4_init() 165 for (int i = 0; i <= table->mask; i++) { in udp_table_hash4_init() 166 table->hash2[i].hash4_cnt = 0; in udp_table_hash4_init() 168 INIT_HLIST_NULLS_HEAD(&table->hash4[i].nulls_head, i); in udp_table_hash4_init() 169 table->hash4[i].count = 0; in udp_table_hash4_init() 170 spin_lock_init(&table->hash4[i].lock); in udp_table_hash4_init() [all …]
|
| A D | fib_rules.h | 27 u32 table; member 58 u32 table; member 124 return rule->l3mdev ? arg->table : rule->table; in fib_rule_get_table() 130 return rule->table; in fib_rule_get_table() 138 return frh->table; in frh_get_table() 196 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table);
|
| /include/linux/gpio/ |
| A D | machine.h | 46 struct gpiod_lookup table[]; member 72 .table = { \ 111 void gpiod_add_lookup_table(struct gpiod_lookup_table *table); 113 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table); 118 void gpiod_add_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_add_lookup_table() argument 122 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_remove_lookup_table() argument
|
| /include/linux/netfilter_bridge/ |
| A D | ebtables.h | 27 bool (*checkentry)(const char *table, const void *entry, 44 bool (*checkentry)(const char *table, const void *entry, 62 bool (*checkentry)(const char *table, const void *entry, 94 struct ebt_replace_kernel *table; member 107 const struct ebt_table *table,
|
| /include/linux/fsl/ |
| A D | ntmp.h | 75 int ntmp_rsst_update_entry(struct ntmp_user *user, const u32 *table, 78 u32 *table, int count); 108 const u32 *table, int count) in ntmp_rsst_update_entry() argument 114 u32 *table, int count) in ntmp_rsst_query_entry() argument
|
| /include/uapi/linux/ |
| A D | map_to_14segment.h | 82 __be16 table[128]; member 87 if (c < 0 || c >= sizeof(map->table) / sizeof(map->table[0])) in map_to_seg14() 90 return __be16_to_cpu(map->table[c]); in map_to_seg14() 94 struct seg14_conversion_map _name = { .table = { _map } }
|
| A D | map_to_7segment.h | 67 unsigned char table[128]; member 72 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL; in map_to_seg7() 76 struct seg7_conversion_map _name = { .table = { _map } }
|
| /include/net/netfilter/ |
| A D | nf_hooks_lwtunnel.h | 5 int nf_hooks_lwtunnel_sysctl_handler(const struct ctl_table *table, int write,
|
| /include/net/netns/ |
| A D | unix.h | 17 struct unix_table table; member
|
| /include/linux/netfilter/ |
| A D | x_tables.h | 84 const char *table; member 115 const char *table; member 159 const char *table; member 200 const char *table; member 299 const struct xt_table *table, 302 void *xt_unregister_table(struct xt_table *table); 304 struct xt_table_info *xt_replace_table(struct xt_table *table,
|
| /include/scsi/ |
| A D | scsi_cmnd.h | 31 struct sg_table table; member 183 return cmd->sdb.table.nents; in scsi_sg_count() 188 return cmd->sdb.table.sgl; in scsi_sglist() 318 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count() 323 return cmd->prot_sdb ? cmd->prot_sdb->table.sgl : NULL; in scsi_prot_sglist()
|
| /include/trace/events/ |
| A D | fib6.h | 16 struct fib6_table *table, const struct flowi6 *flp), 18 TP_ARGS(net, res, table, flp), 42 __entry->tb_id = table->tb6_id;
|
| /include/linux/platform_data/ |
| A D | brcmfmac.h | 128 struct brcmfmac_pd_cc_entry table[]; member
|