Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/Linux-v4.19/fs/reiserfs/
Ddo_balan.c19 static inline void buffer_info_init_left(struct tree_balance *tb, in buffer_info_init_left()
28 static inline void buffer_info_init_right(struct tree_balance *tb, in buffer_info_init_right()
37 static inline void buffer_info_init_tbS0(struct tree_balance *tb, in buffer_info_init_tbS0()
46 static inline void buffer_info_init_bh(struct tree_balance *tb, in buffer_info_init_bh()
56 inline void do_balance_mark_leaf_dirty(struct tree_balance *tb, in do_balance_mark_leaf_dirty()
77 static void balance_leaf_when_delete_del(struct tree_balance *tb) in balance_leaf_when_delete_del()
109 static void balance_leaf_when_delete_cut(struct tree_balance *tb) in balance_leaf_when_delete_cut()
146 static int balance_leaf_when_delete_left(struct tree_balance *tb) in balance_leaf_when_delete_left()
239 static int balance_leaf_when_delete(struct tree_balance *tb, int flag) in balance_leaf_when_delete()
289 static unsigned int balance_leaf_insert_left(struct tree_balance *tb, in balance_leaf_insert_left()
[all …]
Dfix_node.c51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
194 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left()
280 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right()
374 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver()
623 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters()
654 static int is_leaf_removable(struct tree_balance *tb) in is_leaf_removable()
698 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree) in are_leaves_removable()
799 static void free_buffers_in_tb(struct tree_balance *tb) in free_buffers_in_tb()
829 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes()
917 static int get_lfree(struct tree_balance *tb, int h) in get_lfree()
[all …]
Dibalance.c28 struct tree_balance *tb, in internal_define_dest_src_infos()
493 struct tree_balance *tb, in internal_shift_left()
534 static void internal_shift1_left(struct tree_balance *tb, in internal_shift1_left()
565 struct tree_balance *tb, in internal_shift_right()
609 static void internal_shift1_right(struct tree_balance *tb, in internal_shift1_right()
632 static void balance_internal_when_delete(struct tree_balance *tb, in balance_internal_when_delete()
760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey()
775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey()
803 int balance_internal(struct tree_balance *tb, in balance_internal()
/Linux-v4.19/drivers/thunderbolt/
Ddomain.c127 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_show() local
169 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_store() local
245 struct tb *tb = container_of(dev, struct tb, dev); in security_show() local
265 struct tb *tb = container_of(dev, struct tb, dev); in domain_attr_is_visible() local
298 struct tb *tb = container_of(dev, struct tb, dev); in tb_domain_release() local
328 struct tb *tb; in tb_domain_alloc() local
373 struct tb *tb = data; in tb_domain_event_cb() local
403 int tb_domain_add(struct tb *tb) in tb_domain_add()
470 void tb_domain_remove(struct tb *tb) in tb_domain_remove()
489 int tb_domain_suspend_noirq(struct tb *tb) in tb_domain_suspend_noirq()
[all …]
Dicm.c100 struct tb *tb; member
200 static int icm_request(struct tb *tb, const void *request, size_t request_size, in icm_request()
240 static bool icm_fr_is_supported(struct tb *tb) in icm_fr_is_supported()
256 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route()
307 static void icm_fr_save_devices(struct tb *tb) in icm_fr_save_devices()
313 icm_fr_driver_ready(struct tb *tb, enum tb_security_level *security_level, in icm_fr_driver_ready()
334 static int icm_fr_approve_switch(struct tb *tb, struct tb_switch *sw) in icm_fr_approve_switch()
361 static int icm_fr_add_switch_key(struct tb *tb, struct tb_switch *sw) in icm_fr_add_switch_key()
388 static int icm_fr_challenge_switch_key(struct tb *tb, struct tb_switch *sw, in icm_fr_challenge_switch_key()
418 static int icm_fr_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in icm_fr_approve_xdomain_paths()
[all …]
Dtb.c91 static void tb_free_invalid_tunnels(struct tb *tb) in tb_free_invalid_tunnels()
173 static void tb_activate_pcie_devices(struct tb *tb) in tb_activate_pcie_devices()
239 struct tb *tb; member
253 struct tb *tb = ev->tb; in tb_handle_hotplug() local
319 static void tb_handle_event(struct tb *tb, enum tb_cfg_pkg_type type, in tb_handle_event()
350 static void tb_stop(struct tb *tb) in tb_stop()
365 static int tb_start(struct tb *tb) in tb_start()
403 static int tb_suspend_noirq(struct tb *tb) in tb_suspend_noirq()
415 static int tb_resume_noirq(struct tb *tb) in tb_resume_noirq()
456 struct tb *tb; in tb_probe() local
Dnhi.c851 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend_noirq() local
875 struct tb *tb = pci_get_drvdata(pdev); in nhi_resume_noirq() local
893 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend() local
901 struct tb *tb = pci_get_drvdata(pdev); in nhi_complete() local
917 struct tb *tb = pci_get_drvdata(pdev); in nhi_runtime_suspend() local
925 struct tb *tb = pci_get_drvdata(pdev); in nhi_runtime_resume() local
1001 struct tb *tb; in nhi_probe() local
1086 struct tb *tb = pci_get_drvdata(pdev); in nhi_remove() local
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c17 struct trace_buffer *tb; in trace_buffer_allocate() local
38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds()
43 static bool trace_check_alloc(struct trace_buffer *tb, void *p) in trace_check_alloc()
62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc()
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()
87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg()
104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter()
120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string()
142 int trace_log_indent(struct trace_buffer *tb) in trace_log_indent()
155 int trace_log_outdent(struct trace_buffer *tb) in trace_log_outdent()
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Dwatchdog.c115 u64 tb = get_tb(); in wd_lockup_ipi() local
131 static void set_cpumask_stuck(const struct cpumask *cpumask, u64 tb) in set_cpumask_stuck()
142 static void set_cpu_stuck(int cpu, u64 tb) in set_cpu_stuck()
147 static void watchdog_smp_panic(int cpu, u64 tb) in watchdog_smp_panic()
201 static void wd_smp_clear_cpu_pending(int cpu, u64 tb) in wd_smp_clear_cpu_pending()
240 u64 tb = get_tb(); in watchdog_timer_interrupt() local
254 u64 tb; in soft_nmi_interrupt() local
317 u64 tb = get_tb(); in arch_touch_nmi_watchdog() local
/Linux-v4.19/net/dcb/
Ddcbnl.c219 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate()
230 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg()
274 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr()
288 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap()
332 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs()
378 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs()
411 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate()
421 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate()
439 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp()
508 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setapp()
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtestmode.c72 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test()
154 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate()
221 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure()
253 static int wl1271_tm_detect_fem(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_detect_fem()
290 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode()
321 static int wl12xx_tm_cmd_get_mac(struct wl1271 *wl, struct nlattr *tb[]) in wl12xx_tm_cmd_get_mac()
371 struct nlattr *tb[WL1271_TM_ATTR_MAX + 1]; in wl1271_tm_cmd() local
/Linux-v4.19/net/netfilter/
Dnfnetlink_cthelper.c79 struct nlattr *tb[NFCTH_TUPLE_MAX+1]; in nfnl_cthelper_parse_tuple() local
140 struct nlattr *tb[NFCTH_POLICY_MAX+1]; in nfnl_cthelper_expect_policy() local
176 struct nlattr *tb[NFCTH_POLICY_SET_MAX+1]; in nfnl_cthelper_parse_expect_policy() local
218 nfnl_cthelper_create(const struct nlattr * const tb[], in nfnl_cthelper_create()
289 struct nlattr *tb[NFCTH_POLICY_MAX + 1]; in nfnl_cthelper_update_policy_one() local
316 static int nfnl_cthelper_update_policy_all(struct nlattr *tb[], in nfnl_cthelper_update_policy_all()
360 struct nlattr *tb[NFCTH_POLICY_SET_MAX + 1]; in nfnl_cthelper_update_policy() local
380 nfnl_cthelper_update(const struct nlattr * const tb[], in nfnl_cthelper_update()
413 const struct nlattr * const tb[], in nfnl_cthelper_new()
618 const struct nlattr * const tb[], in nfnl_cthelper_get()
[all …]
Dnft_limit.c58 const struct nlattr * const tb[], bool pkts) in nft_limit_init()
152 const struct nlattr * const tb[]) in nft_limit_pkts_init()
194 const struct nlattr * const tb[]) in nft_limit_bytes_init()
219 const struct nlattr * const tb[]) in nft_limit_select_ops()
253 const struct nlattr * const tb[], in nft_limit_obj_pkts_init()
297 const struct nlattr * const tb[], in nft_limit_obj_bytes_init()
325 const struct nlattr * const tb[]) in nft_limit_obj_select_ops()
Dnft_tunnel.c54 const struct nlattr * const tb[]) in nft_tunnel_get_init()
136 struct nlattr *tb[NFTA_TUNNEL_KEY_IP_MAX + 1]; in nft_tunnel_obj_ip_init() local
165 struct nlattr *tb[NFTA_TUNNEL_KEY_IP6_MAX + 1]; in nft_tunnel_obj_ip6_init() local
201 struct nlattr *tb[NFTA_TUNNEL_KEY_VXLAN_MAX + 1]; in nft_tunnel_obj_vxlan_init() local
229 struct nlattr *tb[NFTA_TUNNEL_KEY_ERSPAN_MAX + 1]; in nft_tunnel_obj_erspan_init() local
279 struct nlattr *tb[NFTA_TUNNEL_KEY_OPTS_MAX + 1]; in nft_tunnel_obj_opts_init() local
311 const struct nlattr * const tb[], in nft_tunnel_obj_init()
Dnft_numgen.c83 const struct nlattr * const tb[]) in nft_ng_inc_init()
106 const struct nlattr * const tb[]) in nft_ng_inc_map_init()
207 const struct nlattr * const tb[]) in nft_ng_random_init()
231 const struct nlattr * const tb[]) in nft_ng_random_map_init()
302 nft_ng_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) in nft_ng_select_ops()
Dnft_hash.c124 const struct nlattr * const tb[]) in nft_jhash_init()
171 const struct nlattr * const tb[]) in nft_jhash_map_init()
185 const struct nlattr * const tb[]) in nft_symhash_init()
211 const struct nlattr * const tb[]) in nft_symhash_map_init()
329 const struct nlattr * const tb[]) in nft_hash_select_ops()
Dnft_cmp.c74 const struct nlattr * const tb[]) in nft_cmp_init()
122 const struct nlattr * const tb[]) in nft_cmp_fast_init()
176 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) in nft_cmp_select_ops()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dtestmode.c111 static int ath10k_tm_cmd_get_version(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_get_version()
222 static int ath10k_tm_cmd_utf_start(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_start()
343 static int ath10k_tm_cmd_utf_stop(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_stop()
367 static int ath10k_tm_cmd_wmi(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_wmi()
427 struct nlattr *tb[ATH10K_TM_ATTR_MAX + 1]; in ath10k_tm_cmd() local
/Linux-v4.19/drivers/iio/common/st_sensors/
Dst_sensors_spi.c29 static int st_sensors_spi_read(struct st_sensor_transfer_buffer *tb, in st_sensors_spi_read()
66 static int st_sensors_spi_read_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_spi_read_byte()
73 struct st_sensor_transfer_buffer *tb, struct device *dev, in st_sensors_spi_read_multiple_byte()
79 static int st_sensors_spi_write_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_spi_write_byte()
Dst_sensors_i2c.c30 static int st_sensors_i2c_read_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_i2c_read_byte()
46 struct st_sensor_transfer_buffer *tb, struct device *dev, in st_sensors_i2c_read_multiple_byte()
56 static int st_sensors_i2c_write_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_i2c_write_byte()
/Linux-v4.19/include/linux/
Dthunderbolt.h75 struct tb { struct
78 struct tb_nhi *nhi; argument
79 struct tb_ctl *ctl; argument
81 struct tb_switch *root_switch; argument
82 const struct tb_cm_ops *cm_ops; argument
84 enum tb_security_level security_level; argument
89 extern struct bus_type tb_bus_type; argument
215 struct tb *tb; member
249 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked()
261 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
/Linux-v4.19/drivers/target/
Dtarget_core_hba.c53 struct target_backend *tb, *old; in transport_backend_register() local
81 struct target_backend *tb; in target_backend_unregister() local
105 struct target_backend *tb; in core_get_backend() local
/Linux-v4.19/arch/sparc/mm/
Dtlb.c26 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending() local
56 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_enter_lazy_mmu_mode() local
63 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_leave_lazy_mmu_mode() local
73 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in tlb_batch_add_one() local
/Linux-v4.19/net/ipv4/
Dfib_trie.c1124 int fib_table_insert(struct net *net, struct fib_table *tb, in fib_table_insert()
1316 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup()
1545 int fib_table_delete(struct net *net, struct fib_table *tb, in fib_table_delete()
1673 static void fib_trie_free(struct fib_table *tb) in fib_trie_free()
1790 void fib_table_flush_external(struct fib_table *tb) in fib_table_flush_external()
1859 int fib_table_flush(struct net *net, struct fib_table *tb) in fib_table_flush()
1937 struct fib_table *tb, struct notifier_block *nb) in fib_leaf_notify()
1958 static void fib_table_notify(struct net *net, struct fib_table *tb, in fib_table_notify()
1981 struct fib_table *tb; in fib_notify() local
1990 struct fib_table *tb = container_of(head, struct fib_table, rcu); in __trie_free_rcu() local
[all …]
/Linux-v4.19/net/decnet/
Ddn_table.c410 struct dn_fib_table *tb, in dn_hash_dump_bucket()
439 struct dn_fib_table *tb, in dn_hash_dump_zone()
461 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump()
493 struct dn_fib_table *tb; in dn_fib_dump() local
528 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_insert()
665 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_delete()
770 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush()
789 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup()
893 struct dn_fib_table *tb; in dn_fib_flush() local

12345678910>>...14