/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | tbutils.c | 228 struct acpi_table_header *table; in acpi_tb_parse_root_table() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() argument 46 kmem_cache_free(PGT_CACHE(index_size), table); in pgtable_free() local 63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() argument 52 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) pgtable_free_tlb() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | itmt.c | 41 static int sched_itmt_update_handler(struct ctl_table *table, int write, in sched_itmt_update_handler() argument
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-bcm63xx-gate.c | 487 const struct clk_bcm63xx_table_entry *entry, *table; in clk_bcm63xx_probe() local
|
/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-pll.c | 31 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 D | owl-pll.h | 33 const struct clk_pll_table *table; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() argument 46 kmem_cache_free(PGT_CACHE(index_size), table); in pgtable_free() local 63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() argument 52 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) pgtable_free_tlb() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | vega12_smumgr.c | 40 vega12_copy_table_from_smc(struct pp_hwmgr *hwmgr, uint8_t *table, int16_t table_id) vega12_copy_table_from_smc() argument 85 vega12_copy_table_to_smc(struct pp_hwmgr *hwmgr, uint8_t *table, int16_t table_id) vega12_copy_table_to_smc() argument 390 vega12_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw) vega12_smc_table_manager() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | udp_tunnels.c | 12 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...] |
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | peerlookup.c | 10 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 D | radio_2057.c | 527 u16 *table = NULL; in r2057_upload_inittabs() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32_debug.c | 65 const char **table = commands[ group(opcode) ]; in print_opcodek() local
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_debug.c | 67 const char **table = commands[ group(opcode) ]; in print_opcodek() local
|
/kernel/linux/linux-5.10/net/phonet/ |
H A D | sysctl.c | 51 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 D | sysctl_net.c | 42 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 D | diag.c | 54 unsigned int table; in vsock_diag_dump() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_SECMARK.c | 76 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 D | vt_kern.h | 78 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 D | intel-dsp-config.c | 397 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 D | sgbuf.c | 61 struct snd_sg_page *table; in snd_malloc_sgbuf_pages() local [all...] |
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | pmu-events.h | 43 struct pmu_event *table; member
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | pids.c | 16 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 D | apdump.c | 30 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 D | nls_cp862.c | 400 static struct nls_table table = { variable
|
H A D | nls_cp864.c | 386 static struct nls_table table = { variable
|