Home
last modified time | relevance | path

Searched defs:table (Results 476 - 500 of 2978) sorted by relevance

1...<<11121314151617181920>>...120

/kernel/linux/linux-5.10/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-5.10/drivers/net/wireless/broadcom/b43/
H A Dradio_2057.c527 u16 *table = NULL; in r2057_upload_inittabs() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dnsp32_debug.c65 const char **table = commands[ group(opcode) ]; in print_opcodek() local
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Dnsp_debug.c67 const char **table = commands[ group(opcode) ]; in print_opcodek() local
/kernel/linux/linux-5.10/net/phonet/
H A Dsysctl.c51 static int proc_local_port_range(struct ctl_table *table, int write, in proc_local_port_range() argument
/kernel/linux/linux-5.10/net/
H A Dsysctl_net.c42 net_ctl_permissions(struct ctl_table_header *head, struct ctl_table *table) net_ctl_permissions() argument
56 net_ctl_set_ownership(struct ctl_table_header *head, struct ctl_table *table, kuid_t *uid, kgid_t *gid) net_ctl_set_ownership() argument
118 register_net_sysctl(struct net *net, const char *path, struct ctl_table *table) register_net_sysctl() argument
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Ddiag.c54 unsigned int table; in vsock_diag_dump() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_SECMARK.c76 secmark_tg_check(const char *table, struct xt_secmark_target_info_v1 *info) in secmark_tg_check() argument
/kernel/linux/linux-5.10/include/linux/
H A Dvt_kern.h78 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() argument
82 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() argument
86 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() argument
90 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new() argument
/kernel/linux/linux-5.10/sound/hda/
H A Dintel-dsp-config.c397 snd_intel_dsp_find_config(struct pci_dev *pci, const struct config_entry *table, u32 len) snd_intel_dsp_find_config() argument
/kernel/linux/linux-5.10/sound/core/
H A Dsgbuf.c61 struct snd_sg_page *table; in snd_malloc_sgbuf_pages() local
[all...]
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Dpmu-events.h43 struct pmu_event *table; member
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dpids.c16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() argument
20 void delete_obj_refs_table(struct obj_refs_table *table) {} in delete_obj_refs_table() argument
21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain() argument
22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() argument
28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref() argument
90 int build_obj_refs_table(struct obj_refs_table *table, enu argument
165 delete_obj_refs_table(struct obj_refs_table *table) delete_obj_refs_table() argument
178 emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) emit_obj_refs_json() argument
208 emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) emit_obj_refs_plain() argument
[all...]
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H A Dapdump.c30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() argument
68 ap_is_valid_checksum(struct acpi_table_header *table) ap_is_valid_checksum() argument
104 ap_get_table_length(struct acpi_table_header *table) ap_get_table_length() argument
140 ap_dump_table_buffer(struct acpi_table_header *table, u32 instance, acpi_physical_address address) ap_dump_table_buffer() argument
190 struct acpi_table_header *table; ap_dump_all_tables() local
249 struct acpi_table_header *table; ap_dump_table_by_address() local
294 struct acpi_table_header *table; ap_dump_table_by_name() local
365 struct acpi_table_header *table; ap_dump_table_from_file() local
[all...]
/kernel/linux/linux-5.10/fs/nls/
H A Dnls_cp862.c400 static struct nls_table table = { variable
H A Dnls_cp864.c386 static struct nls_table table = { variable
H A Dnls_cp861.c366 static struct nls_table table = { variable
H A Dnls_cp865.c366 static struct nls_table table = { variable
H A Dnls_cp863.c360 static struct nls_table table = { variable
H A Dnls_cp860.c343 static struct nls_table table = { variable
H A Dnls_cp866.c284 static struct nls_table table = { variable
H A Dnls_koi8-r.c302 static struct nls_table table = { variable
H A Dnls_koi8-u.c309 static struct nls_table table = { variable
H A Dmac-celtic.c580 static struct nls_table table = { variable
H A Dmac-croatian.c580 static struct nls_table table = { variable

Completed in 14 milliseconds

1...<<11121314151617181920>>...120