Home
last modified time | relevance | path

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

123

/include/linux/
Dsysctl.h54 extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
159 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
179 const char *path, struct ctl_table *table);
182 const struct ctl_path *path, struct ctl_table *table);
183 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
184 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
186 struct ctl_table *table);
188 void unregister_sysctl_table(struct ctl_table_header * table);
192 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table() argument
198 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths() argument
[all …]
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], u8 *pdata, size_t nbytes, u8 crc);
Dvt_kern.h65 int con_set_trans_old(unsigned char __user * table);
66 int con_get_trans_old(unsigned char __user * table);
67 int con_set_trans_new(unsigned short __user * table);
68 int con_get_trans_new(unsigned short __user * table);
79 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() argument
83 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() argument
87 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() argument
91 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new() argument
Dcpufreq.h522 struct cpufreq_frequency_table **table);
524 struct cpufreq_frequency_table **table);
528 **table) in dev_pm_opp_init_cpufreq_table()
535 **table) in dev_pm_opp_free_cpufreq_table()
556 #define cpufreq_for_each_entry(pos, table) \ argument
557 for (pos = table; pos->frequency != CPUFREQ_TABLE_END; pos++)
566 #define cpufreq_for_each_valid_entry(pos, table) \ argument
567 for (pos = table; cpufreq_next_valid(&pos); pos++)
570 struct cpufreq_frequency_table *table);
573 struct cpufreq_frequency_table *table);
[all …]
Dwriteback.h137 extern int dirty_background_ratio_handler(struct ctl_table *table, int write,
140 extern int dirty_background_bytes_handler(struct ctl_table *table, int write,
143 extern int dirty_ratio_handler(struct ctl_table *table, int write,
146 extern int dirty_bytes_handler(struct ctl_table *table, int write,
Dparser.h28 int match_token(char *, const match_table_t table, substring_t args[]);
Dcompaction.h26 extern int sysctl_compaction_handler(struct ctl_table *table, int write,
29 extern int sysctl_extfrag_handler(struct ctl_table *table, int write,
Dsh_clk.h172 struct clk_div4_table *table);
174 struct clk_div4_table *table);
176 struct clk_div4_table *table);
/include/linux/sched/
Dsysctl.h9 extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
73 int sched_proc_update_handler(struct ctl_table *table, int write,
104 int sysctl_sched_cfs_boost_handler(struct ctl_table *table, int write,
124 extern int sched_rr_handler(struct ctl_table *table, int write,
128 extern int sched_rt_handler(struct ctl_table *table, int write,
132 extern int sysctl_numa_balancing(struct ctl_table *table, int write,
/include/linux/netfilter_bridge/
Debtables.h29 bool (*checkentry)(const char *table, const void *entry,
46 bool (*checkentry)(const char *table, const void *entry,
64 bool (*checkentry)(const char *table, const void *entry,
96 struct ebt_replace_kernel *table; member
111 const struct ebt_table *table);
112 extern void ebt_unregister_table(struct net *net, struct ebt_table *table);
115 struct ebt_table *table);
/include/linux/netfilter_ipv6/
Dip6_tables.h29 const struct xt_table *table,
31 extern void ip6t_unregister_table(struct net *net, struct xt_table *table);
36 struct xt_table *table);
/include/linux/netfilter_arp/
Darp_tables.h52 const struct xt_table *table,
54 extern void arpt_unregister_table(struct xt_table *table);
59 struct xt_table *table);
/include/linux/netfilter_ipv4/
Dip_tables.h28 const struct xt_table *table,
30 extern void ipt_unregister_table(struct net *net, struct xt_table *table);
70 struct xt_table *table);
/include/linux/gpio/
Dmachine.h36 struct gpiod_lookup table[]; member
59 void gpiod_add_lookup_table(struct gpiod_lookup_table *table);
/include/uapi/linux/
Dmap_to_7segment.h75 unsigned char table[128]; member
80 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL; in map_to_seg7()
84 struct seg7_conversion_map _name = { .table = { _map } }
Dfib_rules.h24 __u8 table; member
/include/sound/
Dmemalloc.h90 struct snd_sg_page *table; /* address table */ member
110 dma_addr_t addr = sgbuf->table[offset >> PAGE_SHIFT].addr; in snd_sgbuf_get_addr()
122 return sgbuf->table[offset >> PAGE_SHIFT].buf + offset % PAGE_SIZE; in snd_sgbuf_get_ptr()
/include/net/
Dip_fib.h138 struct fib_table *table; member
195 int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
197 int fib_table_flush(struct fib_table *table);
225 struct fib_table *table; in fib_lookup() local
227 table = fib_get_table(net, RT_TABLE_LOCAL); in fib_lookup()
228 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
231 table = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup()
232 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
Dfib_rules.h23 u32 table; member
122 return frh->table; in frh_get_table()
131 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
Dudp.h83 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() argument
86 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
92 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() argument
95 return &table->hash2[hash & table->mask]; in udp_hashslot2()
/include/linux/netfilter/
Dx_tables.h59 const char *table; member
89 const char *table; member
132 const char *table; member
172 const char *table; member
259 const struct xt_table *table,
262 void *xt_unregister_table(struct xt_table *table);
264 struct xt_table_info *xt_replace_table(struct xt_table *table,
/include/scsi/
Dscsi_cmnd.h35 struct sg_table table; member
169 return cmd->sdb.table.nents; in scsi_sg_count()
174 return cmd->sdb.table.sgl; in scsi_sglist()
306 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count()
311 return cmd->prot_sdb ? cmd->prot_sdb->table.sgl : NULL; in scsi_prot_sglist()
/include/crypto/
Dlrw.h17 struct gf128mul_64k *table; member
/include/uapi/linux/netfilter_bridge/
Debt_among.h40 int table[257]; member
/include/drm/
Ddrm_hashtab.h48 struct hlist_head *table; member

123