Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/linux/drivers/net/wireguard/
H A Dpeerlookup.c10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket() argument
24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local
35 wg_pubkey_hashtable_add(struct pubkey_hashtable * table,struct wg_peer * peer) wg_pubkey_hashtable_add() argument
44 wg_pubkey_hashtable_remove(struct pubkey_hashtable * table,struct wg_peer * peer) wg_pubkey_hashtable_remove() argument
54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable * table,const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) wg_pubkey_hashtable_lookup() argument
73 index_bucket(struct index_hashtable * table,const __le32 index) index_bucket() argument
85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); wg_index_hashtable_alloc() local
119 wg_index_hashtable_insert(struct index_hashtable * table,struct index_hashtable_entry * entry) wg_index_hashtable_insert() argument
166 wg_index_hashtable_replace(struct index_hashtable * table,struct index_hashtable_entry * old,struct index_hashtable_entry * new) wg_index_hashtable_replace() argument
192 wg_index_hashtable_remove(struct index_hashtable * table,struct index_hashtable_entry * entry) wg_index_hashtable_remove() argument
202 wg_index_hashtable_lookup(struct index_hashtable * table,const enum index_hashtable_type type_mask,const __le32 index,struct wg_peer ** peer) wg_index_hashtable_lookup() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c40 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id() argument
45 static int mlx5_sf_function_id_insert(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_function_id_insert() argument
50 static void mlx5_sf_function_id_erase(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_function_id_erase() argument
56 mlx5_sf_alloc(struct mlx5_sf_table *table, struct mlx5_eswitch *esw, in mlx5_sf_alloc() argument
105 mlx5_sf_free(struct mlx5_sf_table * table,struct mlx5_sf * sf) mlx5_sf_free() argument
151 struct mlx5_sf_table *table = dev->priv.sf_table; mlx5_devlink_sf_port_fn_state_get() local
206 mlx5_sf_state_set(struct mlx5_core_dev * dev,struct mlx5_sf_table * table,struct mlx5_sf * sf,enum devlink_port_fn_state state,struct netlink_ext_ack * extack) mlx5_sf_state_set() argument
232 struct mlx5_sf_table *table = dev->priv.sf_table; mlx5_devlink_sf_port_fn_state_set() local
238 mlx5_sf_add(struct mlx5_core_dev * dev,struct mlx5_sf_table * table,const struct devlink_port_new_attrs * new_attr,struct netlink_ext_ack * extack,struct devlink_port ** dl_port) mlx5_sf_add() argument
307 struct mlx5_sf_table *table = dev->priv.sf_table; mlx5_devlink_sf_port_new() local
328 mlx5_sf_dealloc(struct mlx5_sf_table * table,struct mlx5_sf * sf) mlx5_sf_dealloc() argument
357 mlx5_sf_del(struct mlx5_sf_table * table,struct mlx5_sf * sf) mlx5_sf_del() argument
370 struct mlx5_sf_table *table = dev->priv.sf_table; mlx5_devlink_sf_port_del() local
394 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, vhca_nb); mlx5_sf_vhca_event() local
417 mlx5_sf_del_all(struct mlx5_sf_table * table) mlx5_sf_del_all() argument
428 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, esw_nb); mlx5_sf_esw_event() local
444 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, mdev_nb); mlx5_sf_mdev_event() local
469 struct mlx5_sf_table *table; mlx5_sf_table_init() local
509 struct mlx5_sf_table *table = dev->priv.sf_table; mlx5_sf_table_cleanup() local
[all...]
/linux/net/sched/
H A Dsch_gred.c62 static inline int gred_wred_mode(struct gred_sched *table) in gred_wred_mode() argument
67 static inline void gred_enable_wred_mode(struct gred_sched *table) in gred_enable_wred_mode() argument
72 static inline void gred_disable_wred_mode(struct gred_sched *table) in gred_disable_wred_mode() argument
77 static inline int gred_rio_mode(struct gred_sched *table) in gred_rio_mode() argument
82 static inline void gred_enable_rio_mode(struct gred_sched *table) in gred_enable_rio_mode() argument
87 gred_disable_rio_mode(struct gred_sched * table) gred_disable_rio_mode() argument
94 struct gred_sched *table = qdisc_priv(sch); gred_wred_mode_check() local
113 gred_backlog(struct gred_sched * table,struct gred_sched_data * q,struct Qdisc * sch) gred_backlog() argument
128 gred_load_wred_set(const struct gred_sched * table,struct gred_sched_data * q) gred_load_wred_set() argument
135 gred_store_wred_set(struct gred_sched * table,struct gred_sched_data * q) gred_store_wred_set() argument
152 gred_per_vq_red_flags_used(struct gred_sched * table) gred_per_vq_red_flags_used() argument
313 struct gred_sched *table = qdisc_priv(sch); gred_offload() local
356 struct gred_sched *table = qdisc_priv(sch); gred_offload_dump_stats() local
411 struct gred_sched *table = qdisc_priv(sch); gred_change_table_def() local
487 struct gred_sched *table = qdisc_priv(sch); gred_change_vq() local
538 gred_vq_apply(struct gred_sched * table,const struct nlattr * entry) gred_vq_apply() argument
552 gred_vqs_apply(struct gred_sched * table,struct nlattr * vqs) gred_vqs_apply() argument
566 gred_vq_validate(struct gred_sched * table,u32 cdp,const struct nlattr * entry,struct netlink_ext_ack * extack) gred_vq_validate() argument
610 gred_vqs_validate(struct gred_sched * table,u32 cdp,struct nlattr * vqs,struct netlink_ext_ack * extack) gred_vqs_validate() argument
645 struct gred_sched *table = qdisc_priv(sch); gred_change() local
735 struct gred_sched *table = qdisc_priv(sch); gred_init() local
770 struct gred_sched *table = qdisc_priv(sch); gred_dump() local
910 struct gred_sched *table = qdisc_priv(sch); gred_destroy() local
[all...]
/linux/tools/perf/util/
H A Dthreads.c26 struct threads_table_entry *table = &threads->table[i]; in threads__init() local
38 struct threads_table_entry *table = &threads->table[i]; in threads__exit() local
50 struct threads_table_entry *table = &threads->table[i]; threads__nr() local
64 __threads_table_entry__get_last_match(struct threads_table_entry * table,pid_t tid) __threads_table_entry__get_last_match() argument
77 __threads_table_entry__set_last_match(struct threads_table_entry * table,struct thread * th) __threads_table_entry__set_last_match() argument
84 threads_table_entry__set_last_match(struct threads_table_entry * table,struct thread * th) threads_table_entry__set_last_match() argument
94 struct threads_table_entry *table = threads__table(threads, tid); threads__find() local
111 struct threads_table_entry *table = threads__table(threads, tid); threads__findnew() local
138 struct threads_table_entry *table = &threads->table[i]; threads__remove_all_threads() local
156 struct threads_table_entry *table = threads__table(threads, thread__tid(thread)); threads__remove() local
173 struct threads_table_entry *table = &threads->table[i]; threads__for_each_thread() local
[all...]
H A Dsyscalltbl.c47 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__name() local
77 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__id() local
94 const struct syscalltbl *table = find_table(e_machine); syscalltbl__num_idx() local
104 const struct syscalltbl *table = find_table(e_machine); syscalltbl__id_at_idx() local
115 const struct syscalltbl *table = find_table(e_machine); syscalltbl__strglobmatch_next() local
[all...]
/linux/drivers/clk/
H A Dclk-divider.c45 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() argument
57 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() argument
68 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() argument
82 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() argument
93 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() argument
109 _get_table_val(const struct clk_div_table * table,unsigned int div) _get_table_val() argument
120 _get_val(const struct clk_div_table * table,unsigned int div,unsigned long flags,u8 width) _get_val() argument
138 divider_recalc_rate(struct clk_hw * hw,unsigned long parent_rate,unsigned int val,const struct clk_div_table * table,unsigned long flags,unsigned long width) divider_recalc_rate() argument
168 _is_valid_table_div(const struct clk_div_table * table,unsigned int div) _is_valid_table_div() argument
179 _is_valid_div(const struct clk_div_table * table,unsigned int div,unsigned long flags) _is_valid_div() argument
189 _round_up_table(const struct clk_div_table * table,int div) _round_up_table() argument
207 _round_down_table(const struct clk_div_table * table,int div) _round_down_table() argument
225 _div_round_up(const struct clk_div_table * table,unsigned long parent_rate,unsigned long rate,unsigned long flags) _div_round_up() argument
239 _div_round_closest(const struct clk_div_table * table,unsigned long parent_rate,unsigned long rate,unsigned long flags) _div_round_closest() argument
263 _div_round(const struct clk_div_table * table,unsigned long parent_rate,unsigned long rate,unsigned long flags) _div_round() argument
282 _next_div(const struct clk_div_table * table,int div,unsigned long flags) _next_div() argument
298 clk_divider_bestdiv(struct clk_hw * hw,struct clk_hw * parent,unsigned long rate,unsigned long * best_parent_rate,const struct clk_div_table * table,u8 width,unsigned long flags) clk_divider_bestdiv() argument
353 divider_determine_rate(struct clk_hw * hw,struct clk_rate_request * req,const struct clk_div_table * table,u8 width,unsigned long flags) divider_determine_rate() argument
368 divider_ro_determine_rate(struct clk_hw * hw,struct clk_rate_request * req,const struct clk_div_table * table,u8 width,unsigned long flags,unsigned int val) divider_ro_determine_rate() argument
392 divider_round_rate_parent(struct clk_hw * hw,struct clk_hw * parent,unsigned long rate,unsigned long * prate,const struct clk_div_table * table,u8 width,unsigned long flags) divider_round_rate_parent() argument
414 divider_ro_round_rate_parent(struct clk_hw * hw,struct clk_hw * parent,unsigned long rate,unsigned long * prate,const struct clk_div_table * table,u8 width,unsigned long flags,unsigned int val) divider_ro_round_rate_parent() argument
477 divider_get_val(unsigned long rate,unsigned long parent_rate,const struct clk_div_table * table,u8 width,unsigned long flags) divider_get_val() argument
549 __clk_hw_register_divider(struct device * dev,struct device_node * np,const char * name,const char * parent_name,const struct clk_hw * parent_hw,const struct clk_parent_data * parent_data,unsigned long flags,void __iomem * reg,u8 shift,u8 width,unsigned long clk_divider_flags,const struct clk_div_table * table,spinlock_t * lock) __clk_hw_register_divider() argument
621 clk_register_divider_table(struct device * dev,const char * name,const char * parent_name,unsigned long flags,void __iomem * reg,u8 shift,u8 width,unsigned long clk_divider_flags,const struct clk_div_table * table,spinlock_t * lock) clk_register_divider_table() argument
676 __devm_clk_hw_register_divider(struct device * dev,struct device_node * np,const char * name,const char * parent_name,const struct clk_hw * parent_hw,const struct clk_parent_data * parent_data,unsigned long flags,void __iomem * reg,u8 shift,u8 width,unsigned long clk_divider_flags,const struct clk_div_table * table,spinlock_t * lock) __devm_clk_hw_register_divider() argument
[all...]
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c27 efx_mcdi_filter_entry_spec(const struct efx_mcdi_filter_table *table, in efx_mcdi_filter_entry_spec() argument
35 efx_mcdi_filter_entry_flags(const struct efx_mcdi_filter_table *table, in efx_mcdi_filter_entry_flags() argument
84 efx_mcdi_filter_set_entry(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_set_entry() argument
328 static int efx_mcdi_filter_pri(struct efx_mcdi_filter_table *table, in efx_mcdi_filter_pri() argument
349 struct efx_mcdi_filter_table *table; efx_mcdi_filter_insert_locked() local
581 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_remove_internal() local
654 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_remove_old() local
688 struct efx_mcdi_filter_table *table; efx_mcdi_filter_remove_safe() local
706 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_remove_unsafe() local
723 struct efx_mcdi_filter_table *table; efx_mcdi_filter_get_safe() local
747 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_insert_addr_list() local
829 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_insert_def() local
979 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_vlan_sync_rx_mode() local
1093 struct efx_mcdi_filter_table *table; efx_mcdi_filter_clear_rx() local
1120 struct efx_mcdi_filter_table *table; efx_mcdi_filter_count_rx_used() local
1140 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_get_rx_id_limit() local
1149 struct efx_mcdi_filter_table *table; efx_mcdi_filter_get_rx_ids() local
1233 efx_mcdi_filter_match_supported(struct efx_mcdi_filter_table * table,bool encap,enum efx_filter_match_flags match_flags) efx_mcdi_filter_match_supported() argument
1254 efx_mcdi_filter_table_probe_matches(struct efx_nic * efx,struct efx_mcdi_filter_table * table,bool encap) efx_mcdi_filter_table_probe_matches() argument
1304 struct efx_mcdi_filter_table *table; efx_mcdi_filter_table_probe() local
1361 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_table_reset_mc_allocations() local
1375 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_table_restore() local
1468 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_table_down() local
1502 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_table_remove() local
1526 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_mark_one_old() local
1546 struct efx_mcdi_filter_table *table = efx->filter_state; _efx_mcdi_filter_vlan_mark_old() local
1564 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_mark_old() local
1575 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_add_vlan() local
1656 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_find_vlan() local
1671 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_cleanup_vlans() local
1687 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_uc_addr_list() local
1709 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_mc_addr_list() local
1737 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_sync_rx_mode() local
1783 struct efx_mcdi_filter_table *table; efx_mcdi_filter_rfs_expire_one() local
2046 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_rx_push_shared_rss_config() local
2064 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_filter_rx_push_exclusive_rss_config() local
2195 struct efx_mcdi_filter_table *table = efx->filter_state; efx_mcdi_rx_restore_rss_contexts() local
[all...]
/linux/tools/power/acpi/tools/acpidump/
H A Dapdump.c30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() argument
68 ap_is_valid_checksum(struct acpi_table_header * table) ap_is_valid_checksum() argument
106 ap_get_table_length(struct acpi_table_header * table) ap_get_table_length() argument
142 ap_dump_table_buffer(struct acpi_table_header * table,u32 instance,acpi_physical_address address) ap_dump_table_buffer() argument
192 struct acpi_table_header *table; ap_dump_all_tables() local
251 struct acpi_table_header *table; ap_dump_table_by_address() local
296 struct acpi_table_header *table; ap_dump_table_by_name() local
367 struct acpi_table_header *table; ap_dump_table_from_file() local
[all...]
/linux/drivers/md/dm-vdo/
H A Dpriority-table.c56 struct priority_table *table; in vdo_make_priority_table() local
88 vdo_free_priority_table(struct priority_table * table) vdo_free_priority_table() argument
110 vdo_reset_priority_table(struct priority_table * table) vdo_reset_priority_table() argument
127 vdo_priority_table_enqueue(struct priority_table * table,unsigned int priority,struct list_head * entry) vdo_priority_table_enqueue() argument
140 mark_bucket_empty(struct priority_table * table,struct bucket * bucket) mark_bucket_empty() argument
155 vdo_priority_table_dequeue(struct priority_table * table) vdo_priority_table_dequeue() argument
189 vdo_priority_table_remove(struct priority_table * table,struct list_head * entry) vdo_priority_table_remove() argument
221 vdo_is_priority_table_empty(struct priority_table * table) vdo_is_priority_table_empty() argument
[all...]
/linux/kernel/
H A Dsysctl.c138 static void warn_sysctl_write(const struct ctl_table *table) in warn_sysctl_write() argument
156 const struct ctl_table *table) in proc_first_pos_non_zero_ignore() argument
189 int proc_dostring(const struct ctl_table *table, int write, in proc_dostring() argument
401 __do_proc_dointvec(void * tbl_data,const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos,int (* conv)(bool * negp,unsigned long * lvalp,int * valp,int write,void * data),void * data) __do_proc_dointvec() argument
474 do_proc_dointvec(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos,int (* conv)(bool * negp,unsigned long * lvalp,int * valp,int write,void * data),void * data) do_proc_dointvec() argument
485 do_proc_douintvec_w(unsigned int * tbl_data,const struct ctl_table * table,void * buffer,size_t * lenp,loff_t * ppos,int (* conv)(unsigned long * lvalp,unsigned int * valp,int write,void * data),void * data) do_proc_douintvec_w() argument
572 __do_proc_douintvec(void * tbl_data,const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos,int (* conv)(unsigned long * lvalp,unsigned int * valp,int write,void * data),void * data) __do_proc_douintvec() argument
608 do_proc_douintvec(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos,int (* conv)(unsigned long * lvalp,unsigned int * valp,int write,void * data),void * data) do_proc_douintvec() argument
635 proc_dobool(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dobool() argument
672 proc_dointvec(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec() argument
691 proc_douintvec(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_douintvec() argument
754 proc_dointvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax() argument
823 proc_douintvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_douintvec_minmax() argument
851 proc_dou8vec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dou8vec_minmax() argument
888 __do_proc_doulongvec_minmax(void * data,const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos,unsigned long convmul,unsigned long convdiv) __do_proc_doulongvec_minmax() argument
961 do_proc_doulongvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos,unsigned long convmul,unsigned long convdiv) do_proc_doulongvec_minmax() argument
985 proc_doulongvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_doulongvec_minmax() argument
1008 proc_doulongvec_ms_jiffies_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_doulongvec_ms_jiffies_minmax() argument
1129 proc_dointvec_jiffies(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_jiffies() argument
1136 proc_dointvec_ms_jiffies_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_ms_jiffies_minmax() argument
1162 proc_dointvec_userhz_jiffies(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_userhz_jiffies() argument
1184 proc_dointvec_ms_jiffies(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_ms_jiffies() argument
1208 proc_do_large_bitmap(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_large_bitmap() argument
1340 proc_dostring(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dostring() argument
1346 proc_dobool(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dobool() argument
1352 proc_dointvec(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec() argument
1358 proc_douintvec(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_douintvec() argument
1364 proc_dointvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax() argument
1370 proc_douintvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_douintvec_minmax() argument
1376 proc_dou8vec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dou8vec_minmax() argument
1382 proc_dointvec_jiffies(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_jiffies() argument
1388 proc_dointvec_ms_jiffies_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_ms_jiffies_minmax() argument
1394 proc_dointvec_userhz_jiffies(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_userhz_jiffies() argument
1400 proc_dointvec_ms_jiffies(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_ms_jiffies() argument
1406 proc_doulongvec_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_doulongvec_minmax() argument
1412 proc_doulongvec_ms_jiffies_minmax(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_doulongvec_ms_jiffies_minmax() argument
1418 proc_do_large_bitmap(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_large_bitmap() argument
1427 proc_do_static_key(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_static_key() argument
[all...]
H A Dsysctl-test.c116 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero() local
150 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set() local
185 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive() local
216 struct ctl_table table = { sysctl_test_dointvec_read_happy_single_negative() local
245 struct ctl_table table = { sysctl_test_dointvec_write_happy_single_positive() local
275 struct ctl_table table = { sysctl_test_dointvec_write_happy_single_negative() local
307 struct ctl_table table = { sysctl_test_api_dointvec_write_single_less_int_min() local
345 struct ctl_table table = { sysctl_test_api_dointvec_write_single_greater_int_max() local
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c29 struct mlx5_sf_dev_table *table; member
40 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_allocated() local
91 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); mlx5_sf_dev_state_change_handler() local
201 mlx5_sf_dev_vhca_arm_all(struct mlx5_sf_dev_table * table) mlx5_sf_dev_vhca_arm_all() argument
251 struct mlx5_sf_dev_table *table = container_of(_work, struct mlx5_sf_dev_table, work); mlx5_sf_dev_queue_active_works() local
294 mlx5_sf_dev_create_active_works(struct mlx5_sf_dev_table * table) mlx5_sf_dev_create_active_works() argument
310 mlx5_sf_dev_destroy_active_works(struct mlx5_sf_dev_table * table) mlx5_sf_dev_destroy_active_works() argument
320 struct mlx5_sf_dev_table *table; mlx5_sf_dev_table_create() local
364 mlx5_sf_dev_destroy_all(struct mlx5_sf_dev_table * table) mlx5_sf_dev_destroy_all() argument
377 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; mlx5_sf_dev_table_destroy() local
[all...]
/linux/scripts/include/
H A Dhashtable.h16 #define hash_head(table, key) (&(table)[(key) % HASH_SIZE(table)]) argument
33 #define hash_init(table) __hash_init(table, HASH_SIZE(table)) argument
41 #define hash_add(table, nod argument
59 hash_for_each(table,obj,member) global() argument
71 hash_for_each_safe(table,obj,tmp,member) global() argument
83 hash_for_each_possible(table,obj,member,key) global() argument
95 hash_for_each_possible_safe(table,obj,tmp,member,key) global() argument
[all...]
/linux/arch/powerpc/boot/
H A Dplanetcore.c26 void planetcore_prepare_table(char *table) in planetcore_prepare_table() argument
38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() argument
52 planetcore_get_decimal(const char * table,const char * key,u64 * val) planetcore_get_decimal() argument
62 planetcore_get_hex(const char * table,const char * key,u64 * val) planetcore_get_hex() argument
79 planetcore_set_mac_addrs(const char * table) planetcore_set_mac_addrs() argument
104 planetcore_set_stdout_path(const char * table) planetcore_set_stdout_path() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c174 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry() argument
224 struct mlx5_rl_table *table = &dev->priv.rl_table; mlx5_rl_is_in_range() local
239 mlx5_rl_table_get(struct mlx5_rl_table * table) mlx5_rl_table_get() argument
265 mlx5_rl_table_put(struct mlx5_rl_table * table) mlx5_rl_table_put() argument
275 mlx5_rl_table_free(struct mlx5_core_dev * dev,struct mlx5_rl_table * table) mlx5_rl_table_free() argument
305 struct mlx5_rl_table *table = &dev->priv.rl_table; mlx5_rl_add_rate_raw() local
366 struct mlx5_rl_table *table = &dev->priv.rl_table; mlx5_rl_remove_rate_raw() local
398 struct mlx5_rl_table *table = &dev->priv.rl_table; mlx5_rl_remove_rate() local
429 struct mlx5_rl_table *table = &dev->priv.rl_table; mlx5_init_rl_table() local
453 struct mlx5_rl_table *table = &dev->priv.rl_table; mlx5_cleanup_rl_table() local
[all...]
/linux/drivers/cpufreq/
H A Dfreq_table.c19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local
32 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo() argument
69 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() argument
130 struct cpufreq_frequency_table *table = policy->freq_table; cpufreq_table_index_unsorted() local
213 struct cpufreq_frequency_table *pos, *table = policy->freq_table; cpufreq_frequency_table_get_index() local
236 struct cpufreq_frequency_table *pos, *table = policy->freq_table; show_available_freqs() local
292 struct cpufreq_frequency_table *pos, *table = policy->freq_table; set_freq_table_sorted() local
[all...]
/linux/net/core/
H A Dsysctl_net_core.c102 static int rps_default_mask_sysctl(const struct ctl_table *table, int write, in rps_default_mask_sysctl() argument
137 static int rps_sock_flow_sysctl(const struct ctl_table *table, int write, in rps_sock_flow_sysctl() argument
209 static int flow_limit_cpu_sysctl(const struct ctl_table *table, int write, in flow_limit_cpu_sysctl() argument
266 static int flow_limit_table_len_sysctl(const struct ctl_table *table, int write, in flow_limit_table_len_sysctl() argument
288 static int set_default_qdisc(const struct ctl_table *table, int write, in set_default_qdisc() argument
307 static int proc_do_dev_weight(const struct ctl_table *table, in argument
325 proc_do_rss_key(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_rss_key() argument
338 proc_dointvec_minmax_bpf_enable(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax_bpf_enable() argument
371 proc_dointvec_minmax_bpf_restricted(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax_bpf_restricted() argument
382 proc_dolongvec_minmax_bpf_restricted(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dolongvec_minmax_bpf_restricted() argument
[all...]
/linux/drivers/net/wireless/broadcom/b43/
H A Dtables.c366 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16() argument
386 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write16() argument
403 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32() argument
424 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write32() argument
443 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read() argument
449 b43_gtab_write(struct b43_wldev * dev,u16 table,u16 offset,u16 value) b43_gtab_write() argument
[all...]
/linux/drivers/infiniband/core/
H A Dcache.c170 static bool is_gid_index_default(const struct ib_gid_table *table, in is_gid_index_default() argument
241 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() local
286 struct ib_gid_table *table = rdma_gid_table(device, port_num); free_gid_work() local
321 store_gid_entry(struct ib_gid_table * table,struct ib_gid_table_entry * entry) store_gid_entry() argument
383 del_gid(struct ib_device * ib_dev,u32 port,struct ib_gid_table * table,int ix) del_gid() argument
426 add_modify_gid(struct ib_gid_table * table,const struct ib_gid_attr * attr) add_modify_gid() argument
466 find_gid(struct ib_gid_table * table,const union ib_gid * gid,const struct ib_gid_attr * val,bool default_gid,unsigned long mask,int * pempty) find_gid() argument
550 struct ib_gid_table *table; __ib_cache_gid_add() local
605 struct ib_gid_table *table; _ib_cache_gid_del() local
644 struct ib_gid_table *table; ib_cache_gid_del_all_netdev_gids() local
689 struct ib_gid_table *table; rdma_find_gid_by_port() local
743 struct ib_gid_table *table; rdma_find_gid_by_filter() local
774 struct ib_gid_table *table = kzalloc(sizeof(*table), GFP_KERNEL); alloc_gid_table() local
795 release_gid_table(struct ib_device * device,struct ib_gid_table * table) release_gid_table() argument
818 cleanup_gid_table_port(struct ib_device * ib_dev,u32 port,struct ib_gid_table * table) cleanup_gid_table_port() argument
867 gid_table_reserve_default(struct ib_device * ib_dev,u32 port,struct ib_gid_table * table) gid_table_reserve_default() argument
893 struct ib_gid_table *table; _gid_table_setup_one() local
952 struct ib_gid_table *table; rdma_query_gid() local
1025 struct ib_gid_table *table; rdma_find_gid() local
1183 struct ib_gid_table *table; rdma_get_gid_attr() local
1220 struct ib_gid_table *table; rdma_query_gid_table() local
1320 struct ib_gid_table *table; rdma_read_gid_attr_ndev_rcu() local
1402 struct ib_gid_table *table; config_non_roce_gid_cache() local
[all...]
/linux/drivers/acpi/acpica/
H A Dtbdata.c45 struct acpi_table_header *table; in acpi_tb_compare_tables() local
88 acpi_tb_init_table_descriptor(struct acpi_table_desc * table_desc,acpi_physical_address address,u8 flags,struct acpi_table_header * table) acpi_tb_init_table_descriptor() argument
136 struct acpi_table_header *table = NULL; acpi_tb_acquire_table() local
185 acpi_tb_release_table(struct acpi_table_header * table,u32 table_length,u8 table_flags) acpi_tb_release_table() argument
225 acpi_tb_acquire_temp_table(struct acpi_table_desc * table_desc,acpi_physical_address address,u8 flags,struct acpi_table_header * table) acpi_tb_acquire_temp_table() argument
948 struct acpi_table_header *table; acpi_tb_load_table() local
1005 acpi_tb_install_and_load_table(acpi_physical_address address,u8 flags,struct acpi_table_header * table,u8 override,u32 * table_index) acpi_tb_install_and_load_table() argument
1045 struct acpi_table_header *table; ACPI_EXPORT_SYMBOL() local
[all...]
/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c111 struct table { struct
115 unsigned *table; argument
131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
[all...]
/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h43 static inline void pgtable_free(void *table, int shift) in pgtable_free() argument
53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() argument
64 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local
70 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() argument
[all...]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c890 pvr_page_table_l2_init(struct pvr_page_table_l2 * table,struct pvr_device * pvr_dev) pvr_page_table_l2_init() argument
903 pvr_page_table_l2_fini(struct pvr_page_table_l2 * table) pvr_page_table_l2_fini() argument
922 pvr_page_table_l2_sync(struct pvr_page_table_l2 * table) pvr_page_table_l2_sync() argument
941 pvr_page_table_l2_get_raw(struct pvr_page_table_l2 * table) pvr_page_table_l2_get_raw() argument
965 pvr_page_table_l2_get_entry_raw(struct pvr_page_table_l2 * table,u16 idx) pvr_page_table_l2_get_entry_raw() argument
981 pvr_page_table_l2_entry_is_valid(struct pvr_page_table_l2 * table,u16 idx) pvr_page_table_l2_entry_is_valid() argument
1066 pvr_page_table_l1_init(struct pvr_page_table_l1 * table,struct pvr_device * pvr_dev) pvr_page_table_l1_init() argument
1083 pvr_page_table_l1_free(struct pvr_page_table_l1 * table) pvr_page_table_l1_free() argument
1103 pvr_page_table_l1_sync(struct pvr_page_table_l1 * table) pvr_page_table_l1_sync() argument
1122 pvr_page_table_l1_get_raw(struct pvr_page_table_l1 * table) pvr_page_table_l1_get_raw() argument
1146 pvr_page_table_l1_get_entry_raw(struct pvr_page_table_l1 * table,u16 idx) pvr_page_table_l1_get_entry_raw() argument
1162 pvr_page_table_l1_entry_is_valid(struct pvr_page_table_l1 * table,u16 idx) pvr_page_table_l1_entry_is_valid() argument
1242 pvr_page_table_l0_init(struct pvr_page_table_l0 * table,struct pvr_device * pvr_dev) pvr_page_table_l0_init() argument
1259 pvr_page_table_l0_free(struct pvr_page_table_l0 * table) pvr_page_table_l0_free() argument
1280 pvr_page_table_l0_sync(struct pvr_page_table_l0 * table) pvr_page_table_l0_sync() argument
1299 pvr_page_table_l0_get_raw(struct pvr_page_table_l0 * table) pvr_page_table_l0_get_raw() argument
1324 pvr_page_table_l0_get_entry_raw(struct pvr_page_table_l0 * table,u16 idx) pvr_page_table_l0_get_entry_raw() argument
1340 pvr_page_table_l0_entry_is_valid(struct pvr_page_table_l0 * table,u16 idx) pvr_page_table_l0_entry_is_valid() argument
1742 struct pvr_page_table_l1 *table; pvr_page_table_l1_get_or_insert() local
1791 struct pvr_page_table_l0 *table; pvr_page_table_l0_get_or_insert() local
1880 struct pvr_page_table_l1 *table = pvr_page_table_l1_alloc() local
1909 struct pvr_page_table_l0 *table = pvr_page_table_l0_alloc() local
[all...]
/linux/kernel/power/
H A Denergy_model.c72 struct em_perf_state *table; in em_debug_create_ps() local
176 em_table_free(struct em_perf_table * table) em_table_free() argument
191 struct em_perf_table *table; em_table_alloc() local
206 em_init_performance(struct device * dev,struct em_perf_domain * pd,struct em_perf_state * table,int nr_states) em_init_performance() argument
229 em_compute_costs(struct device * dev,struct em_perf_state * table,const struct em_data_callback * cb,int nr_states,unsigned long flags) em_compute_costs() argument
284 em_dev_compute_costs(struct device * dev,struct em_perf_state * table,int nr_states) em_dev_compute_costs() argument
336 em_create_perf_table(struct device * dev,struct em_perf_domain * pd,struct em_perf_state * table,const struct em_data_callback * cb,unsigned long flags) em_create_perf_table() argument
451 em_cpufreq_update_efficiencies(struct device * dev,struct em_perf_state * table) em_cpufreq_update_efficiencies() argument
735 struct em_perf_state *table; em_adjust_new_capacity() local
889 struct em_perf_state *table; em_update_performance_limits() local
[all...]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c258 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get() argument
294 mlx4_table_put(struct mlx4_dev * dev,struct mlx4_icm_table * table,u32 obj) mlx4_table_put() argument
314 mlx4_table_find(struct mlx4_icm_table * table,u32 obj,dma_addr_t * dma_handle) mlx4_table_find() argument
382 mlx4_table_get_range(struct mlx4_dev * dev,struct mlx4_icm_table * table,u32 start,u32 end) mlx4_table_get_range() argument
406 mlx4_table_put_range(struct mlx4_dev * dev,struct mlx4_icm_table * table,u32 start,u32 end) mlx4_table_put_range() argument
415 mlx4_init_icm_table(struct mlx4_dev * dev,struct mlx4_icm_table * table,u64 virt,int obj_size,u32 nobj,int reserved,int use_lowmem,int use_coherent) mlx4_init_icm_table() argument
481 mlx4_cleanup_icm_table(struct mlx4_dev * dev,struct mlx4_icm_table * table) mlx4_cleanup_icm_table() argument
[all...]

12345678910>>...35