/Linux-v5.4/fs/reiserfs/ |
D | do_balan.c | 19 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() 286 static unsigned int balance_leaf_insert_left(struct tree_balance *tb, in balance_leaf_insert_left() [all …]
|
D | fix_node.c | 51 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() 621 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters() 652 static int is_leaf_removable(struct tree_balance *tb) in is_leaf_removable() 696 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree) in are_leaves_removable() 797 static void free_buffers_in_tb(struct tree_balance *tb) in free_buffers_in_tb() 827 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes() 915 static int get_lfree(struct tree_balance *tb, int h) in get_lfree() [all …]
|
D | ibalance.c | 28 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-v5.4/drivers/thunderbolt/ |
D | domain.c | 126 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_show() local 168 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_store() local 258 struct tb *tb = container_of(dev, struct tb, dev); in security_show() local 279 struct tb *tb = container_of(dev, struct tb, dev); in domain_attr_is_visible() local 312 struct tb *tb = container_of(dev, struct tb, dev); in tb_domain_release() local 342 struct tb *tb; in tb_domain_alloc() local 387 struct tb *tb = data; in tb_domain_event_cb() local 417 int tb_domain_add(struct tb *tb) in tb_domain_add() 484 void tb_domain_remove(struct tb *tb) in tb_domain_remove() 503 int tb_domain_suspend_noirq(struct tb *tb) in tb_domain_suspend_noirq() [all …]
|
D | icm.c | 106 struct tb *tb; member 265 static int icm_request(struct tb *tb, const void *request, size_t request_size, in icm_request() 310 static void icm_postpone_rescan(struct tb *tb) in icm_postpone_rescan() 319 static void icm_veto_begin(struct tb *tb) in icm_veto_begin() 330 static void icm_veto_end(struct tb *tb) in icm_veto_end() 342 static bool icm_fr_is_supported(struct tb *tb) in icm_fr_is_supported() 358 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route() 409 static void icm_fr_save_devices(struct tb *tb) in icm_fr_save_devices() 415 icm_fr_driver_ready(struct tb *tb, enum tb_security_level *security_level, in icm_fr_driver_ready() 436 static int icm_fr_approve_switch(struct tb *tb, struct tb_switch *sw) in icm_fr_approve_switch() [all …]
|
D | tb.c | 33 struct tb *tb; member 41 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() 61 struct tb *tb = sw->tb; in tb_discover_tunnels() local 107 struct tb *tb = sw->tb; in tb_scan_xdomain() local 223 static int tb_free_tunnel(struct tb *tb, enum tb_tunnel_type type, in tb_free_tunnel() 246 static void tb_free_invalid_tunnels(struct tb *tb) in tb_free_invalid_tunnels() 361 static int tb_tunnel_dp(struct tb *tb, struct tb_port *out) in tb_tunnel_dp() 394 static void tb_teardown_dp(struct tb *tb, struct tb_port *out) in tb_teardown_dp() 399 static int tb_tunnel_pci(struct tb *tb, struct tb_switch *sw) in tb_tunnel_pci() 435 static int tb_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in tb_approve_xdomain_paths() [all …]
|
D | tunnel.c | 56 static struct tb_tunnel *tb_tunnel_alloc(struct tb *tb, size_t npaths, in tb_tunnel_alloc() 116 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down) in tb_tunnel_discover_pci() 193 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_pci() 349 struct tb_tunnel *tb_tunnel_discover_dp(struct tb *tb, struct tb_port *in) in tb_tunnel_discover_dp() 428 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, in tb_tunnel_alloc_dp() 526 struct tb_tunnel *tb_tunnel_alloc_dma(struct tb *tb, struct tb_port *nhi, in tb_tunnel_alloc_dma()
|
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 17 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-v5.4/tools/bpf/bpftool/ |
D | netlink_dumper.c | 14 static void xdp_dump_prog_id(struct nlattr **tb, int attr, in xdp_dump_prog_id() 32 struct nlattr *tb[IFLA_XDP_MAX + 1]; in do_xdp_dump_one() local 72 int do_xdp_dump(struct ifinfomsg *ifinfo, struct nlattr **tb) in do_xdp_dump() 83 struct nlattr *tb[TCA_ACT_BPF_MAX + 1]; in do_bpf_dump_one_act() local 104 struct nlattr *tb[TCA_ACT_MAX + 1]; in do_dump_one_act() local 121 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in do_bpf_act_dump() local 140 struct nlattr *tb[TCA_BPF_MAX + 1]; in do_bpf_filter_dump() local 161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | watchdog.c | 115 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-v5.4/net/dcb/ |
D | dcbnl.c | 208 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate() 219 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg() 264 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr() 278 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap() 323 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs() 370 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs() 404 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate() 414 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate() 432 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp() 502 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setapp() [all …]
|
/Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
D | testmode.c | 58 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test() 140 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate() 207 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure() 239 static int wl1271_tm_detect_fem(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_detect_fem() 276 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode() 307 static int wl12xx_tm_cmd_get_mac(struct wl1271 *wl, struct nlattr *tb[]) in wl12xx_tm_cmd_get_mac() 357 struct nlattr *tb[WL1271_TM_ATTR_MAX + 1]; in wl1271_tm_cmd() local
|
/Linux-v5.4/net/netfilter/ |
D | nfnetlink_cthelper.c | 76 struct nlattr *tb[NFCTH_TUPLE_MAX+1]; in nfnl_cthelper_parse_tuple() local 137 struct nlattr *tb[NFCTH_POLICY_MAX+1]; in nfnl_cthelper_expect_policy() local 173 struct nlattr *tb[NFCTH_POLICY_SET_MAX+1]; in nfnl_cthelper_parse_expect_policy() local 216 nfnl_cthelper_create(const struct nlattr * const tb[], in nfnl_cthelper_create() 287 struct nlattr *tb[NFCTH_POLICY_MAX + 1]; in nfnl_cthelper_update_policy_one() local 314 static int nfnl_cthelper_update_policy_all(struct nlattr *tb[], in nfnl_cthelper_update_policy_all() 358 struct nlattr *tb[NFCTH_POLICY_SET_MAX + 1]; in nfnl_cthelper_update_policy() local 379 nfnl_cthelper_update(const struct nlattr * const tb[], in nfnl_cthelper_update() 412 const struct nlattr * const tb[], in nfnl_cthelper_new() 616 const struct nlattr * const tb[], in nfnl_cthelper_get() [all …]
|
D | nft_limit.c | 55 const struct nlattr * const tb[], bool pkts) in nft_limit_init() 149 const struct nlattr * const tb[]) in nft_limit_pkts_init() 191 const struct nlattr * const tb[]) in nft_limit_bytes_init() 216 const struct nlattr * const tb[]) in nft_limit_select_ops() 250 const struct nlattr * const tb[], in nft_limit_obj_pkts_init() 294 const struct nlattr * const tb[], in nft_limit_obj_bytes_init() 322 const struct nlattr * const tb[]) in nft_limit_obj_select_ops()
|
D | nft_tunnel.c | 74 const struct nlattr * const tb[]) in nft_tunnel_get_init() 166 struct nlattr *tb[NFTA_TUNNEL_KEY_IP_MAX + 1]; in nft_tunnel_obj_ip_init() local 195 struct nlattr *tb[NFTA_TUNNEL_KEY_IP6_MAX + 1]; in nft_tunnel_obj_ip6_init() local 231 struct nlattr *tb[NFTA_TUNNEL_KEY_VXLAN_MAX + 1]; in nft_tunnel_obj_vxlan_init() local 259 struct nlattr *tb[NFTA_TUNNEL_KEY_ERSPAN_MAX + 1]; in nft_tunnel_obj_erspan_init() local 310 struct nlattr *tb[NFTA_TUNNEL_KEY_OPTS_MAX + 1]; in nft_tunnel_obj_opts_init() local 342 const struct nlattr * const tb[], in nft_tunnel_obj_init()
|
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | testmode.c | 100 static int ath10k_tm_cmd_get_version(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_get_version() 226 static int ath10k_tm_cmd_utf_start(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_start() 347 static int ath10k_tm_cmd_utf_stop(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_stop() 371 static int ath10k_tm_cmd_wmi(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_wmi() 431 struct nlattr *tb[ATH10K_TM_ATTR_MAX + 1]; in ath10k_tm_cmd() local
|
/Linux-v5.4/include/linux/ |
D | thunderbolt.h | 72 struct tb { struct 75 struct tb_nhi *nhi; argument 76 struct tb_ctl *ctl; argument 78 struct tb_switch *root_switch; argument 79 const struct tb_cm_ops *cm_ops; argument 81 enum tb_security_level security_level; argument 86 extern struct bus_type tb_bus_type; argument 217 struct tb *tb; member 254 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 266 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
|
/Linux-v5.4/drivers/target/ |
D | target_core_hba.c | 40 struct target_backend *tb, *old; in transport_backend_register() local 68 struct target_backend *tb; in target_backend_unregister() local 92 struct target_backend *tb; in core_get_backend() local
|
/Linux-v5.4/drivers/infiniband/core/ |
D | nldev.c | 800 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_get_doit() local 846 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_set_doit() local 932 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_port_get_doit() local 986 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_port_get_dumpit() local 1044 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_res_get_doit() local 1186 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in res_get_common_doit() local 1269 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in res_get_common_dumpit() local 1455 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_newlink() local 1502 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_dellink() local 1529 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_get_chardev() local [all …]
|
/Linux-v5.4/net/ipv4/ |
D | fib_trie.c | 1120 int fib_table_insert(struct net *net, struct fib_table *tb, in fib_table_insert() 1312 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup() 1547 int fib_table_delete(struct net *net, struct fib_table *tb, in fib_table_delete() 1675 static void fib_trie_free(struct fib_table *tb) in fib_trie_free() 1792 void fib_table_flush_external(struct fib_table *tb) in fib_table_flush_external() 1861 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() 1948 static void __fib_info_notify_update(struct net *net, struct fib_table *tb, in __fib_info_notify_update() 2011 struct fib_table *tb; in fib_info_notify_update() local 2019 struct fib_table *tb, struct notifier_block *nb) in fib_leaf_notify() 2040 static void fib_table_notify(struct net *net, struct fib_table *tb, in fib_table_notify() [all …]
|
D | fib_frontend.c | 82 struct fib_table *tb, *alias = NULL; in fib_new_table() local 118 struct fib_table *tb; in fib_get_table() local 201 struct fib_table *tb; in fib_flush() local 633 struct fib_table *tb; in ip_rt_ioctl() local 849 struct fib_table *tb; in inet_rtm_delroute() local 879 struct fib_table *tb; in inet_rtm_newroute() local 904 struct nlattr *tb[RTA_MAX + 1]; in ip_valid_fib_dump_req() local 982 struct fib_table *tb; in inet_dump_fib() local 1062 struct fib_table *tb; in fib_magic() local 1336 struct fib_table *tb; in nl_fib_lookup() local [all …]
|
/Linux-v5.4/arch/sparc/mm/ |
D | tlb.c | 26 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-v5.4/net/sched/ |
D | em_ipt.c | 60 static int policy_validate_match_data(struct nlattr **tb, u8 mrev) in policy_validate_match_data() 75 static int addrtype_validate_match_data(struct nlattr **tb, u8 mrev) in addrtype_validate_match_data() 97 static struct xt_match *get_xt_match(struct nlattr **tb) in get_xt_match() 129 struct nlattr *tb[TCA_EM_IPT_MAX + 1]; in em_ipt_change() local
|
/Linux-v5.4/tools/lib/bpf/ |
D | nlattr.c | 103 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse() 148 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested() 163 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg() local
|
/Linux-v5.4/net/decnet/ |
D | dn_table.c | 411 struct dn_fib_table *tb, in dn_hash_dump_bucket() 440 struct dn_fib_table *tb, in dn_hash_dump_zone() 462 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump() 494 struct dn_fib_table *tb; in dn_fib_dump() local 529 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_insert() 666 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_delete() 771 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush() 790 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup() 894 struct dn_fib_table *tb; in dn_fib_flush() local
|