| /kernel/linux/linux-6.6/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-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-6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| D | devlink.c | 34 mlx5_sf_lookup_by_index(struct mlx5_sf_table *table, unsigned int port_index) in mlx5_sf_lookup_by_index() 40 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id() 52 static int mlx5_sf_id_insert(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_id_insert() 57 static void mlx5_sf_id_erase(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_id_erase() 63 mlx5_sf_alloc(struct mlx5_sf_table *table, struct mlx5_eswitch *esw, in mlx5_sf_alloc() 112 static void mlx5_sf_free(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_free() 122 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_table_try_get() local 130 static void mlx5_sf_table_put(struct mlx5_sf_table *table) in mlx5_sf_table_put() 175 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_fn_state_get() local 234 static int mlx5_sf_state_set(struct mlx5_core_dev *dev, struct mlx5_sf_table *table, in mlx5_sf_state_set() [all …]
|
| D | hw_table.c | 61 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc() 74 static int mlx5_sf_hw_table_id_alloc(struct mlx5_sf_hw_table *table, u32 controller, in mlx5_sf_hw_table_id_alloc() 103 static void mlx5_sf_hw_table_id_free(struct mlx5_sf_hw_table *table, u32 controller, int id) in mlx5_sf_hw_table_id_free() 114 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_alloc() local 162 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_free() local 183 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_deferred_free() local 219 static void mlx5_sf_hw_table_dealloc_all(struct mlx5_sf_hw_table *table) in mlx5_sf_hw_table_dealloc_all() 275 struct mlx5_sf_hw_table *table; in mlx5_sf_hw_table_init() local 332 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_cleanup() local 347 struct mlx5_sf_hw_table *table = container_of(nb, struct mlx5_sf_hw_table, vhca_nb); in mlx5_sf_hw_vhca_event() 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-6.6/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/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() 275 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 306 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 338 u64 *table; in base_pgt_alloc() local 346 static void base_pgt_free(unsigned long table) in base_pgt_free() 353 unsigned long table; in base_crst_alloc() local 361 static void base_crst_free(unsigned long table) in base_crst_free() [all …]
|
| /kernel/linux/linux-6.6/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() 106 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length() 142 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer() 192 struct acpi_table_header *table; in ap_dump_all_tables() local 251 struct acpi_table_header *table; in ap_dump_table_by_address() local 296 struct acpi_table_header *table; in ap_dump_table_by_name() local 367 struct acpi_table_header *table; in ap_dump_table_from_file() local
|
| /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-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-6.6/drivers/clk/ |
| D | clk-divider.c | 45 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() 57 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 68 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 80 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 91 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 105 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 116 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 132 const struct clk_div_table *table, in divider_recalc_rate() 162 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 173 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
| /kernel/linux/linux-6.6/arch/s390/mm/ |
| D | pgalloc.c | 54 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 146 u64 *table; in page_table_alloc_pgste() local 247 unsigned long *table; in page_table_alloc() local 311 static void page_table_release_check(struct page *page, void *table, in page_table_release_check() 335 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() 381 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 424 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 476 unsigned long *table; in base_pgt_alloc() local 484 static void base_pgt_free(unsigned long *table) in base_pgt_free() 491 unsigned long *table; in base_crst_alloc() local [all …]
|
| /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-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-6.6/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() 328 static int efx_mcdi_filter_pri(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_pri() 348 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_insert_locked() local 581 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_internal() local 654 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_old() local 688 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_remove_safe() local 706 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_unsafe() local 723 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_safe() local [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-6.6/kernel/ |
| D | sysctl.c | 208 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 226 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 259 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 471 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 544 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 555 struct ctl_table *table, in do_proc_douintvec_w() 642 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 678 int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() 705 int proc_dobool(struct ctl_table *table, int write, void *buffer, in proc_dobool() 742 int proc_dointvec(struct ctl_table *table, int write, void *buffer, in proc_dointvec() [all …]
|
| /kernel/linux/linux-6.6/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-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-6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
| D | dev.c | 35 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_allocated() local 85 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_add() local 150 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_del() local 159 struct mlx5_sf_dev_table *table = container_of(nb, struct mlx5_sf_dev_table, nb); in mlx5_sf_dev_state_change_handler() local 203 static int mlx5_sf_dev_vhca_arm_all(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_vhca_arm_all() 226 struct mlx5_sf_dev_table *table = container_of(work, struct mlx5_sf_dev_table, work); in mlx5_sf_dev_add_active_work() local 272 static int mlx5_sf_dev_queue_active_work(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_queue_active_work() 288 static void mlx5_sf_dev_destroy_active_work(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_destroy_active_work() 298 struct mlx5_sf_dev_table *table; in mlx5_sf_dev_table_create() local 350 static void mlx5_sf_dev_destroy_all(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_destroy_all() [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | sysctl.c | 200 static int bpf_stats_handler(struct ctl_table *table, int write, in bpf_stats_handler() 235 static int bpf_unpriv_handler(struct ctl_table *table, int write, in bpf_unpriv_handler() 327 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 345 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 378 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 590 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 663 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 674 struct ctl_table *table, in do_proc_douintvec_w() 761 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 797 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | rl.c | 112 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry() 162 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local 177 static int mlx5_rl_table_get(struct mlx5_rl_table *table) in mlx5_rl_table_get() 203 static void mlx5_rl_table_put(struct mlx5_rl_table *table) in mlx5_rl_table_put() 213 static void mlx5_rl_table_free(struct mlx5_core_dev *dev, struct mlx5_rl_table *table) in mlx5_rl_table_free() 243 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate_raw() local 304 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate_raw() local 336 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local 367 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local 391 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
|
| /kernel/linux/linux-6.6/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/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()
|