/Linux-v4.19/arch/s390/mm/ |
D | pgalloc.c | 66 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 82 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 322 static void tlb_remove_table_one(void *table) in tlb_remove_table_one() 358 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 387 u64 *table; in base_pgt_alloc() local [all …]
|
/Linux-v4.19/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-v4.19/drivers/clk/ |
D | clk-divider.c | 31 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() 43 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 54 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 66 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 77 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 91 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 102 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 118 const struct clk_div_table *table, in divider_recalc_rate() 148 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 159 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/lib/ |
D | chash.c | 40 int chash_table_alloc(struct chash_table *table, u8 bits, u8 key_size, in chash_table_alloc() 65 void chash_table_free(struct chash_table *table) in chash_table_free() 91 void __chash_table_dump_stats(struct __chash_table *table) in __chash_table_dump_stats() 159 #define CHASH_INC(table, a) ((a) = ((a) + 1) & (table)->size_mask) argument 160 #define CHASH_ADD(table, a, b) (((a) + (b)) & (table)->size_mask) argument 161 #define CHASH_SUB(table, a, b) (((a) - (b)) & (table)->size_mask) argument 162 #define CHASH_IN_RANGE(table, slot, first, last) \ argument 167 static void chash_table_dump(struct __chash_table *table) in chash_table_dump() 192 static int chash_table_check(struct __chash_table *table) in chash_table_check() 394 int __chash_table_copy_in(struct __chash_table *table, u64 key, in __chash_table_copy_in() [all …]
|
/Linux-v4.19/arch/powerpc/boot/ |
D | planetcore.c | 29 void planetcore_prepare_table(char *table) in planetcore_prepare_table() 41 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() 55 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() 65 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex() 82 void planetcore_set_mac_addrs(const char *table) in planetcore_set_mac_addrs() 107 void planetcore_set_stdout_path(const char *table) in planetcore_set_stdout_path()
|
/Linux-v4.19/net/sched/ |
D | sch_gred.c | 62 static inline int gred_wred_mode(struct gred_sched *table) in gred_wred_mode() 67 static inline void gred_enable_wred_mode(struct gred_sched *table) in gred_enable_wred_mode() 72 static inline void gred_disable_wred_mode(struct gred_sched *table) in gred_disable_wred_mode() 77 static inline int gred_rio_mode(struct gred_sched *table) in gred_rio_mode() 82 static inline void gred_enable_rio_mode(struct gred_sched *table) in gred_enable_rio_mode() 87 static inline void gred_disable_rio_mode(struct gred_sched *table) in gred_disable_rio_mode() 94 struct gred_sched *table = qdisc_priv(sch); in gred_wred_mode_check() local 113 static inline unsigned int gred_backlog(struct gred_sched *table, in gred_backlog() 128 static inline void gred_load_wred_set(const struct gred_sched *table, in gred_load_wred_set() 135 static inline void gred_store_wred_set(struct gred_sched *table, in gred_store_wred_set() [all …]
|
/Linux-v4.19/kernel/ |
D | sysctl.c | 231 static int sysrq_sysctl_handler(struct ctl_table *table, int write, in sysrq_sysctl_handler() 1988 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 2006 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 2039 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 2218 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 2300 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 2311 struct ctl_table *table, in do_proc_douintvec_w() 2403 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 2439 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() 2463 int proc_dointvec(struct ctl_table *table, int write, in proc_dointvec() [all …]
|
/Linux-v4.19/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() 283 const struct clk_div_table *table) in _register_divider() 327 const struct clk_div_table **table) in ti_clk_parse_divider_data() 393 const struct clk_div_table *table = NULL; in _get_div_table_from_setup() local 442 const struct clk_div_table *table; in ti_clk_register_divider() local [all …]
|
/Linux-v4.19/drivers/cpufreq/ |
D | freq_table.c | 23 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local 37 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo() 68 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() 129 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_index_unsorted() local 212 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local 235 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 302 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
|
/Linux-v4.19/ipc/ |
D | ipc_sysctl.c | 21 static void *get_ipc(struct ctl_table *table) in get_ipc() 30 static int proc_ipc_dointvec(struct ctl_table *table, int write, in proc_ipc_dointvec() 41 static int proc_ipc_dointvec_minmax(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax() 52 static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax_orphans() 65 static int proc_ipc_doulongvec_minmax(struct ctl_table *table, int write, in proc_ipc_doulongvec_minmax() 76 static int proc_ipc_auto_msgmni(struct ctl_table *table, int write, in proc_ipc_auto_msgmni()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cache.c | 49 u16 table[0]; member 156 static bool is_gid_index_default(const struct ib_gid_table *table, in is_gid_index_default() 213 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() local 263 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_work() local 287 static void store_gid_entry(struct ib_gid_table *table, in store_gid_entry() 350 struct ib_gid_table *table, int ix) in del_gid() 383 static int add_modify_gid(struct ib_gid_table *table, in add_modify_gid() 423 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 507 struct ib_gid_table *table; in __ib_cache_gid_add() local 583 struct ib_gid_table *table; in _ib_cache_gid_del() local [all …]
|
/Linux-v4.19/net/ipv4/ |
D | sysctl_net_ipv4.c | 72 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() 205 static int ipv4_fwd_update_priority(struct ctl_table *table, int write, in ipv4_fwd_update_priority() 279 static int proc_tcp_fastopen_key(struct ctl_table *table, int write, in proc_tcp_fastopen_key() 355 static int proc_tcp_early_demux(struct ctl_table *table, int write, in proc_tcp_early_demux() 371 static int proc_udp_early_demux(struct ctl_table *table, int write, in proc_udp_early_demux() 387 static int proc_tfo_blackhole_detect_timeout(struct ctl_table *table, in proc_tfo_blackhole_detect_timeout() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | tables.c | 379 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16() 399 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write16() 416 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32() 437 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write32() 456 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read() 462 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-v4.19/net/core/ |
D | sysctl_net_core.c | 38 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 108 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 187 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 210 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 229 static int proc_do_dev_weight(struct ctl_table *table, int write, in proc_do_dev_weight() 244 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key() 257 static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable() 284 proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted()
|
/Linux-v4.19/arch/x86/crypto/ |
D | aes-i586-asm_32.S | 93 #define do_col(table, a1,a2,a3,a4, idx, tmp) \ argument 107 #define do_fcol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument 126 #define do_icol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument 158 #define fwd_rnd1(arg, table) \ argument 173 #define fwd_rnd2(arg, table) \ argument 193 #define inv_rnd1(arg, table) \ argument 208 #define inv_rnd2(arg, table) \ argument
|
/Linux-v4.19/fs/proc/ |
D | proc_sysctl.c | 183 struct ctl_node *node, struct ctl_table *table) in init_header() 445 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm() 459 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode() 572 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_call_handler() local 618 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_open() local 636 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_poll() local 667 struct ctl_table *table) in proc_sys_fill_cache() 716 struct ctl_table *table) in proc_sys_link_fill_cache() 734 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan() 790 struct ctl_table *table; in proc_sys_permission() local [all …]
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hem.c | 92 struct hns_roce_hem_table *table, unsigned long *obj, in hns_roce_calc_hem_mhop() 280 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_set_hem() 364 struct hns_roce_hem_table *table, in hns_roce_table_mhop_get() 535 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_get() 580 struct hns_roce_hem_table *table, in hns_roce_table_mhop_put() 694 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_put() 722 struct hns_roce_hem_table *table, in hns_roce_table_find() 793 struct hns_roce_hem_table *table, in hns_roce_table_get_range() 824 struct hns_roce_hem_table *table, in hns_roce_table_put_range() 841 struct hns_roce_hem_table *table, u32 type, in hns_roce_init_hem_table() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_mocs.c | 35 const struct drm_i915_mocs_entry *table; member 177 struct drm_i915_mocs_table *table) in get_mocs_settings() 241 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local 280 const struct drm_i915_mocs_table *table) in emit_mocs_control_table() 319 static inline u32 l3cc_combine(const struct drm_i915_mocs_table *table, in l3cc_combine() 339 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table() 397 struct drm_i915_mocs_table table; in intel_mocs_init_l3cc_table() local
|
/Linux-v4.19/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 210 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local 241 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local 277 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
|
/Linux-v4.19/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-v4.19/arch/mips/lasat/ |
D | sysctl.c | 41 int proc_dolasatstring(struct ctl_table *table, int write, in proc_dolasatstring() 59 int proc_dolasatrtc(struct ctl_table *table, int write, in proc_dolasatrtc() 92 int proc_lasat_ip(struct ctl_table *table, int write, in proc_lasat_ip() 152 int proc_lasat_prid(struct ctl_table *table, int write, in proc_lasat_prid()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 260 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get() 296 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 316 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 363 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 387 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 396 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 462 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 99 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 115 void *table, int shift) in pgtable_free_tlb() 125 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 132 void *table, int shift) in pgtable_free_tlb() 138 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|