Home
last modified time | relevance | path

Searched defs:table (Results 501 - 525 of 2798) sorted by relevance

1...<<21222324252627282930>>...112

/kernel/linux/linux-6.6/fs/nls/
H A Dmac-iceland.c580 static struct nls_table table = { variable
H A Dmac-gaelic.c545 static struct nls_table table = { variable
H A Dmac-inuit.c510 static struct nls_table table = { variable
H A Dmac-greek.c475 static struct nls_table table = { variable
H A Dnls_cp437.c366 static struct nls_table table = { variable
H A Dnls_cp737.c329 static struct nls_table table = { variable
H A Dnls_cp1250.c326 static struct nls_table table = { variable
H A Dnls_cp775.c298 static struct nls_table table = { variable
H A Dnls_cp1255.c361 static struct nls_table table = { variable
H A Dnls_koi8-r.c302 static struct nls_table table = { variable
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-selftest.c233 static void check_utf8_comparisons(struct unicode_map *table) in check_utf8_comparisons() argument
H A Dutf8-core.c163 static const struct utf8data *find_table_version(const struct utf8data *table, in find_table_version() argument
/kernel/linux/linux-6.6/fs/squashfs/
H A Dxattr_id.c64 __le64 *table; in squashfs_read_xattr_id_table() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dvt_kern.h65 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() argument
69 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() argument
73 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() argument
77 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new() argument
/kernel/linux/linux-6.6/drivers/rapidio/switches/
H A Didtcps.c21 idtcps_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) idtcps_route_add_entry() argument
45 idtcps_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) idtcps_route_get_entry() argument
68 idtcps_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table) idtcps_route_clr_table() argument
/kernel/linux/linux-6.6/drivers/clk/actions/
H A Dowl-pll.c31 static unsigned long _get_table_rate(const struct clk_pll_table *table, in _get_table_rate() argument
43 _get_pll_table( const struct clk_pll_table *table, unsigned long rate) _get_pll_table() argument
[all...]
H A Dowl-pll.h33 const struct clk_pll_table *table; member
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c486 const struct clk_bcm63xx_table_entry *entry, *table; in clk_bcm63xx_probe() local
/kernel/linux/linux-6.6/drivers/clk/meson/
H A Dclk-regmap.h75 const struct clk_div_table *table; member
102 u32 *table; member
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dmux.c121 _register_mux(struct device_node *node, const char *name, const char * const *parent_names, u8 num_parents, unsigned long flags, struct clk_omap_reg *reg, u8 shift, u32 mask, s8 latch, u8 clk_mux_flags, u32 *table) _register_mux() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmap_to_7segment.h67 unsigned char table[128]; member
/kernel/linux/linux-6.6/io_uring/
H A Dfiletable.c18 struct io_file_table *table = &ctx->file_table; in io_file_bitmap_get() local
39 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files) in io_alloc_file_tables() argument
55 io_free_file_tables(struct io_file_table *table) io_free_file_tables() argument
[all...]
H A Dfiletable.h22 static inline void io_file_bitmap_clear(struct io_file_table *table, int bit) in io_file_bitmap_clear() argument
29 static inline void io_file_bitmap_set(struct io_file_table *table, int bit) in io_file_bitmap_set() argument
37 io_fixed_file_slot(struct io_file_table *table, unsigned i) io_fixed_file_slot() argument
56 io_file_from_index(struct io_file_table *table, int index) io_file_from_index() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dpeerlookup.c10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket() argument
24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local
35 wg_pubkey_hashtable_add(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_add() argument
44 wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_remove() argument
54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) wg_pubkey_hashtable_lookup() argument
73 index_bucket(struct index_hashtable *table, const __le32 index) index_bucket() argument
85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); wg_index_hashtable_alloc() local
119 wg_index_hashtable_insert(struct index_hashtable *table, struct index_hashtable_entry *entry) wg_index_hashtable_insert() argument
166 wg_index_hashtable_replace(struct index_hashtable *table, struct index_hashtable_entry *old, struct index_hashtable_entry *new) wg_index_hashtable_replace() argument
192 wg_index_hashtable_remove(struct index_hashtable *table, struct index_hashtable_entry *entry) wg_index_hashtable_remove() argument
202 wg_index_hashtable_lookup(struct index_hashtable *table, const enum index_hashtable_type type_mask, const __le32 index, struct wg_peer **peer) wg_index_hashtable_lookup() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dudp_tunnels.c12 nsim_udp_tunnel_set_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_set_port() argument
41 nsim_udp_tunnel_unset_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_unset_port() argument
71 nsim_udp_tunnel_sync_table(struct net_device *dev, unsigned int table) in nsim_udp_tunnel_sync_table() argument
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...112