| /kernel/linux/linux-5.10/drivers/net/wireguard/ |
| D | peerlookup.c | 10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket() 24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local 35 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table, in wg_pubkey_hashtable_add() 44 void wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, in wg_pubkey_hashtable_remove() 54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, in wg_pubkey_hashtable_lookup() 73 static struct hlist_head *index_bucket(struct index_hashtable *table, in index_bucket() 85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_index_hashtable_alloc() local 119 __le32 wg_index_hashtable_insert(struct index_hashtable *table, in wg_index_hashtable_insert() 166 bool wg_index_hashtable_replace(struct index_hashtable *table, in wg_index_hashtable_replace() 192 void wg_index_hashtable_remove(struct index_hashtable *table, in wg_index_hashtable_remove() [all …]
|
| /kernel/linux/linux-4.19/arch/s390/mm/ |
| D | pgalloc.c | 66 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 94 unsigned long *table, *pgd; in crst_table_upgrade() local 172 u64 *table; in page_table_alloc_pgste() local 195 unsigned long *table; in page_table_alloc() local 249 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() 276 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 307 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 335 static void tlb_remove_table_one(void *table) in tlb_remove_table_one() 371 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 400 u64 *table; in base_pgt_alloc() local [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-divider.c | 44 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() 56 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 79 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 90 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 104 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 115 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 131 const struct clk_div_table *table, in divider_recalc_rate() 161 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 172 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
| /kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/ |
| D | apdump.c | 30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() 68 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum() 104 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length() 140 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer() 190 struct acpi_table_header *table; in ap_dump_all_tables() local 249 struct acpi_table_header *table; in ap_dump_table_by_address() local 294 struct acpi_table_header *table; in ap_dump_table_by_name() local 365 struct acpi_table_header *table; in ap_dump_table_from_file() local
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-5.10/arch/s390/mm/ |
| D | pgalloc.c | 64 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 169 u64 *table; in page_table_alloc_pgste() local 192 unsigned long *table; in page_table_alloc() local 246 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() 273 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 304 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 336 u64 *table; in base_pgt_alloc() local 344 static void base_pgt_free(unsigned long table) in base_pgt_free() 351 unsigned long table; in base_crst_alloc() local 359 static void base_crst_free(unsigned long table) in base_crst_free() [all …]
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| D | pids.c | 16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() 20 void delete_obj_refs_table(struct obj_refs_table *table) {} in delete_obj_refs_table() 21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain() 22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() 28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref() 90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() 165 void delete_obj_refs_table(struct obj_refs_table *table) in delete_obj_refs_table() 178 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, in emit_obj_refs_json() 208 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) in emit_obj_refs_plain()
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | sch_gred.c | 61 static inline int gred_wred_mode(struct gred_sched *table) in gred_wred_mode() 66 static inline void gred_enable_wred_mode(struct gred_sched *table) in gred_enable_wred_mode() 71 static inline void gred_disable_wred_mode(struct gred_sched *table) in gred_disable_wred_mode() 76 static inline int gred_rio_mode(struct gred_sched *table) in gred_rio_mode() 81 static inline void gred_enable_rio_mode(struct gred_sched *table) in gred_enable_rio_mode() 86 static inline void gred_disable_rio_mode(struct gred_sched *table) in gred_disable_rio_mode() 93 struct gred_sched *table = qdisc_priv(sch); in gred_wred_mode_check() local 112 static inline unsigned int gred_backlog(struct gred_sched *table, in gred_backlog() 127 static inline void gred_load_wred_set(const struct gred_sched *table, in gred_load_wred_set() 134 static inline void gred_store_wred_set(struct gred_sched *table, in gred_store_wred_set() [all …]
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | mcdi_filters.c | 27 efx_mcdi_filter_entry_spec(const struct efx_mcdi_filter_table *table, in efx_mcdi_filter_entry_spec() 35 efx_mcdi_filter_entry_flags(const struct efx_mcdi_filter_table *table, in efx_mcdi_filter_entry_flags() 84 efx_mcdi_filter_set_entry(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_set_entry() 325 static int efx_mcdi_filter_pri(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_pri() 345 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_insert_locked() local 577 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_internal() local 650 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_old() local 684 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_remove_safe() local 702 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_unsafe() local 719 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_safe() local [all …]
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/liteos_m/kal/posix/src/ |
| D | poll.c | 47 STATIC INLINE VOID SetAddPollWaitFlag(struct PollTable *table, BOOL addQueueFlag) in SetAddPollWaitFlag() 52 STATIC VOID DestroyPollWait(struct PollTable *table) in DestroyPollWait() 67 STATIC VOID AddPollWaitQueue(struct PollWaitQueue *waitQueue, struct PollTable *table) in AddPollWaitQueue() 82 STATIC INT32 WaitSemTime(struct PollTable *table, UINT32 timeout) in WaitSemTime() 91 STATIC INT32 QueryFds(struct pollfd *fds, nfds_t nfds, struct PollTable *table) in QueryFds() 146 VOID PollWait(struct PollWaitQueue *waitQueue, struct PollTable *table) in PollWait() 157 STATIC INLINE INT32 PollTimedWait(struct pollfd *fds, nfds_t nfds, struct PollTable *table, INT32 t… in PollTimedWait() 202 struct PollTable table = {0}; in poll() local
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | planetcore.c | 26 void planetcore_prepare_table(char *table) in planetcore_prepare_table() 38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() 52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() 62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex() 79 void planetcore_set_mac_addrs(const char *table) in planetcore_set_mac_addrs() 104 void planetcore_set_stdout_path(const char *table) in planetcore_set_stdout_path()
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | sysctl.c | 206 static int bpf_stats_handler(struct ctl_table *table, int write, in bpf_stats_handler() 241 static int bpf_unpriv_handler(struct ctl_table *table, int write, in bpf_unpriv_handler() 333 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 351 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 384 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 596 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 669 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 680 struct ctl_table *table, in do_proc_douintvec_w() 767 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 803 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() [all …]
|
| D | sysctl-test.c | 119 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero() local 153 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set() local 188 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive() local 219 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_negative() local 248 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_positive() local 278 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_negative() local 310 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_less_int_min() local 348 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_greater_int_max() local
|
| /kernel/linux/linux-4.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() 395 const struct clk_div_table *table = NULL; in _get_div_table_from_setup() local 451 const struct clk_div_table *table; in ti_clk_register_divider() local [all …]
|
| /kernel/linux/linux-4.19/kernel/ |
| D | sysctl.c | 233 static int sysrq_sysctl_handler(struct ctl_table *table, int write, in sysrq_sysctl_handler() 1992 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 2010 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 2043 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 2222 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 2304 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 2315 struct ctl_table *table, in do_proc_douintvec_w() 2407 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 2443 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() 2467 int proc_dointvec(struct ctl_table *table, int write, in proc_dointvec() [all …]
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | freq_table.c | 19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local 33 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo() 70 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() 131 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_index_unsorted() local 214 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local 237 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 301 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
|
| /kernel/linux/linux-5.10/ipc/ |
| D | ipc_sysctl.c | 17 static void *get_ipc(struct ctl_table *table) in get_ipc() 26 static int proc_ipc_dointvec(struct ctl_table *table, int write, in proc_ipc_dointvec() 37 static int proc_ipc_dointvec_minmax(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax() 48 static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax_orphans() 61 static int proc_ipc_doulongvec_minmax(struct ctl_table *table, int write, in proc_ipc_doulongvec_minmax() 72 static int proc_ipc_auto_msgmni(struct ctl_table *table, int write, in proc_ipc_auto_msgmni() 87 static int proc_ipc_sem_dointvec(struct ctl_table *table, int write, in proc_ipc_sem_dointvec()
|
| /kernel/linux/linux-5.10/net/core/ |
| D | sysctl_net_core.c | 49 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 119 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 194 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 216 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 235 static int proc_do_dev_weight(struct ctl_table *table, int write, in proc_do_dev_weight() 250 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key() 263 static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable() 290 proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted() 301 proc_dolongvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dolongvec_minmax_bpf_restricted()
|
| /kernel/linux/linux-4.19/net/core/ |
| D | sysctl_net_core.c | 40 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 110 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 189 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 212 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 231 static int proc_do_dev_weight(struct ctl_table *table, int write, in proc_do_dev_weight() 246 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key() 259 static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable() 286 proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted() 298 proc_dolongvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dolongvec_minmax_bpf_restricted()
|
| /kernel/linux/linux-4.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()
|