Home
last modified time | relevance | path

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

1234

/include/linux/
Dsysctl.h58 int proc_dobool(struct ctl_table *table, int write, void *buffer,
63 int proc_douintvec_minmax(struct ctl_table *table, int write, void *buffer,
65 int proc_dou8vec_minmax(struct ctl_table *table, int write, void *buffer,
73 int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, void *,
76 int proc_do_static_key(struct ctl_table *table, int write, void *buffer,
176 struct ctl_table *table,
178 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
197 const char *path, struct ctl_table *table);
200 const struct ctl_path *path, struct ctl_table *table);
201 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
[all …]
Ddevcoredump.h22 static inline void _devcd_free_sgtable(struct scatterlist *table) in _devcd_free_sgtable() argument
30 iter = table; in _devcd_free_sgtable()
31 for_each_sg(table, iter, sg_nents(table), i) { in _devcd_free_sgtable()
38 iter = table; in _devcd_free_sgtable()
39 delete_iter = table; /* always points on a head of a table */ in _devcd_free_sgtable()
64 void dev_coredumpsg(struct device *dev, struct scatterlist *table,
83 static inline void dev_coredumpsg(struct device *dev, struct scatterlist *table, in dev_coredumpsg() argument
86 _devcd_free_sgtable(table); in dev_coredumpsg()
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
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);
Dcpufreq.h682 struct cpufreq_frequency_table **table);
684 struct cpufreq_frequency_table **table);
688 **table) in dev_pm_opp_init_cpufreq_table()
695 **table) in dev_pm_opp_free_cpufreq_table()
706 #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++) \
[all …]
Dvt_kern.h54 int con_set_trans_old(unsigned char __user * table);
55 int con_get_trans_old(unsigned char __user * table);
56 int con_set_trans_new(unsigned short __user * table);
57 int con_get_trans_new(unsigned short __user * table);
66 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() argument
70 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() argument
74 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() argument
78 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new() argument
Dnvmem-provider.h133 void nvmem_add_cell_table(struct nvmem_cell_table *table);
134 void nvmem_del_cell_table(struct nvmem_cell_table *table);
157 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table() argument
158 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table() argument
Dclk-provider.h643 const struct clk_div_table *table; member
663 unsigned int val, const struct clk_div_table *table,
667 const struct clk_div_table *table,
671 const struct clk_div_table *table, u8 width,
674 const struct clk_div_table *table, u8 width,
677 const struct clk_div_table *table, u8 width,
680 const struct clk_div_table *table, u8 width,
688 const struct clk_div_table *table, spinlock_t *lock);
694 const struct clk_div_table *table, spinlock_t *lock);
698 u8 clk_divider_flags, const struct clk_div_table *table,
[all …]
Denergy_model.h45 struct em_perf_state *table; member
141 ps = &pd->table[pd->nr_perf_states - 1]; in em_cpu_energy()
152 ps = &pd->table[i]; in em_cpu_energy()
Dwriteback.h361 int dirty_background_ratio_handler(struct ctl_table *table, int write,
363 int dirty_background_bytes_handler(struct ctl_table *table, int write,
365 int dirty_ratio_handler(struct ctl_table *table, int write,
367 int dirty_bytes_handler(struct ctl_table *table, int write,
369 int dirtytime_interval_handler(struct ctl_table *table, int write,
371 int dirty_writeback_centisecs_handler(struct ctl_table *table, int write,
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
/include/linux/sched/
Dsysctl.h22 int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
67 int sched_rr_handler(struct ctl_table *table, int write, void *buffer,
69 int sched_rt_handler(struct ctl_table *table, int write, void *buffer,
71 int sysctl_sched_uclamp_handler(struct ctl_table *table, int write,
73 int sysctl_numa_balancing(struct ctl_table *table, int write, void *buffer,
75 int sysctl_schedstats(struct ctl_table *table, int write, void *buffer,
81 int sched_pelt_multiplier(struct ctl_table *table, int write, void *buffer,
87 int sched_energy_aware_handler(struct ctl_table *table, int write,
/include/net/
Dudp_tunnel.h257 unsigned int table, unsigned int entry,
260 unsigned int table, unsigned int entry,
264 int (*sync_table)(struct net_device *dev, unsigned int table);
287 void (*get_port)(struct net_device *dev, unsigned int table,
289 void (*set_port_priv)(struct net_device *dev, unsigned int table,
295 size_t (*dump_size)(struct net_device *dev, unsigned int table);
296 int (*dump_write)(struct net_device *dev, unsigned int table,
307 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in udp_tunnel_nic_get_port() argument
319 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
323 udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in udp_tunnel_nic_set_port_priv() argument
[all …]
Dfib_rules.h27 u32 table; member
54 u32 table; member
141 return rule->l3mdev ? arg->table : rule->table; in fib_rule_get_table()
147 return rule->table; in fib_rule_get_table()
155 return frh->table; in frh_get_table()
196 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
/include/linux/gpio/
Dmachine.h46 struct gpiod_lookup table[]; member
99 void gpiod_add_lookup_table(struct gpiod_lookup_table *table);
101 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table);
105 void gpiod_add_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_add_lookup_table() argument
109 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_remove_lookup_table() argument
/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,
113 struct ebt_table *table);
/include/linux/netfilter_ipv6/
Dip6_tables.h27 int ip6t_register_table(struct net *net, const struct xt_table *table,
34 struct xt_table *table);
/include/uapi/linux/
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/linux/netfilter_arp/
Darp_tables.h52 int arpt_register_table(struct net *net, const struct xt_table *table,
59 struct xt_table *table);
/include/net/netfilter/
Dnf_hooks_lwtunnel.h5 int nf_hooks_lwtunnel_sysctl_handler(struct ctl_table *table, int write,
/include/linux/netfilter_ipv4/
Dip_tables.h25 int ipt_register_table(struct net *net, const struct xt_table *table,
68 struct xt_table *table);
/include/linux/soc/samsung/
Ds3c-cpufreq-core.h271 static inline int s3c_cpufreq_addfreq(struct cpufreq_frequency_table *table, in s3c_cpufreq_addfreq() argument
278 if (table) { in s3c_cpufreq_addfreq()
285 table[index].driver_data = index; in s3c_cpufreq_addfreq()
286 table[index].frequency = freq; in s3c_cpufreq_addfreq()
/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.h38 struct sg_table table; member
194 return cmd->sdb.table.nents; in scsi_sg_count()
199 return cmd->sdb.table.sgl; in scsi_sglist()
329 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count()
334 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,

1234