Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 75) sorted by relevance

123

/include/linux/
Dsysctl.h68 int proc_dobool(const struct ctl_table *table, int write, void *buffer,
73 int proc_douintvec_minmax(const struct ctl_table *table, int write, void *buffer,
75 int proc_dou8vec_minmax(const struct ctl_table *table, int write, void *buffer,
78 int proc_dointvec_ms_jiffies_minmax(const struct ctl_table *table, int write,
85 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int, void *,
88 int proc_do_static_key(const struct ctl_table *table, int write, void *buffer,
209 int (*permissions)(struct ctl_table_header *head, const struct ctl_table *table);
212 #define register_sysctl(path, table) \ argument
213 register_sysctl_sz(path, table, ARRAY_SIZE(table))
226 const char *path, struct ctl_table *table, size_t table_size);
[all …]
Defi-bgrt.h9 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
Ddevcoredump.h25 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()
Dcrc8.h55 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);
Dvt_kern.h60 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
Dcpufreq.h706 #define cpufreq_for_each_entry(pos, table) \ argument
707 for (pos = table; pos->frequency != CPUFREQ_TABLE_END; pos++)
717 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument
718 for (pos = table, idx = 0; pos->frequency != CPUFREQ_TABLE_END; \
728 #define cpufreq_for_each_valid_entry(pos, table) \ argument
729 for (pos = table; pos->frequency != CPUFREQ_TABLE_END; pos++) \
742 #define cpufreq_for_each_valid_entry_idx(pos, table, idx) \ argument
743 cpufreq_for_each_entry_idx(pos, table, idx) \
758 #define cpufreq_for_each_efficient_entry_idx(pos, table, idx, efficiencies) \ argument
759 cpufreq_for_each_valid_entry_idx(pos, table, idx) \
[all …]
Denergy_model.h176 void em_table_free(struct em_perf_table *table);
177 int em_dev_compute_costs(struct device *dev, struct em_perf_state *table,
196 em_pd_get_efficient_state(struct em_perf_state *table, in em_pd_get_efficient_state() argument
206 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
Dclk-provider.h713 const struct clk_div_table *table; member
733 unsigned int val, const struct clk_div_table *table,
737 const struct clk_div_table *table,
741 const struct clk_div_table *table, u8 width,
744 const struct clk_div_table *table, u8 width,
747 const struct clk_div_table *table, u8 width,
750 const struct clk_div_table *table, u8 width,
758 const struct clk_div_table *table, spinlock_t *lock);
764 const struct clk_div_table *table, spinlock_t *lock);
768 u8 clk_divider_flags, const struct clk_div_table *table,
[all …]
Dnvmem-provider.h193 void nvmem_add_cell_table(struct nvmem_cell_table *table);
194 void nvmem_del_cell_table(struct nvmem_cell_table *table);
226 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table() argument
227 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table() argument
Dlz4.h107 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
Dparser.h30 int match_token(char *, const match_table_t table, substring_t args[]);
/include/linux/gpio/
Dmachine.h46 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/net/
Dudp_tunnel.h271 unsigned int table, unsigned int entry,
274 unsigned int table, unsigned int entry,
278 int (*sync_table)(struct net_device *dev, unsigned int table);
301 void (*get_port)(struct net_device *dev, unsigned int table,
303 void (*set_port_priv)(struct net_device *dev, unsigned int table,
309 size_t (*dump_size)(struct net_device *dev, unsigned int table);
310 int (*dump_write)(struct net_device *dev, unsigned int table,
321 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in udp_tunnel_nic_get_port() argument
333 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
337 udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in udp_tunnel_nic_set_port_priv() argument
[all …]
Drps.h68 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow() argument
71 unsigned int index = hash & table->mask; in rps_record_sock_flow()
80 if (READ_ONCE(table->ents[index]) != val) in rps_record_sock_flow()
81 WRITE_ONCE(table->ents[index], val); in rps_record_sock_flow()
Dfib_rules.h27 u32 table; member
54 u32 table; member
120 return rule->l3mdev ? arg->table : rule->table; in fib_rule_get_table()
126 return rule->table; in fib_rule_get_table()
134 return frh->table; in frh_get_table()
175 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table);
/include/linux/netfilter_bridge/
Debtables.h27 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/uapi/linux/
Dmap_to_14segment.h82 __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 } }
Dmap_to_7segment.h67 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/
Dnf_hooks_lwtunnel.h5 int nf_hooks_lwtunnel_sysctl_handler(const struct ctl_table *table, int write,
/include/net/netns/
Dunix.h17 struct unix_table table; member
/include/trace/events/
Dfib6.h16 struct fib6_table *table, const struct flowi6 *flp),
18 TP_ARGS(net, res, table, flp),
41 __entry->tb_id = table->tb6_id;
/include/scsi/
Dscsi_cmnd.h32 struct sg_table table; member
189 return cmd->sdb.table.nents; in scsi_sg_count()
194 return cmd->sdb.table.sgl; in scsi_sglist()
324 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count()
329 return cmd->prot_sdb ? cmd->prot_sdb->table.sgl : NULL; in scsi_prot_sglist()
/include/linux/netfilter/
Dx_tables.h94 const char *table; member
125 const char *table; member
169 const char *table; member
210 const char *table; member
309 const struct xt_table *table,
312 void *xt_unregister_table(struct xt_table *table);
314 struct xt_table_info *xt_replace_table(struct xt_table *table,
/include/linux/platform_data/
Dbrcmfmac.h128 struct brcmfmac_pd_cc_entry table[]; member
/include/uapi/linux/netfilter_bridge/
Debt_among.h41 int table[257]; member

123