/Linux-v5.10/drivers/net/wireguard/ |
D | peerlookup.c | 10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket() 24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local 35 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table, in wg_pubkey_hashtable_add() 44 void wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, in wg_pubkey_hashtable_remove() 54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, in wg_pubkey_hashtable_lookup() 73 static struct hlist_head *index_bucket(struct index_hashtable *table, in index_bucket() 85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_index_hashtable_alloc() local 119 __le32 wg_index_hashtable_insert(struct index_hashtable *table, in wg_index_hashtable_insert() 166 bool wg_index_hashtable_replace(struct index_hashtable *table, in wg_index_hashtable_replace() 192 void wg_index_hashtable_remove(struct index_hashtable *table, in wg_index_hashtable_remove() [all …]
|
/Linux-v5.10/drivers/clk/ |
D | clk-divider.c | 44 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() 56 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 79 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 90 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 104 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 115 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 131 const struct clk_div_table *table, in divider_recalc_rate() 161 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 172 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
/Linux-v5.10/arch/s390/mm/ |
D | pgalloc.c | 64 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 169 u64 *table; in page_table_alloc_pgste() local 192 unsigned long *table; in page_table_alloc() local 246 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() 273 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 304 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 336 u64 *table; in base_pgt_alloc() local 344 static void base_pgt_free(unsigned long table) in base_pgt_free() 351 unsigned long table; in base_crst_alloc() local 359 static void base_crst_free(unsigned long table) in base_crst_free() [all …]
|
/Linux-v5.10/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() 68 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum() 104 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length() 140 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer() 190 struct acpi_table_header *table; in ap_dump_all_tables() local 249 struct acpi_table_header *table; in ap_dump_table_by_address() local 294 struct acpi_table_header *table; in ap_dump_table_by_name() local 365 struct acpi_table_header *table; in ap_dump_table_from_file() local
|
/Linux-v5.10/tools/bpf/bpftool/ |
D | pids.c | 16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() 20 void delete_obj_refs_table(struct obj_refs_table *table) {} in delete_obj_refs_table() 21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain() 22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() 28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref() 90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() 165 void delete_obj_refs_table(struct obj_refs_table *table) in delete_obj_refs_table() 178 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, in emit_obj_refs_json() 208 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) in emit_obj_refs_plain()
|
/Linux-v5.10/net/sched/ |
D | sch_gred.c | 61 static inline int gred_wred_mode(struct gred_sched *table) in gred_wred_mode() 66 static inline void gred_enable_wred_mode(struct gred_sched *table) in gred_enable_wred_mode() 71 static inline void gred_disable_wred_mode(struct gred_sched *table) in gred_disable_wred_mode() 76 static inline int gred_rio_mode(struct gred_sched *table) in gred_rio_mode() 81 static inline void gred_enable_rio_mode(struct gred_sched *table) in gred_enable_rio_mode() 86 static inline void gred_disable_rio_mode(struct gred_sched *table) in gred_disable_rio_mode() 93 struct gred_sched *table = qdisc_priv(sch); in gred_wred_mode_check() local 112 static inline unsigned int gred_backlog(struct gred_sched *table, in gred_backlog() 127 static inline void gred_load_wred_set(const struct gred_sched *table, in gred_load_wred_set() 134 static inline void gred_store_wred_set(struct gred_sched *table, in gred_store_wred_set() [all …]
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | mcdi_filters.c | 27 efx_mcdi_filter_entry_spec(const struct efx_mcdi_filter_table *table, in efx_mcdi_filter_entry_spec() 35 efx_mcdi_filter_entry_flags(const struct efx_mcdi_filter_table *table, in efx_mcdi_filter_entry_flags() 84 efx_mcdi_filter_set_entry(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_set_entry() 325 static int efx_mcdi_filter_pri(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_pri() 345 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_insert_locked() local 577 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_internal() local 650 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_old() local 684 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_remove_safe() local 702 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_unsafe() local 719 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_safe() local [all …]
|
/Linux-v5.10/arch/powerpc/boot/ |
D | planetcore.c | 26 void planetcore_prepare_table(char *table) in planetcore_prepare_table() 38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() 52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() 62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex() 79 void planetcore_set_mac_addrs(const char *table) in planetcore_set_mac_addrs() 104 void planetcore_set_stdout_path(const char *table) in planetcore_set_stdout_path()
|
/Linux-v5.10/kernel/ |
D | sysctl.c | 206 static int bpf_stats_handler(struct ctl_table *table, int write, in bpf_stats_handler() 306 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 324 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 357 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 569 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 642 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 653 struct ctl_table *table, in do_proc_douintvec_w() 740 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 776 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() 800 int proc_dointvec(struct ctl_table *table, int write, void *buffer, in proc_dointvec() [all …]
|
D | sysctl-test.c | 119 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero() local 153 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set() local 188 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive() local 219 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_negative() local 248 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_positive() local 278 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_negative() local 310 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_less_int_min() local 348 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_greater_int_max() local
|
/Linux-v5.10/ipc/ |
D | ipc_sysctl.c | 17 static void *get_ipc(struct ctl_table *table) in get_ipc() 26 static int proc_ipc_dointvec(struct ctl_table *table, int write, in proc_ipc_dointvec() 37 static int proc_ipc_dointvec_minmax(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax() 48 static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax_orphans() 61 static int proc_ipc_doulongvec_minmax(struct ctl_table *table, int write, in proc_ipc_doulongvec_minmax() 72 static int proc_ipc_auto_msgmni(struct ctl_table *table, int write, in proc_ipc_auto_msgmni() 87 static int proc_ipc_sem_dointvec(struct ctl_table *table, int write, in proc_ipc_sem_dointvec()
|
/Linux-v5.10/drivers/cpufreq/ |
D | freq_table.c | 19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local 33 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo() 64 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() 125 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_index_unsorted() local 208 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local 231 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 295 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
|
/Linux-v5.10/net/core/ |
D | sysctl_net_core.c | 49 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 119 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 194 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 216 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 235 static int proc_do_dev_weight(struct ctl_table *table, int write, in proc_do_dev_weight() 250 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key() 263 static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable() 290 proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted() 301 proc_dolongvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dolongvec_minmax_bpf_restricted()
|
/Linux-v5.10/drivers/net/wireless/broadcom/b43/ |
D | tables.c | 366 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16() 386 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write16() 403 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32() 424 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write32() 443 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read() 449 void b43_gtab_write(struct b43_wldev *dev, u16 table, u16 offset, u16 value) in b43_gtab_write()
|
D | tables_phy_ht.h | 10 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
D | tables_phy_lcn.h | 10 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument 11 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument 12 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
|
/Linux-v5.10/drivers/infiniband/core/ |
D | cache.c | 49 u16 table[]; member 170 static bool is_gid_index_default(const struct ib_gid_table *table, in is_gid_index_default() 241 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() local 286 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_work() local 321 static void store_gid_entry(struct ib_gid_table *table, in store_gid_entry() 383 struct ib_gid_table *table, int ix) in del_gid() 426 static int add_modify_gid(struct ib_gid_table *table, in add_modify_gid() 466 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 550 struct ib_gid_table *table; in __ib_cache_gid_add() local 605 struct ib_gid_table *table; in _ib_cache_gid_del() local [all …]
|
/Linux-v5.10/net/ipv4/ |
D | sysctl_net_ipv4.c | 73 static int ipv4_local_port_range(struct ctl_table *table, int write, in ipv4_local_port_range() 108 static int ipv4_privileged_ports(struct ctl_table *table, int write, in ipv4_privileged_ports() 142 static void inet_get_ping_group_range_table(struct ctl_table *table, kgid_t *low, kgid_t *high) in inet_get_ping_group_range_table() 157 static void set_ping_group_range(struct ctl_table *table, kgid_t low, kgid_t high) in set_ping_group_range() 169 static int ipv4_ping_group_range(struct ctl_table *table, int write, in ipv4_ping_group_range() 204 static int ipv4_fwd_update_priority(struct ctl_table *table, int write, in ipv4_fwd_update_priority() 293 static int proc_tcp_fastopen_key(struct ctl_table *table, int write, in proc_tcp_fastopen_key() 387 static int proc_tcp_early_demux(struct ctl_table *table, int write, in proc_tcp_early_demux() 403 static int proc_udp_early_demux(struct ctl_table *table, int write, in proc_udp_early_demux() 419 static int proc_tfo_blackhole_detect_timeout(struct ctl_table *table, in proc_tfo_blackhole_detect_timeout() [all …]
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | rl.c | 113 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry() 160 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local 178 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate_raw() local 233 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate_raw() local 267 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local 302 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local 338 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 37 static inline void pgtable_free(void *table, int shift) in pgtable_free() 49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 60 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 66 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_mocs.c | 41 const struct drm_i915_mocs_entry *table; member 323 struct drm_i915_mocs_table *table) in get_mocs_settings() 379 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control() 394 const struct drm_i915_mocs_table *table, in __init_mocs_table() 420 const struct drm_i915_mocs_table *table) in init_mocs_table() 429 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() 452 const struct drm_i915_mocs_table *table) in init_l3cc_table() 464 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local 489 struct drm_i915_mocs_table table; in intel_mocs_init() local
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 111 struct table { struct 115 unsigned *table; argument 131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
|
/Linux-v5.10/fs/proc/ |
D | proc_sysctl.c | 190 struct ctl_node *node, struct ctl_table *table) in init_header() 419 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm() 433 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode() 549 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_call_handler() local 623 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_open() local 641 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_poll() local 672 struct ctl_table *table) in proc_sys_fill_cache() 721 struct ctl_table *table) in proc_sys_link_fill_cache() 739 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan() 795 struct ctl_table *table; in proc_sys_permission() local [all …]
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 53 void *table, int shift) in pgtable_free_tlb() 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()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | smu_helper.c | 53 uint32_t *table; in phm_copy_clock_limits_array() local 75 uint32_t *table; in phm_copy_overdrive_settings_limits_array() local 209 struct pp_atomctrl_voltage_table *table; in phm_trim_voltage_table() local 346 int phm_reset_single_dpm_table(void *table, in phm_reset_single_dpm_table() 362 void *table, in phm_setup_pcie_table_entry() 372 int32_t phm_get_dpm_level_enable_mask_value(void *table) in phm_get_dpm_level_enable_mask_value() 443 int phm_find_boot_level(void *table, in phm_find_boot_level() 538 struct phm_clock_voltage_dependency_table *table = in phm_apply_dal_min_voltage_request() local 672 void *smu_atom_get_data_table(void *dev, uint32_t table, uint16_t *size, in smu_atom_get_data_table() 717 struct watermarks *table = wt_table; in smu_set_watermarks_for_clocks_ranges() local
|