/linux-4.4.14/drivers/clk/ |
D | clk-divider.c | 35 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv() 46 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 57 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 69 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 80 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 94 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 105 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 121 const struct clk_div_table *table, in divider_recalc_rate() 152 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 163 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
/linux-4.4.14/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 64 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() 101 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum() 137 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length() 173 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer() 223 struct acpi_table_header *table; in ap_dump_all_tables() local 282 struct acpi_table_header *table; in ap_dump_table_by_address() local 327 struct acpi_table_header *table; in ap_dump_table_by_name() local 398 struct acpi_table_header *table; in ap_dump_table_from_file() local
|
D | apfiles.c | 120 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file()
|
/linux-4.4.14/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()
|
D | ep88xc.c | 18 static char *table; variable
|
D | ep8248e.c | 18 static char *table; variable
|
D | ep405.c | 24 static char *table; variable
|
/linux-4.4.14/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() 70 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() 111 struct cpufreq_frequency_table *table = in cpufreq_generic_frequency_table_verify() local 121 struct cpufreq_frequency_table *table, in cpufreq_frequency_table_target() 215 struct cpufreq_frequency_table *pos, *table; in cpufreq_frequency_table_get_index() local 238 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 304 struct cpufreq_frequency_table *table) in cpufreq_table_validate_and_show()
|
D | qoriq-cpufreq.c | 35 struct cpufreq_frequency_table *table; member 171 struct cpufreq_frequency_table table; in freq_table_sort() local 203 struct cpufreq_frequency_table *table; in qoriq_cpufreq_cpu_init() local
|
D | arm_big_little.c | 233 static inline u32 get_table_count(struct cpufreq_frequency_table *table) in get_table_count() 244 static inline u32 get_table_min(struct cpufreq_frequency_table *table) in get_table_min() 255 static inline u32 get_table_max(struct cpufreq_frequency_table *table) in get_table_max() 268 struct cpufreq_frequency_table *table; in merge_cluster_tables() local
|
D | s3c2440-cpufreq.c | 199 struct cpufreq_frequency_table *table, in run_freq_for() 224 struct cpufreq_frequency_table *table, in s3c2440_cpufreq_calctable()
|
D | sparc-us3-cpufreq.c | 24 struct cpufreq_frequency_table table[4]; member 139 struct cpufreq_frequency_table *table = in us3_freq_cpu_init() local
|
D | sparc-us2e-cpufreq.c | 25 struct cpufreq_frequency_table table[6]; member 280 struct cpufreq_frequency_table *table = in us2e_freq_cpu_init() local
|
D | sfi-cpufreq.c | 31 static int sfi_parse_freq(struct sfi_table_header *table) in sfi_parse_freq()
|
/linux-4.4.14/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-4.4.14/kernel/ |
D | sysctl.c | 200 static int sysrq_sysctl_handler(struct ctl_table *table, int write, in sysrq_sysctl_handler() 1867 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 1892 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 2056 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 2155 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 2178 int proc_dointvec(struct ctl_table *table, int write, in proc_dointvec() 2189 static int proc_taint(struct ctl_table *table, int write, in proc_taint() 2221 static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write, in proc_dointvec_minmax_sysadmin() 2276 int proc_dointvec_minmax(struct ctl_table *table, int write, in proc_dointvec_minmax() 2299 static int proc_dointvec_minmax_coredump(struct ctl_table *table, int write, in proc_dointvec_minmax_coredump() [all …]
|
D | utsname_sysctl.c | 20 static void *get_uts(struct ctl_table *table, int write) in get_uts() 35 static void put_uts(struct ctl_table *table, int write, void *which) in put_uts() 47 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() 126 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify() local
|
D | watchdog.c | 856 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() 924 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() 934 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() 944 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() 954 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() 999 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | cache.c | 49 u16 table[0]; member 116 struct ib_gid_table *table, int ix, in write_gid() 180 struct ib_gid_table *table, int ix, in add_gid() 189 struct ib_gid_table *table, int ix, in modify_gid() 198 struct ib_gid_table *table, int ix, in del_gid() 204 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 251 struct ib_gid_table *table; in ib_cache_gid_add() local 302 struct ib_gid_table *table; in ib_cache_gid_del() local 327 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids() local 346 struct ib_gid_table *table; in __ib_cache_gid_get() local [all …]
|
/linux-4.4.14/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()
|
D | mq_sysctl.c | 17 static void *get_mq(struct ctl_table *table) in get_mq() 25 static int proc_mq_dointvec(struct ctl_table *table, int write, in proc_mq_dointvec() 35 static int proc_mq_dointvec_minmax(struct ctl_table *table, int write, in proc_mq_dointvec_minmax()
|
/linux-4.4.14/drivers/net/wireless/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 | 9 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 10 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 11 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
D | tables_phy_lcn.h | 9 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument 10 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument 11 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
|
D | tables_lpphy.h | 9 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument 10 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument 11 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
|
/linux-4.4.14/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-4.4.14/drivers/clk/ti/ |
D | divider.c | 33 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv() 55 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 77 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 125 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 252 const struct clk_div_table *table) in _register_divider() 299 struct clk_div_table *table; in _get_div_table_from_setup() local 390 struct clk_div_table *table; in ti_clk_register_divider() local 426 struct clk_div_table *table; in ti_clk_get_div_table() local 474 const struct clk_div_table *table, in _get_divider_width() 518 void __iomem **reg, const struct clk_div_table **table, in ti_clk_divider_populate() [all …]
|
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 181 struct ctl_node *node, struct ctl_table *table) in init_header() 417 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm() 431 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode() 521 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_call_handler() local 567 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_open() local 585 struct ctl_table *table = PROC_I(inode)->sysctl_entry; in proc_sys_poll() local 616 struct ctl_table *table) in proc_sys_fill_cache() 654 struct ctl_table *table) in proc_sys_link_fill_cache() 672 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan() 727 struct ctl_table *table; in proc_sys_permission() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 45 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_completion() local 68 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_event() local 95 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_create_cq() local 140 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_destroy_cq() local 242 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_init_cq_table() local
|
D | qp.c | 45 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_get_rsc() local 185 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_core_create_qp() local 253 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_core_destroy_qp() local 346 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_init_qp_table() local
|
D | mr.c | 41 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_init_mr_table() local 57 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_core_create_mkey() local 110 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_core_destroy_mkey() local
|
D | srq.c | 44 struct mlx5_srq_table *table = &dev->priv.srq_table; in mlx5_srq_event() local 136 struct mlx5_srq_table *table = &dev->priv.srq_table; in mlx5_core_get_srq() local 448 struct mlx5_srq_table *table = &dev->priv.srq_table; in mlx5_core_create_srq() local 478 struct mlx5_srq_table *table = &dev->priv.srq_table; in mlx5_core_destroy_srq() local 532 struct mlx5_srq_table *table = &dev->priv.srq_table; in mlx5_init_srq_table() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 51 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 61 void *table, int shift) in pgtable_free_tlb() 71 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 78 void *table, int shift) in pgtable_free_tlb() 84 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
D | pgalloc-64.h | 113 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 125 void *table, int shift) in pgtable_free_tlb() 135 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 142 void *table, int shift) in pgtable_free_tlb() 148 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() 216 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
D | agp.h | 14 #define free_gatt_pages(table, order) \ argument
|
/linux-4.4.14/arch/mips/lasat/ |
D | sysctl.c | 42 int proc_dolasatstring(struct ctl_table *table, int write, in proc_dolasatstring() 60 int proc_dolasatrtc(struct ctl_table *table, int write, in proc_dolasatrtc() 85 int proc_lasat_ip(struct ctl_table *table, int write, in proc_lasat_ip() 145 int proc_lasat_prid(struct ctl_table *table, int write, in proc_lasat_prid()
|
/linux-4.4.14/arch/x86/lib/ |
D | inat.c | 43 const insn_attr_t *table; in inat_get_escape_attribute() local 62 const insn_attr_t *table; in inat_get_group_attribute() local 82 const insn_attr_t *table; in inat_get_avx_attribute() local
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | inat.c | 43 const insn_attr_t *table; in inat_get_escape_attribute() local 62 const insn_attr_t *table; in inat_get_group_attribute() local 82 const insn_attr_t *table; in inat_get_avx_attribute() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 249 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get() 286 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 306 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 353 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 377 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 386 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 450 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|
D | port.c | 56 void mlx4_init_mac_table(struct mlx4_dev *dev, struct mlx4_mac_table *table) in mlx4_init_mac_table() 69 void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table) in mlx4_init_vlan_table() 83 struct mlx4_roce_gid_table *table) in mlx4_init_roce_gid_table() 93 struct mlx4_mac_table *table, int index) in validate_index() 105 struct mlx4_mac_table *table, u64 mac) in find_index() 145 struct mlx4_mac_table *table = &info->mac_table; in mlx4_find_cached_mac() local 165 struct mlx4_mac_table *table = &info->mac_table; in __mlx4_register_mac() local 256 struct mlx4_mac_table *table; in __mlx4_unregister_mac() local 311 struct mlx4_mac_table *table = &info->mac_table; in __mlx4_replace_mac() local 360 struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table; in mlx4_find_cached_vlan() local [all …]
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utfileio.c | 84 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() 147 struct acpi_table_header **table, u32 *table_length) in acpi_ut_read_table() 293 acpi_ut_read_table_from_file(char *filename, struct acpi_table_header ** table) in acpi_ut_read_table_from_file()
|
D | exconfig.c | 160 struct acpi_table_header *table; in acpi_ex_load_table_op() local 339 struct acpi_table_header *table; in acpi_ex_load_op() local 561 struct acpi_table_header *table; in acpi_ex_unload_table() local
|
D | dbfileio.c | 132 static acpi_status ae_local_load_table(struct acpi_table_header *table) in ae_local_load_table() 205 struct acpi_table_header *table; in acpi_db_get_table_from_file() local
|
D | tbdata.c | 69 u8 flags, struct acpi_table_header *table) in acpi_tb_init_table_descriptor() 104 struct acpi_table_header *table = NULL; in acpi_tb_acquire_table() local 155 acpi_tb_release_table(struct acpi_table_header *table, in acpi_tb_release_table()
|
D | tbinstal.c | 74 struct acpi_table_header *table; in acpi_tb_compare_tables() local 398 struct acpi_table_header *table; in acpi_tb_override_table() local
|
D | tbfadt.c | 313 struct acpi_table_header *table; in acpi_tb_parse_fadt() local 384 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length) in acpi_tb_create_local_fadt()
|
D | nsparse.c | 76 struct acpi_table_header *table; in acpi_ns_one_complete_parse() local
|
D | dsinit.c | 195 struct acpi_table_header *table; in acpi_ds_initialize_objects() local
|
D | tbprint.c | 186 acpi_status acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length) in acpi_tb_verify_checksum()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 392 static int proc_dobitmasks(struct ctl_table *table, int write, in proc_dobitmasks() 408 static int proc_dump_kernel(struct ctl_table *table, int write, in proc_dump_kernel() 431 static int proc_daemon_file(struct ctl_table *table, int write, in proc_daemon_file() 438 static int libcfs_force_lbug(struct ctl_table *table, int write, in libcfs_force_lbug() 447 static int proc_fail_loc(struct ctl_table *table, int write, in proc_fail_loc() 501 static int proc_cpt_table(struct ctl_table *table, int write, in proc_cpt_table() 620 struct ctl_table *table = filp->private_data; in lnet_debugfs_read() local 633 struct ctl_table *table = filp->private_data; in lnet_debugfs_write() local 650 void lustre_insert_debugfs(struct ctl_table *table, in lustre_insert_debugfs()
|
/linux-4.4.14/net/core/ |
D | sysctl_net_core.c | 34 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 101 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 180 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 203 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 222 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key()
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 190 struct acpi_table_header ** table) in acpi_os_get_table_by_address() 255 struct acpi_table_header ** table, in acpi_os_get_table_by_name() 383 struct acpi_table_header ** table, in acpi_os_get_table_by_index() 802 struct acpi_table_header **table, in osl_get_bios_table() 1049 char *signature, struct acpi_table_header **table) in osl_map_table() 1125 static void osl_unmap_table(struct acpi_table_header *table) in osl_unmap_table() 1194 char *signature, struct acpi_table_header **table) in osl_read_table_from_file() 1303 struct acpi_table_header **table, in osl_get_customized_table()
|
/linux-4.4.14/net/ipv4/ |
D | sysctl_net_ipv4.c | 62 static int ipv4_local_port_range(struct ctl_table *table, int write, in ipv4_local_port_range() 93 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() 108 static void set_ping_group_range(struct ctl_table *table, kgid_t low, kgid_t high) in set_ping_group_range() 120 static int ipv4_ping_group_range(struct ctl_table *table, int write, in ipv4_ping_group_range() 958 struct ctl_table *table; in ipv4_sysctl_init_net() local 994 struct ctl_table *table; in ipv4_sysctl_exit_net() local
|
D | xfrm4_policy.c | 300 struct ctl_table *table; in xfrm4_net_sysctl_init() local 328 struct ctl_table *table; in xfrm4_net_sysctl_exit() local
|
/linux-4.4.14/drivers/sh/clk/ |
D | cpg.c | 132 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div_recalc() local 242 struct clk_div_table *table, struct sh_clk_ops *ops) in sh_clk_div_register_ops() 296 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div6_set_parent() local 353 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div4_set_parent() local 390 struct clk_div4_table *table) in sh_clk_div4_register() 396 struct clk_div4_table *table) in sh_clk_div4_enable_register() 403 struct clk_div4_table *table) in sh_clk_div4_reparent_register()
|
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 36 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 54 unsigned long *table, *pgd; in crst_table_upgrade() local 115 unsigned long *table; in gmap_alloc() local 247 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table() 447 static void gmap_unlink(struct mm_struct *mm, unsigned long *table, in gmap_unlink() 474 unsigned long *table; in __gmap_link() local 742 unsigned long *table; in gmap_do_ipte_notify() local 890 static inline void gmap_unlink(struct mm_struct *mm, unsigned long *table, in gmap_unlink() 913 unsigned long *table; in page_table_alloc() local 965 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() [all …]
|
/linux-4.4.14/net/unix/ |
D | sysctl_net_unix.c | 31 struct ctl_table *table; in unix_sysctl_register() local 56 struct ctl_table *table; in unix_sysctl_unregister() local
|
/linux-4.4.14/include/linux/ |
D | vt_kern.h | 79 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() 83 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() 87 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() 91 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new()
|
D | sysctl.h | 195 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table() 201 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths() 206 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | kv_dpm.c | 718 struct radeon_clock_voltage_dependency_table *table = in kv_program_bootup_state() local 730 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local 820 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local 893 struct radeon_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local 954 struct radeon_clock_voltage_dependency_table *table = in kv_populate_samu_table() local 1020 struct radeon_clock_voltage_dependency_table *table = in kv_populate_acp_table() local 1079 struct radeon_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local 1102 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local 1426 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_update_uvd_dpm() local 1462 struct radeon_vce_clock_voltage_dependency_table *table = in kv_get_vce_boot_level() local [all …]
|
D | mkregtable.c | 543 struct table { struct 547 unsigned *table; argument 563 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
|
D | btc_dpm.c | 1174 …id btc_get_max_clock_from_voltage_dependency_table(struct radeon_clock_voltage_dependency_table *t… in btc_get_max_clock_from_voltage_dependency_table() 1191 void btc_apply_voltage_dependency_rules(struct radeon_clock_voltage_dependency_table *table, in btc_apply_voltage_dependency_rules() 1296 static u16 btc_find_voltage(struct atom_voltage_table *table, u16 voltage) in btc_find_voltage() 1398 RV770_SMC_STATETABLE *table) in btc_populate_ulv_state() 1427 RV770_SMC_STATETABLE *table) in btc_populate_smc_acpi_state() 1632 RV770_SMC_STATETABLE *table = &pi->smc_statetable; in btc_init_smc_table() local 1901 static void btc_set_valid_flag(struct evergreen_mc_reg_table *table) in btc_set_valid_flag() 1917 struct evergreen_mc_reg_table *table) in btc_set_mc_special_registers() 1978 static void btc_set_s0_mc_reg_index(struct evergreen_mc_reg_table *table) in btc_set_s0_mc_reg_index() 1990 static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in btc_copy_vbios_mc_reg_table() [all …]
|
D | ci_dpm.c | 1296 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_fps_limits() local 2189 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddc_table() 2212 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddci_table() 2235 SMU7_Discrete_DpmTable *table) in ci_populate_smc_mvdd_table() 2258 SMU7_Discrete_DpmTable *table) in ci_populate_smc_voltage_tables() 2597 SMU7_Discrete_DpmTable *table) in ci_populate_smc_link_level() 2619 SMU7_Discrete_DpmTable *table) in ci_populate_smc_uvd_level() 2662 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vce_level() 2695 SMU7_Discrete_DpmTable *table) in ci_populate_smc_acp_level() 2727 SMU7_Discrete_DpmTable *table) in ci_populate_smc_samu_level() [all …]
|
D | rv730_dpm.c | 230 RV770_SMC_STATETABLE *table) in rv730_populate_smc_acpi_state() 321 RV770_SMC_STATETABLE *table) in rv730_populate_smc_initial_state()
|
D | cypress_dpm.c | 404 struct atom_voltage_table *table, in cypress_populate_voltage_value() 1236 RV770_SMC_STATETABLE *table) in cypress_populate_smc_initial_state() 1331 RV770_SMC_STATETABLE *table) in cypress_populate_smc_acpi_state() 1513 RV770_SMC_STATETABLE *table) in cypress_populate_smc_voltage_table() 1524 RV770_SMC_STATETABLE *table) in cypress_populate_smc_voltage_tables() 1615 RV770_SMC_STATETABLE *table = &pi->smc_statetable; in cypress_init_smc_table() local
|
D | ni_dpm.c | 990 struct radeon_clock_voltage_dependency_table *table) in ni_patch_single_dependency_table_based_on_leakage() 1259 NISLANDS_SMC_STATETABLE *table) in ni_populate_smc_voltage_table() 1270 NISLANDS_SMC_STATETABLE *table) in ni_populate_smc_voltage_tables() 1300 struct atom_voltage_table *table, in ni_populate_voltage_value() 1683 NISLANDS_SMC_STATETABLE *table) in ni_populate_smc_initial_state() 1793 NISLANDS_SMC_STATETABLE *table) in ni_populate_smc_acpi_state() 1946 NISLANDS_SMC_STATETABLE *table = &ni_pi->smc_statetable; in ni_init_smc_table() local 2710 struct ni_mc_reg_table *table) in ni_set_mc_special_registers() 2820 static void ni_set_valid_flag(struct ni_mc_reg_table *table) in ni_set_valid_flag() 2834 static void ni_set_s0_mc_reg_index(struct ni_mc_reg_table *table) in ni_set_s0_mc_reg_index() [all …]
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_sysctl.c | 45 struct ctl_table *table; in xfrm_sysctl_init() local 74 struct ctl_table *table; in xfrm_sysctl_fini() local
|
/linux-4.4.14/arch/parisc/kernel/ |
D | unwind.c | 47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 72 struct unwind_table *table; in find_unwind_entry() local 94 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 141 struct unwind_table *table; in unwind_table_add() local 159 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | kv_dpm.c | 145 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_sclk_voltage_mapping_table() 167 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_vid_mapping_table() 807 struct amdgpu_clock_voltage_dependency_table *table = in kv_program_bootup_state() local 819 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local 909 struct amdgpu_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local 982 struct amdgpu_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local 1043 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_samu_table() local 1109 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_acp_table() local 1168 struct amdgpu_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local 1191 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local [all …]
|
D | cz_dpm.c | 71 struct amdgpu_clock_and_voltage_limits *table) in cz_construct_max_power_limits_table() 243 struct amdgpu_clock_voltage_dependency_table *table = in cz_parse_pplib_clock_info() local 509 struct amdgpu_clock_voltage_dependency_table *table = in cz_dpm_debugfs_print_current_performance_level() local 675 void **table) in cz_dpm_download_pptable_from_smu() 689 void *table = NULL; in cz_dpm_upload_pptable_to_smu() local 808 struct amdgpu_clock_voltage_dependency_table *table = in cz_init_sclk_limit() local 836 struct amdgpu_uvd_clock_voltage_dependency_table *table = in cz_init_uvd_limit() local 864 struct amdgpu_vce_clock_voltage_dependency_table *table = in cz_init_vce_limit() local 893 struct amdgpu_clock_voltage_dependency_table *table = in cz_init_acp_limit() local 1024 struct amdgpu_clock_voltage_dependency_table *table = in cz_get_sclk_level() local [all …]
|
D | ci_dpm.c | 1423 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_fps_limits() local 2320 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddc_table() 2343 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddci_table() 2366 SMU7_Discrete_DpmTable *table) in ci_populate_smc_mvdd_table() 2389 SMU7_Discrete_DpmTable *table) in ci_populate_smc_voltage_tables() 2727 SMU7_Discrete_DpmTable *table) in ci_populate_smc_link_level() 2749 SMU7_Discrete_DpmTable *table) in ci_populate_smc_uvd_level() 2792 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vce_level() 2825 SMU7_Discrete_DpmTable *table) in ci_populate_smc_acp_level() 2857 SMU7_Discrete_DpmTable *table) in ci_populate_smc_samu_level() [all …]
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_mocs.c | 35 const struct drm_i915_mocs_entry *table; member 142 struct drm_i915_mocs_table *table) in get_mocs_settings() 174 const struct drm_i915_mocs_table *table, in emit_mocs_control_table() 230 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 222 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_get() 257 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_put() 278 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle) in mthca_table_find() 321 int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_get_range() 344 void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_put_range() 361 struct mthca_icm_table *table; in mthca_alloc_icm_table() local 424 void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table) in mthca_free_icm_table()
|
/linux-4.4.14/drivers/rapidio/switches/ |
D | idtcps.c | 26 u16 table, u16 route_destid, u8 route_port) in idtcps_route_add_entry() 50 u16 table, u16 route_destid, u8 *route_port) in idtcps_route_get_entry() 73 u16 table) in idtcps_route_clr_table()
|
D | tsi568.c | 38 u16 table, u16 route_destid, u8 route_port) in tsi568_route_add_entry() 60 u16 table, u16 route_destid, u8 *route_port) in tsi568_route_get_entry() 87 u16 table) in tsi568_route_clr_table()
|
D | tsi57x.c | 47 u16 table, u16 route_destid, u8 route_port) in tsi57x_route_add_entry() 68 u16 table, u16 route_destid, u8 *route_port) in tsi57x_route_get_entry() 95 u16 table) in tsi57x_route_clr_table()
|
D | idt_gen2.c | 92 u16 table, u16 route_destid, u8 route_port) in idtg2_route_add_entry() 125 u16 table, u16 route_destid, u8 *route_port) in idtg2_route_get_entry() 157 u16 table) in idtg2_route_clr_table()
|
/linux-4.4.14/arch/x86/platform/sfi/ |
D | sfi.c | 52 static int __init sfi_parse_cpus(struct sfi_table_header *table) in sfi_parse_cpus() 75 static int __init sfi_parse_ioapic(struct sfi_table_header *table) in sfi_parse_ioapic()
|
/linux-4.4.14/drivers/parport/ |
D | procfs.c | 35 static int do_active_device(struct ctl_table *table, int write, in do_active_device() 72 static int do_autoprobe(struct ctl_table *table, int write, in do_autoprobe() 114 static int do_hardware_base_addr(struct ctl_table *table, int write, in do_hardware_base_addr() 142 static int do_hardware_irq(struct ctl_table *table, int write, in do_hardware_irq() 170 static int do_hardware_dma(struct ctl_table *table, int write, in do_hardware_dma() 198 static int do_hardware_modes(struct ctl_table *table, int write, in do_hardware_modes()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_timestamp.c | 45 struct ctl_table *table; in nf_conntrack_tstamp_init_sysctl() local 74 struct ctl_table *table; in nf_conntrack_tstamp_fini_sysctl() local
|
D | nf_tables_api.c | 96 struct nft_table *table, in nft_ctx_init() 155 static int nf_tables_register_hooks(const struct nft_table *table, in nf_tables_register_hooks() 166 static void nf_tables_unregister_hooks(const struct nft_table *table, in nf_tables_unregister_hooks() 368 struct nft_table *table; in nft_table_lookup() local 380 struct nft_table *table; in nf_tables_table_lookup() local 392 static inline u64 nf_tables_alloc_handle(struct nft_table *table) in nf_tables_alloc_handle() 444 int family, const struct nft_table *table) in nf_tables_fill_table_info() 508 const struct nft_table *table; in nf_tables_dump_tables() local 551 const struct nft_table *table; in nf_tables_gettable() local 592 struct nft_table *table) in nf_tables_table_enable() [all …]
|
D | nf_conntrack_acct.c | 67 struct ctl_table *table; in nf_conntrack_acct_init_sysctl() local 96 struct ctl_table *table; in nf_conntrack_acct_fini_sysctl() local
|
D | nf_tables_netdev.c | 160 struct net_device *dev, struct nft_table *table, in nft_netdev_event() 203 struct nft_table *table; in nf_tables_netdev_event() local
|
D | nf_conntrack_ecache.c | 267 struct ctl_table *table; in nf_conntrack_event_init_sysctl() local 296 struct ctl_table *table; in nf_conntrack_event_fini_sysctl() local
|
D | x_tables.c | 946 void xt_table_unlock(struct xt_table *table) in xt_table_unlock() 1020 xt_replace_table(struct xt_table *table, in xt_replace_table() 1089 struct xt_table *t, *table; in xt_register_table() local 1131 void *xt_unregister_table(struct xt_table *table) in xt_unregister_table() 1179 struct xt_table *table = list_entry(v, struct xt_table, list); in xt_table_seq_show() local 1418 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) in xt_hook_link() 1456 void xt_hook_unlink(const struct xt_table *table, struct nf_hook_ops *ops) in xt_hook_unlink()
|
D | nf_log.c | 396 static int nf_log_proc_dostring(struct ctl_table *table, int write, in nf_log_proc_dostring() 441 struct ctl_table *table; in netfilter_log_sysctl_init() local 483 struct ctl_table *table; in netfilter_log_sysctl_exit() local
|
D | nf_conntrack_proto.c | 42 struct ctl_table *table) in nf_ct_register_sysctl() 55 struct ctl_table **table, in nf_ct_unregister_sysctl()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_carveout_heap.c | 63 struct sg_table *table = buffer->priv_virt; in ion_carveout_heap_phys() local 77 struct sg_table *table; in ion_carveout_heap_allocate() local 112 struct sg_table *table = buffer->priv_virt; in ion_carveout_heap_free() local
|
D | ion_system_heap.c | 128 struct sg_table *table; in ion_system_heap_allocate() local 183 struct sg_table *table = buffer->sg_table; in ion_system_heap_free() local 332 struct sg_table *table; in ion_system_contig_heap_allocate() local 378 struct sg_table *table = buffer->priv_virt; in ion_system_contig_heap_free() local 393 struct sg_table *table = buffer->priv_virt; in ion_system_contig_heap_phys() local
|
D | ion_heap.c | 35 struct sg_table *table = buffer->sg_table; in ion_heap_map_kernel() local 74 struct sg_table *table = buffer->sg_table; in ion_heap_map_user() local 143 struct sg_table *table = buffer->sg_table; in ion_heap_buffer_zero() local
|
D | ion_chunk_heap.c | 43 struct sg_table *table; in ion_chunk_heap_allocate() local 98 struct sg_table *table = buffer->priv_virt; in ion_chunk_heap_free() local
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 115 int ovs_flow_tbl_count(const struct flow_table *table) in ovs_flow_tbl_count() 209 int ovs_flow_tbl_init(struct flow_table *table) in ovs_flow_tbl_init() 283 void ovs_flow_tbl_destroy(struct flow_table *table) in ovs_flow_tbl_destroy() 574 int ovs_flow_tbl_num_masks(const struct flow_table *table) in ovs_flow_tbl_num_masks() 610 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow) in ovs_flow_tbl_remove() 690 static void flow_key_insert(struct flow_table *table, struct sw_flow *flow) in flow_key_insert() 714 static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow) in flow_ufid_insert() 736 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert()
|
/linux-4.4.14/arch/frv/kernel/ |
D | sysctl.c | 49 static int procctl_frv_cachemode(struct ctl_table *table, int write, in procctl_frv_cachemode() 124 static int procctl_frv_pin_cxnr(struct ctl_table *table, int write, in procctl_frv_pin_cxnr()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 145 static int proc_lnet_stats(struct ctl_table *table, int write, in proc_lnet_stats() 152 static int proc_lnet_routes(struct ctl_table *table, int write, in proc_lnet_routes() 278 static int proc_lnet_routers(struct ctl_table *table, int write, in proc_lnet_routers() 413 static int proc_lnet_peers(struct ctl_table *table, int write, in proc_lnet_peers() 638 static int proc_lnet_buffers(struct ctl_table *table, int write, in proc_lnet_buffers() 645 static int proc_lnet_nis(struct ctl_table *table, int write, in proc_lnet_nis() 861 static int proc_lnet_portal_rotor(struct ctl_table *table, int write, in proc_lnet_portal_rotor()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgalloc.h | 64 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one() local 73 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one() local 103 unsigned long *table = crst_table_alloc(mm); in pgd_alloc() local
|
/linux-4.4.14/net/ |
D | sysctl_net.c | 42 struct ctl_table *table) in net_ctl_permissions() 108 const char *path, struct ctl_table *table) in register_net_sysctl()
|
/linux-4.4.14/arch/arc/kernel/ |
D | unwind.c | 159 struct unwind_table *table; in find_table() local 191 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table() 263 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr() 277 struct eh_frame_hdr_table_entry table[]; in init_unwind_hdr() member 378 struct unwind_table *table; in unwind_add_table() local 409 struct unwind_table *table; member 416 struct unwind_table *table = info->table, *prev; in unlink_table() local 441 struct unwind_table *table = handle; in unwind_remove_table() local 507 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde() 903 const struct unwind_table *table; in arc_unwind() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgalloc_64.h | 84 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() 94 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() local 102 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
|
D | agp.h | 13 #define free_gatt_pages(table, order) \ argument
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
D | sfi.c | 76 int __init sfi_parse_mtmr(struct sfi_table_header *table) in sfi_parse_mtmr() 148 int __init sfi_parse_mrtc(struct sfi_table_header *table) in sfi_parse_mrtc() 188 static int __init sfi_parse_gpio(struct sfi_table_header *table) in sfi_parse_gpio() 429 static int __init sfi_parse_devs(struct sfi_table_header *table) in sfi_parse_devs()
|
/linux-4.4.14/net/sunrpc/ |
D | sysctl.c | 61 static int proc_do_xprt(struct ctl_table *table, int write, in proc_do_xprt() 76 proc_dodebug(struct ctl_table *table, int write, in proc_dodebug()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ef10.c | 2896 efx_ef10_filter_entry_spec(const struct efx_ef10_filter_table *table, in efx_ef10_filter_entry_spec() 2904 efx_ef10_filter_entry_flags(const struct efx_ef10_filter_table *table, in efx_ef10_filter_entry_flags() 2911 efx_ef10_filter_set_entry(struct efx_ef10_filter_table *table, in efx_ef10_filter_set_entry() 3015 static int efx_ef10_filter_rx_match_pri(struct efx_ef10_filter_table *table, in efx_ef10_filter_rx_match_pri() 3033 struct efx_ef10_filter_table *table = efx->filter_state; in efx_ef10_filter_insert() local 3263 struct efx_ef10_filter_table *table = efx->filter_state; in efx_ef10_filter_remove_internal() local 3382 struct efx_ef10_filter_table *table = efx->filter_state; in efx_ef10_filter_get_safe() local 3423 struct efx_ef10_filter_table *table = efx->filter_state; in efx_ef10_filter_count_rx_used() local 3440 struct efx_ef10_filter_table *table = efx->filter_state; in efx_ef10_filter_get_rx_id_limit() local 3449 struct efx_ef10_filter_table *table = efx->filter_state; in efx_ef10_filter_get_rx_ids() local [all …]
|
D | farch.c | 1901 struct efx_farch_filter_table table[EFX_FARCH_FILTER_TABLE_COUNT]; member 1955 struct efx_farch_filter_table *table; in efx_farch_filter_push_rx_config() local 2029 struct efx_farch_filter_table *table; in efx_farch_filter_push_tx_limits() local 2410 struct efx_farch_filter_table *table; in efx_farch_filter_insert() local 2559 struct efx_farch_filter_table *table, in efx_farch_filter_table_clear_entry() 2589 struct efx_farch_filter_table *table, in efx_farch_filter_remove() 2615 struct efx_farch_filter_table *table; in efx_farch_filter_remove_safe() local 2643 struct efx_farch_filter_table *table; in efx_farch_filter_get_safe() local 2679 struct efx_farch_filter_table *table = &state->table[table_id]; in efx_farch_filter_table_clear() local 2708 struct efx_farch_filter_table *table; in efx_farch_filter_count_rx_used() local [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 255 struct dm_table *table; in __hash_remove() local 373 struct dm_table *table; in dm_hash_rename() local 648 struct dm_table *table = NULL; in dm_get_inactive_table() local 683 struct dm_table *table; in __dev_status() local 1099 static void retrieve_status(struct dm_table *table, in retrieve_status() 1177 struct dm_table *table; in dev_wait() local 1232 static int populate_table(struct dm_table *table, in populate_table() 1393 static void retrieve_deps(struct dm_table *table, in retrieve_deps() 1433 struct dm_table *table; in table_deps() local 1459 struct dm_table *table; in table_status() local [all …]
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_dma.c | 29 unsigned long *table, *entry; in dma_alloc_cpu_table() local 40 static void dma_free_cpu_table(void *table) in dma_free_cpu_table() 47 unsigned long *table, *entry; in dma_alloc_page_table() local 58 static void dma_free_page_table(void *table) in dma_free_page_table() 206 void dma_cleanup_tables(unsigned long *table) in dma_cleanup_tables()
|
/linux-4.4.14/net/ax25/ |
D | sysctl_net_ax25.c | 155 struct ctl_table *table; in ax25_register_dev_sysctl() local 176 struct ctl_table *table; in ax25_unregister_dev_sysctl() local
|
/linux-4.4.14/arch/arm64/kvm/ |
D | sys_regs.c | 922 struct kvm_sys_reg_target_table *table) in kvm_register_target_sys_reg_table() 932 struct kvm_sys_reg_target_table *table; in get_target_table() local 945 const struct sys_reg_desc table[], in find_reg() 987 const struct sys_reg_desc *table, in emulate_cp() 1172 const struct sys_reg_desc *table, *r; in emulate_sys_reg() local 1206 const struct sys_reg_desc *table, size_t num) in reset_sys_reg_descs() 1284 const struct sys_reg_desc *table, *r; in index_to_sys_reg_desc() local 1684 static int check_sysreg_table(const struct sys_reg_desc *table, unsigned int n) in check_sysreg_table() 1744 const struct sys_reg_desc *table; in kvm_reset_sys_regs() local
|
/linux-4.4.14/net/irda/ |
D | irsysctl.c | 76 static int do_devname(struct ctl_table *table, int write, in do_devname() 93 static int do_discovery(struct ctl_table *table, int write, in do_discovery()
|
/linux-4.4.14/drivers/base/power/opp/ |
D | cpu.c | 53 struct cpufreq_frequency_table **table) in dev_pm_opp_init_cpufreq_table() 111 struct cpufreq_frequency_table **table) in dev_pm_opp_free_cpufreq_table()
|
/linux-4.4.14/arch/arm/kvm/ |
D | coproc.c | 387 void kvm_register_target_coproc_table(struct kvm_coproc_target_table *table) in kvm_register_target_coproc_table() 401 struct kvm_coproc_target_table *table; in get_target_table() local 409 const struct coproc_reg table[], in find_reg() 437 const struct coproc_reg *table, *r; in emulate_cp15() local 491 const struct coproc_reg *table, size_t num) in reset_coproc_regs() 575 const struct coproc_reg *table, *r; in index_to_coproc_reg() local 1248 const struct coproc_reg *table; in kvm_reset_coprocs() local
|
/linux-4.4.14/lib/ |
D | scatterlist.c | 205 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() 250 void sg_free_table(struct sg_table *table) in sg_free_table() 275 int __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() 359 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_64.c | 425 void page_table_free(struct mm_struct *mm, unsigned long *table, int kernel) in page_table_free() 436 static void page_table_free_rcu(void *table) in page_table_free_rcu() 445 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 456 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 468 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb()
|
/linux-4.4.14/drivers/sfi/ |
D | sfi_acpi.c | 142 static void sfi_acpi_put_table(struct acpi_table_header *table) in sfi_acpi_put_table() 155 struct acpi_table_header *table = NULL; in sfi_acpi_table_parse() local
|
D | sfi_core.c | 77 #define TABLE_ON_PAGE(page, table, size) (ON_SAME_PAGE(page, table) && \ argument 133 static int sfi_verify_table(struct sfi_table_header *table) in sfi_verify_table() 283 struct sfi_table_header *table = NULL; in sfi_table_parse() local
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 185 static struct dn_zone *dn_new_zone(struct dn_hash *table, int z) in dn_new_zone() 464 struct dn_hash *table = (struct dn_hash *)tb->data; in dn_fib_table_dump() local 529 struct dn_hash *table = (struct dn_hash *)tb->data; in dn_fib_table_insert() local 666 struct dn_hash *table = (struct dn_hash*)tb->data; in dn_fib_table_delete() local 745 static inline int dn_flush_list(struct dn_fib_node **fp, int z, struct dn_hash *table) in dn_flush_list() 770 struct dn_hash *table = (struct dn_hash *)tb->data; in dn_fib_table_flush() local
|
D | sysctl_net_decnet.c | 135 static int dn_node_address_handler(struct ctl_table *table, int write, in dn_node_address_handler() 186 static int dn_def_dev_handler(struct ctl_table *table, int write, in dn_def_dev_handler()
|
/linux-4.4.14/security/selinux/ss/ |
D | symtab.h | 15 struct hashtab *table; /* hash table (keyed on a string) */ member
|
/linux-4.4.14/drivers/usb/gadget/ |
D | usbstring.c | 40 usb_gadget_get_string (struct usb_gadget_strings *table, int id, u8 *buf) in usb_gadget_get_string()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | dcr-low.S | 16 #define DCR_ACCESS_PROLOG(table) \ argument
|
/linux-4.4.14/security/apparmor/include/ |
D | domain.h | 23 char **table; member
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_elf_loader.c | 217 struct resource_table *table = NULL; local 292 struct resource_table *table = NULL; local
|
D | ste_modem_rproc.c | 53 struct ste_toc_entry table[SPROC_MAX_TOC_ENTRIES]; member 89 struct resource_table *table; in sproc_find_rsc_table() local
|
/linux-4.4.14/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c | 40 const struct clk_div_table *table; member 109 struct clk_div_table *table; in hi6220_register_clkdiv() local
|
/linux-4.4.14/arch/arm/include/asm/ |
D | kvm_coproc.h | 26 const struct coproc_reg *table; member
|
/linux-4.4.14/drivers/char/agp/ |
D | sgi-agp.c | 135 u64 *table; in sgi_tioca_insert_memory() local 205 u64 *table; in sgi_tioca_remove_memory() local
|
D | uninorth-agp.c | 370 char *table; in uninorth_create_gatt_table() local 449 char *table, *table_end; in uninorth_free_gatt_table() local
|
/linux-4.4.14/arch/mips/math-emu/ |
D | dp_sqrt.c | 24 static const unsigned table[] = { variable
|
/linux-4.4.14/fs/ |
D | file_table.c | 79 int proc_nr_files(struct ctl_table *table, int write, in proc_nr_files() 86 int proc_nr_files(struct ctl_table *table, int write, in proc_nr_files()
|
D | drop_caches.c | 42 int drop_caches_sysctl_handler(struct ctl_table *table, int write, in drop_caches_sysctl_handler()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | agp.h | 15 #define free_gatt_pages(table, order) \ argument
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | agp.h | 17 #define free_gatt_pages(table, order) \ argument
|
/linux-4.4.14/drivers/mmc/core/ |
D | quirks.c | 54 void mmc_fixup_device(struct mmc_card *card, const struct mmc_fixup *table) in mmc_fixup_device()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | agp.h | 23 #define free_gatt_pages(table, order) \ argument
|
/linux-4.4.14/arch/x86/include/asm/ |
D | agp.h | 28 #define free_gatt_pages(table, order) \ argument
|
/linux-4.4.14/drivers/thermal/ |
D | rockchip_thermal.c | 111 struct chip_tsadc_table table; member 248 static u32 rk_tsadcv2_temp_to_code(struct chip_tsadc_table table, in rk_tsadcv2_temp_to_code() 273 static int rk_tsadcv2_code_to_temp(struct chip_tsadc_table table, u32 code, in rk_tsadcv2_code_to_temp() 392 static int rk_tsadcv2_get_temp(struct chip_tsadc_table table, in rk_tsadcv2_get_temp() 402 static void rk_tsadcv2_tshut_temp(struct chip_tsadc_table table, in rk_tsadcv2_tshut_temp()
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 848 struct fib6_table *table, in ip6_pol_route_lookup() 914 struct fib6_table *table; in __ip6_ins_rt() local 1004 struct fib6_table *table = rt->rt6i_table; in rt6_make_pcpu_route() local 1040 static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif, in ip6_pol_route() 1133 static struct rt6_info *ip6_pol_route_input(struct net *net, struct fib6_table *table, in ip6_pol_route_input() 1171 static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table, in ip6_pol_route_output() 1423 struct fib6_table *table, in __ip6_route_redirect() 1757 struct fib6_table *table; in ip6_route_info_create() local 2029 struct fib6_table *table; in __ip6_del_rt() local 2058 struct fib6_table *table; in ip6_route_del() local [all …]
|
D | xfrm6_policy.c | 330 struct ctl_table *table; in xfrm6_net_sysctl_init() local 358 struct ctl_table *table; in xfrm6_net_sysctl_exit() local
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | checkers-thumb.c | 29 static const union decode_item table[] = { in t32_check_stack() local
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | kvm_coproc.h | 29 const struct sys_reg_desc *table; member
|
/linux-4.4.14/security/apparmor/ |
D | match.c | 39 struct table_header *table = NULL; in unpack_table() local 208 struct table_header *table = NULL; in aa_dfa_unpack() local
|
/linux-4.4.14/drivers/watchdog/ |
D | max63xx_wdt.c | 102 max63xx_select_timeout(struct max63xx_timeout *table, int value) in max63xx_select_timeout() 205 struct max63xx_timeout *table; in max63xx_wdt_probe() local
|
/linux-4.4.14/security/ |
D | min_addr.c | 31 int mmap_min_addr_handler(struct ctl_table *table, int write, in mmap_min_addr_handler()
|
/linux-4.4.14/drivers/acpi/ |
D | numa.c | 220 static int __init acpi_parse_slit(struct acpi_table_header *table) in acpi_parse_slit() 298 static int __init acpi_parse_srat(struct acpi_table_header *table) in acpi_parse_srat()
|
D | custom_method.c | 29 struct acpi_table_header table; in cm_write() local
|
D | tables.c | 388 struct acpi_table_header *table = NULL; in acpi_table_parse() local 417 struct acpi_table_header *table = NULL; in check_multiple_madt() local
|
/linux-4.4.14/fs/nls/ |
D | nls_koi8-ru.c | 54 static struct nls_table table = { variable
|
D | nls_utf8.c | 43 static struct nls_table table = { variable
|
D | nls_iso8859-1.c | 236 static struct nls_table table = { variable
|
D | nls_ascii.c | 145 static struct nls_table table = { variable
|
D | nls_iso8859-6.c | 242 static struct nls_table table = { variable
|
D | nls_iso8859-9.c | 251 static struct nls_table table = { variable
|
D | nls_iso8859-13.c | 264 static struct nls_table table = { variable
|
D | nls_cp874.c | 252 static struct nls_table table = { variable
|
D | nls_iso8859-3.c | 287 static struct nls_table table = { variable
|
D | nls_iso8859-15.c | 286 static struct nls_table table = { variable
|
D | nls_iso8859-5.c | 251 static struct nls_table table = { variable
|
D | nls_iso8859-14.c | 320 static struct nls_table table = { variable
|
D | nls_iso8859-2.c | 287 static struct nls_table table = { variable
|
D | nls_iso8859-4.c | 287 static struct nls_table table = { variable
|
D | nls_cp857.c | 280 static struct nls_table table = { variable
|
D | nls_cp1251.c | 280 static struct nls_table table = { variable
|
D | nls_cp852.c | 316 static struct nls_table table = { variable
|
D | nls_cp855.c | 278 static struct nls_table table = { variable
|
D | nls_cp850.c | 294 static struct nls_table table = { variable
|
D | nls_iso8859-7.c | 296 static struct nls_table table = { variable
|
D | nls_cp869.c | 294 static struct nls_table table = { variable
|
D | nls_cp1250.c | 326 static struct nls_table table = { variable
|
D | nls_cp775.c | 298 static struct nls_table table = { variable
|
D | nls_cp737.c | 329 static struct nls_table table = { variable
|
D | nls_koi8-u.c | 309 static struct nls_table table = { variable
|
D | nls_cp866.c | 284 static struct nls_table table = { variable
|
D | nls_koi8-r.c | 302 static struct nls_table table = { variable
|
D | nls_cp1255.c | 361 static struct nls_table table = { variable
|
D | mac-greek.c | 475 static struct nls_table table = { variable
|
D | nls_cp860.c | 343 static struct nls_table table = { variable
|
D | nls_cp864.c | 386 static struct nls_table table = { variable
|
D | mac-cyrillic.c | 475 static struct nls_table table = { variable
|
D | mac-centeuro.c | 510 static struct nls_table table = { variable
|
D | nls_cp861.c | 366 static struct nls_table table = { variable
|
D | nls_cp437.c | 366 static struct nls_table table = { variable
|
D | mac-inuit.c | 510 static struct nls_table table = { variable
|
D | nls_cp865.c | 366 static struct nls_table table = { variable
|
D | nls_cp863.c | 360 static struct nls_table table = { variable
|
D | mac-gaelic.c | 545 static struct nls_table table = { variable
|
D | nls_cp862.c | 400 static struct nls_table table = { variable
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | spu.c | 207 struct table {char* name; unsigned long addr; unsigned long size;}; in setup_areas() argument
|
/linux-4.4.14/fs/squashfs/ |
D | fragment.c | 77 __le64 *table; in squashfs_read_fragment_index_table() local
|
D | id.c | 72 __le64 *table; in squashfs_read_id_index_table() local
|
/linux-4.4.14/include/crypto/ |
D | lrw.h | 17 struct gf128mul_64k *table; member
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_prime.c | 50 struct sg_table *table) in virtgpu_gem_prime_import_sg_table()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_prime.c | 50 struct sg_table *table) in qxl_gem_prime_import_sg_table()
|
/linux-4.4.14/drivers/rapidio/ |
D | rio.c | 1185 u16 table, u16 route_destid, u8 route_port) in rio_std_route_add_entry() 1213 u16 table, u16 route_destid, u8 *route_port) in rio_std_route_get_entry() 1239 u16 table) in rio_std_route_clr_table() 1373 u16 table, u16 route_destid, u8 route_port, int lock) in rio_route_add_entry() 1425 int rio_route_get_entry(struct rio_dev *rdev, u16 table, in rio_route_get_entry() 1474 int rio_route_clr_table(struct rio_dev *rdev, u16 table, int lock) in rio_route_clr_table()
|
/linux-4.4.14/include/drm/ |
D | drm_hashtab.h | 48 struct hlist_head *table; member
|
/linux-4.4.14/net/sctp/ |
D | sysctl.c | 462 struct ctl_table *table; in sctp_sysctl_net_register() local 482 struct ctl_table *table; in sctp_sysctl_net_unregister() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-apple.c | 168 const struct apple_key_translation *table, u16 from) in apple_find_translation() 184 const struct apple_key_translation *trans, *table; in hidinput_apple_event() local
|
/linux-4.4.14/fs/udf/ |
D | balloc.c | 347 struct inode *table, in udf_table_free_blocks() 576 struct inode *table, uint16_t partition, in udf_table_prealloc_blocks() 637 struct inode *table, uint16_t partition, in udf_table_new_block()
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 834 struct ctl_table *table; in mpls_dev_sysctl_register() local 863 struct ctl_table *table; in mpls_dev_sysctl_unregister() local 964 u8 table, const void *addr, int alen) in nla_put_via() 1489 static int mpls_platform_labels(struct ctl_table *table, int write, in mpls_platform_labels() 1525 struct ctl_table *table; in mpls_net_init() local 1548 struct ctl_table *table; in mpls_net_exit() local
|
/linux-4.4.14/net/phonet/ |
D | sysctl.c | 64 static int proc_local_port_range(struct ctl_table *table, int write, in proc_local_port_range()
|
/linux-4.4.14/drivers/scsi/ |
D | nsp32_debug.c | 65 const char **table = commands[ group(opcode) ]; in print_opcodek() local
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 190 ip_vs_create_timeout_table(int *table, int size) in ip_vs_create_timeout_table() 200 ip_vs_set_state_timeout(int *table, int num, const char *const *names, in ip_vs_set_state_timeout()
|