/Linux-v5.4/arch/s390/mm/ |
D | pgalloc.c | 64 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 80 unsigned long *table, *pgd; in crst_table_upgrade() local 159 u64 *table; in page_table_alloc_pgste() local 182 unsigned long *table; in page_table_alloc() local 236 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() 263 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 294 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 326 u64 *table; in base_pgt_alloc() local 334 static void base_pgt_free(unsigned long table) in base_pgt_free() 341 unsigned long table; in base_crst_alloc() local [all …]
|
/Linux-v5.4/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.4/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.4/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.4/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.4/kernel/ |
D | sysctl.c | 235 static int sysrq_sysctl_handler(struct ctl_table *table, int write, in sysrq_sysctl_handler() 2067 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 2085 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 2118 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 2333 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 2415 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 2426 struct ctl_table *table, in do_proc_douintvec_w() 2518 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 2554 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() 2578 int proc_dointvec(struct ctl_table *table, int write, in proc_dointvec() [all …]
|
D | utsname_sysctl.c | 17 static void *get_uts(struct ctl_table *table) in get_uts() 32 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() 132 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify() local
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 37 static inline void pgtable_free(void *table, int shift) in pgtable_free() 50 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 61 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 68 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 74 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/Linux-v5.4/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.4/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.4/net/core/ |
D | sysctl_net_core.c | 47 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 117 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 196 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 219 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 238 static int proc_do_dev_weight(struct ctl_table *table, int write, in proc_do_dev_weight() 253 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key() 266 static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable() 292 proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted() 303 proc_dolongvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dolongvec_minmax_bpf_restricted()
|
/Linux-v5.4/drivers/clk/ti/ |
D | divider.c | 31 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv() 53 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 75 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 123 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 143 static int _div_round_up(const struct clk_div_table *table, in _div_round_up() 163 static int _div_round(const struct clk_div_table *table, in _div_round() 319 const struct clk_div_table *table) in _register_divider() 363 const struct clk_div_table **table) in ti_clk_parse_divider_data() 431 struct clk_div_table *table; in ti_clk_get_div_table() local 479 const struct clk_div_table *table, in _get_divider_width() [all …]
|
/Linux-v5.4/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.4/drivers/gpu/drm/i915/gt/ |
D | intel_mocs.c | 40 const struct drm_i915_mocs_entry *table; member 283 struct drm_i915_mocs_table *table) in get_mocs_settings() 351 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control() 371 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local 406 struct drm_i915_mocs_table table; in intel_mocs_init_global() local 434 const struct drm_i915_mocs_table *table) in emit_mocs_control_table() 476 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() 485 static inline u32 l3cc_combine(const struct drm_i915_mocs_table *table, in l3cc_combine() 493 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table() 543 struct drm_i915_mocs_table table; in intel_mocs_init_l3cc_table() local
|
/Linux-v5.4/fs/proc/ |
D | proc_sysctl.c | 188 struct ctl_node *node, struct ctl_table *table) in init_header() 450 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm() 464 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode() 580 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_call_handler() local 642 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_open() local 660 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_poll() local 691 struct ctl_table *table) in proc_sys_fill_cache() 740 struct ctl_table *table) in proc_sys_link_fill_cache() 758 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan() 814 struct ctl_table *table; in proc_sys_permission() local [all …]
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 54 void *table, int shift) in pgtable_free_tlb() 64 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 71 void *table, int shift) in pgtable_free_tlb() 77 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/Linux-v5.4/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() 109 static int ipv4_privileged_ports(struct ctl_table *table, int write, in ipv4_privileged_ports() 143 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() 158 static void set_ping_group_range(struct ctl_table *table, kgid_t low, kgid_t high) in set_ping_group_range() 170 static int ipv4_ping_group_range(struct ctl_table *table, int write, in ipv4_ping_group_range() 206 static int ipv4_fwd_update_priority(struct ctl_table *table, int write, in ipv4_fwd_update_priority() 298 static int proc_tcp_fastopen_key(struct ctl_table *table, int write, in proc_tcp_fastopen_key() 397 static int proc_tcp_early_demux(struct ctl_table *table, int write, in proc_tcp_early_demux() 413 static int proc_udp_early_demux(struct ctl_table *table, int write, in proc_udp_early_demux() 429 static int proc_tfo_blackhole_detect_timeout(struct ctl_table *table, in proc_tfo_blackhole_detect_timeout() [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | rl.c | 109 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry() 146 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local 164 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate() local 209 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local 239 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local 275 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
|
/Linux-v5.4/drivers/infiniband/core/ |
D | cache.c | 49 u16 table[0]; member 167 static bool is_gid_index_default(const struct ib_gid_table *table, in is_gid_index_default() 238 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() local 283 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_work() local 318 static void store_gid_entry(struct ib_gid_table *table, in store_gid_entry() 380 struct ib_gid_table *table, int ix) in del_gid() 423 static int add_modify_gid(struct ib_gid_table *table, in add_modify_gid() 463 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 547 struct ib_gid_table *table; in __ib_cache_gid_add() local 602 struct ib_gid_table *table; in _ib_cache_gid_del() local [all …]
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 111 struct table { struct 115 unsigned *table; member 131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
|
/Linux-v5.4/arch/mips/lasat/ |
D | sysctl.c | 29 int proc_dolasatstring(struct ctl_table *table, int write, in proc_dolasatstring() 47 int proc_dolasatrtc(struct ctl_table *table, int write, in proc_dolasatrtc() 80 int proc_lasat_ip(struct ctl_table *table, int write, in proc_lasat_ip() 140 int proc_lasat_prid(struct ctl_table *table, int write, in proc_lasat_prid()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | smu_helper.c | 52 uint32_t *table; in phm_copy_clock_limits_array() local 74 uint32_t *table; in phm_copy_overdrive_settings_limits_array() local 208 struct pp_atomctrl_voltage_table *table; in phm_trim_voltage_table() local 345 int phm_reset_single_dpm_table(void *table, in phm_reset_single_dpm_table() 361 void *table, in phm_setup_pcie_table_entry() 371 int32_t phm_get_dpm_level_enable_mask_value(void *table) in phm_get_dpm_level_enable_mask_value() 442 int phm_find_boot_level(void *table, in phm_find_boot_level() 537 struct phm_clock_voltage_dependency_table *table = in phm_apply_dal_min_voltage_request() local 663 void *smu_atom_get_data_table(void *dev, uint32_t table, uint16_t *size, in smu_atom_get_data_table() 708 struct watermarks *table = wt_table; in smu_set_watermarks_for_clocks_ranges() local
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 258 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get() 294 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 314 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 382 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 406 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 415 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 481 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|