Home
last modified time | relevance | path

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

123

/include/linux/
Dsysctl.h56 extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
161 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
181 const char *path, struct ctl_table *table);
184 const struct ctl_path *path, struct ctl_table *table);
185 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
186 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
188 struct ctl_table *table);
190 void unregister_sysctl_table(struct ctl_table_header * table);
194 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table() argument
200 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);
Dopp.h117 struct cpufreq_frequency_table **table);
119 struct cpufreq_frequency_table **table);
122 struct cpufreq_frequency_table **table) in opp_init_cpufreq_table() argument
129 struct cpufreq_frequency_table **table) in opp_free_cpufreq_table() argument
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
Dwriteback.h136 extern int dirty_background_ratio_handler(struct ctl_table *table, int write,
139 extern int dirty_background_bytes_handler(struct ctl_table *table, int write,
142 extern int dirty_ratio_handler(struct ctl_table *table, int write,
145 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.h16 extern int sysctl_compaction_handler(struct ctl_table *table, int write,
19 extern int sysctl_extfrag_handler(struct ctl_table *table, int write,
Dclk-provider.h267 const struct clk_div_table *table; member
283 u8 clk_divider_flags, const struct clk_div_table *table,
306 u32 *table; member
326 u8 clk_mux_flags, u32 *table, spinlock_t *lock);
Dsh_clk.h167 struct clk_div4_table *table);
169 struct clk_div4_table *table);
171 struct clk_div4_table *table);
/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/sched/
Dsysctl.h9 extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
61 int sched_proc_update_handler(struct ctl_table *table, int write,
96 extern int sched_rr_handler(struct ctl_table *table, int write,
100 extern int sched_rt_handler(struct ctl_table *table, int write,
/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/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 } }
/include/net/
Dip_fib.h135 struct fib_table *table; member
192 extern int fib_table_dump(struct fib_table *table, struct sk_buff *skb,
194 extern int fib_table_flush(struct fib_table *table);
222 struct fib_table *table; in fib_lookup() local
224 table = fib_get_table(net, RT_TABLE_LOCAL); in fib_lookup()
225 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
228 table = fib_get_table(net, RT_TABLE_MAIN); in fib_lookup()
229 if (!fib_table_lookup(table, flp, res, FIB_LOOKUP_NOREF)) in fib_lookup()
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()
Dfib_rules.h25 u32 table; member
114 return frh->table; in frh_get_table()
124 u32 pref, u32 table,
/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
248 const struct xt_table *table,
251 extern void *xt_unregister_table(struct xt_table *table);
253 extern struct xt_table_info *xt_replace_table(struct xt_table *table,
/include/scsi/
Dscsi_cmnd.h33 struct sg_table table; member
163 return cmd->sdb.table.nents; in scsi_sg_count()
168 return cmd->sdb.table.sgl; in scsi_sglist()
281 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count()
286 return cmd->prot_sdb ? cmd->prot_sdb->table.sgl : NULL; in scsi_prot_sglist()
/include/sound/
Dmemalloc.h85 struct snd_sg_page *table; /* address table */ member
105 dma_addr_t addr = sgbuf->table[offset >> PAGE_SHIFT].addr; in snd_sgbuf_get_addr()
117 return sgbuf->table[offset >> PAGE_SHIFT].buf + offset % PAGE_SIZE; in snd_sgbuf_get_ptr()
/include/crypto/
Dlrw.h17 struct gf128mul_64k *table; member
/include/uapi/linux/netfilter_bridge/
Debt_among.h40 int table[257]; member
/include/net/netns/
Dxfrm.h13 struct hlist_head *table; member
/include/drm/
Ddrm_hashtab.h48 struct hlist_head *table; member

123