/openbmc/linux/fs/reiserfs/ |
H A 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() 904 static void balance_leaf_right(struct tree_balance *tb, in balance_leaf_right() 1483 struct buffer_head *get_FEB(struct tree_balance *tb) in get_FEB() 1522 static void free_thrown(struct tree_balance *tb) in free_thrown() 1636 static int locked_or_not_in_tree(struct tree_balance *tb, in locked_or_not_in_tree() 1647 static int check_before_balancing(struct tree_balance *tb) in check_before_balancing() [all …]
|
H A D | fix_node.c | 51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node() 652 static int is_leaf_removable(struct tree_balance *tb) in is_leaf_removable() 797 static void free_buffers_in_tb(struct tree_balance *tb) in free_buffers_in_tb() 915 static int get_lfree(struct tree_balance *tb, int h) in get_lfree() 938 static int get_rfree(struct tree_balance *tb, int h) in get_rfree() 1023 static int get_far_parent(struct tree_balance *tb, in get_far_parent() 1172 static int get_parents(struct tree_balance *tb, int h) in get_parents() 1274 struct tree_balance *tb, int h) in can_node_be_removed() 2062 struct tree_balance *tb, in check_balance() 2546 int fix_nodes(int op_mode, struct tree_balance *tb, in fix_nodes() [all …]
|
H A 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()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | domain.c | 337 struct tb *tb = data; in tb_domain_event_cb() local 375 struct tb *tb; in tb_domain_alloc() local 499 void tb_domain_remove(struct tb *tb) in tb_domain_remove() 518 int tb_domain_suspend_noirq(struct tb *tb) in tb_domain_suspend_noirq() 544 int tb_domain_resume_noirq(struct tb *tb) in tb_domain_resume_noirq() 557 int tb_domain_suspend(struct tb *tb) in tb_domain_suspend() 562 int tb_domain_freeze_noirq(struct tb *tb) in tb_domain_freeze_noirq() 576 int tb_domain_thaw_noirq(struct tb *tb) in tb_domain_thaw_noirq() 589 void tb_domain_complete(struct tb *tb) in tb_domain_complete() 606 int tb_domain_runtime_resume(struct tb *tb) in tb_domain_runtime_resume() [all …]
|
H A D | icm.c | 128 struct tb *tb; member 362 static void icm_veto_end(struct tb *tb) in icm_veto_end() 612 struct tb *tb = parent_sw->tb; in alloc_switch() local 1695 struct tb *tb = n->tb; in icm_handle_notification() local 1991 static int icm_suspend(struct tb *tb) in icm_suspend() 2075 struct tb *tb = icm_to_tb(icm); in icm_rescan_work() local 2174 static void icm_stop(struct tb *tb) in icm_stop() 2195 struct tb *tb = icm_to_tb(icm); in icm_usb4_switch_nvm_auth_complete() local 2264 struct tb *tb = sw->tb; in icm_usb4_switch_op() local 2324 struct tb *tb = sw->tb; in icm_usb4_switch_nvm_authenticate_status() local [all …]
|
H A D | tb.c | 72 struct tb *tb; member 465 struct tb *tb = sw->tb; in tb_switch_discover_tunnels() local 549 struct tb *tb = sw->tb; in tb_scan_xdomain() local 1281 struct tb *tb = sw->tb; in tb_configure_link() local 1470 struct tb *tb; in tb_deactivate_and_free_tunnel() local 1612 struct tb *tb = group->tb; in tb_recalc_estimated_bandwidth_for_group() local 2178 struct tb *tb = ev->tb; in tb_handle_hotplug() local 2293 struct tb *tb = tunnel->tb; in tb_alloc_dp_bandwidth() local 2430 struct tb *tb = ev->tb; in tb_handle_dp_bandwidth_request() local 2873 struct tb *tb = tcm_to_tb(tcm); in tb_remove_work() local [all …]
|
H A D | debugfs.c | 131 struct tb *tb = sw->tb; in regs_write() local 268 struct tb *tb = port->sw->tb; in margining_ber_level_write() local 333 struct tb *tb = port->sw->tb; in margining_caps_show() local 413 struct tb *tb = port->sw->tb; in margining_lanes_write() local 453 struct tb *tb = port->sw->tb; in margining_lanes_show() local 486 struct tb *tb = port->sw->tb; in margining_mode_write() local 560 struct tb *tb = sw->tb; in margining_run_write() local 1261 struct tb *tb = sw->tb; in port_regs_show() local 1365 struct tb *tb = sw->tb; in switch_regs_show() local 1417 struct tb *tb = sw->tb; in path_show() local [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A 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() 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() 269 void trace_buffer_print(struct trace_buffer *tb) in trace_buffer_print() [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A 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()
|
/openbmc/linux/include/drm/ |
H A D | task_barrier.h | 55 static inline void task_barrier_init(struct task_barrier *tb) in task_barrier_init() 63 static inline void task_barrier_add_task(struct task_barrier *tb) in task_barrier_add_task() 68 static inline void task_barrier_rem_task(struct task_barrier *tb) in task_barrier_rem_task() 78 static inline void task_barrier_enter(struct task_barrier *tb) in task_barrier_enter() 92 static inline void task_barrier_exit(struct task_barrier *tb) in task_barrier_exit() 101 static inline void task_barrier_full(struct task_barrier *tb) in task_barrier_full()
|
/openbmc/linux/net/bridge/ |
H A D | br_cfm_netlink.c | 93 struct nlattr *tb[IFLA_BRIDGE_CFM_MEP_CREATE_MAX + 1]; in br_mep_create_parse() local 133 struct nlattr *tb[IFLA_BRIDGE_CFM_MEP_DELETE_MAX + 1]; in br_mep_delete_parse() local 156 struct nlattr *tb[IFLA_BRIDGE_CFM_MEP_CONFIG_MAX + 1]; in br_mep_config_parse() local 198 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_CONFIG_MAX + 1]; in br_cc_config_parse() local 239 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_PEER_MEP_MAX + 1]; in br_cc_peer_mep_add_parse() local 266 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_PEER_MEP_MAX + 1]; in br_cc_peer_mep_remove_parse() local 293 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_RDI_MAX + 1]; in br_cc_rdi_parse() local 320 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_CCM_TX_MAX + 1]; in br_cc_ccm_tx_parse() local 382 struct nlattr *tb[IFLA_BRIDGE_CFM_MAX + 1]; in br_cfm_parse() local 459 struct nlattr *tb; in br_cfm_config_fill_info() local [all …]
|
H A D | br_mrp_netlink.c | 34 struct nlattr *tb[IFLA_BRIDGE_MRP_INSTANCE_MAX + 1]; in br_mrp_instance_parse() local 79 struct nlattr *tb[IFLA_BRIDGE_MRP_PORT_STATE_MAX + 1]; in br_mrp_port_state_parse() local 108 struct nlattr *tb[IFLA_BRIDGE_MRP_PORT_ROLE_MAX + 1]; in br_mrp_port_role_parse() local 137 struct nlattr *tb[IFLA_BRIDGE_MRP_RING_STATE_MAX + 1]; in br_mrp_ring_state_parse() local 171 struct nlattr *tb[IFLA_BRIDGE_MRP_RING_ROLE_MAX + 1]; in br_mrp_ring_role_parse() local 208 struct nlattr *tb[IFLA_BRIDGE_MRP_START_TEST_MAX + 1]; in br_mrp_start_test_parse() local 251 struct nlattr *tb[IFLA_BRIDGE_MRP_IN_STATE_MAX + 1]; in br_mrp_in_state_parse() local 287 struct nlattr *tb[IFLA_BRIDGE_MRP_IN_ROLE_MAX + 1]; in br_mrp_in_role_parse() local 328 struct nlattr *tb[IFLA_BRIDGE_MRP_START_IN_TEST_MAX + 1]; in br_mrp_start_in_test_parse() local 359 struct nlattr *tb[IFLA_BRIDGE_MRP_MAX + 1]; in br_mrp_parse() local [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 91 static void tb_record(TranslationBlock *tb) in tb_record() 114 static void tb_remove(TranslationBlock *tb) in tb_remove() 471 void tb_unlock_pages(TranslationBlock *tb) in tb_unlock_pages() 621 TranslationBlock *tb; in page_collection_lock() local 711 static void tb_record(TranslationBlock *tb) in tb_record() 743 static void tb_remove(TranslationBlock *tb) in tb_remove() 807 TranslationBlock *tb; in tb_remove_from_jmp_list() local 863 TranslationBlock *tb; in tb_jmp_unlink() local 1010 TranslationBlock *tb; in tb_invalidate_phys_range() local 1045 TranslationBlock *tb; in tb_invalidate_phys_page_unwind() local [all …]
|
H A D | translate-all.c | 128 static int encode_search(TranslationBlock *tb, uint8_t *block) in encode_search() 164 static int cpu_unwind_data_from_tb(TranslationBlock *tb, uintptr_t host_pc, in cpu_unwind_data_from_tb() 202 void cpu_restore_state_from_tb(CPUState *cpu, TranslationBlock *tb, in cpu_restore_state_from_tb() 237 TranslationBlock *tb = tcg_tb_lookup(host_pc); in cpu_restore_state() local 249 TranslationBlock *tb = tcg_tb_lookup(host_pc); in cpu_unwind_state_data() local 266 static int setjmp_gen_code(CPUArchState *env, TranslationBlock *tb, in setjmp_gen_code() 292 TranslationBlock *tb, *existing_tb; in tb_gen_code() local 569 TranslationBlock *tb; in tb_check_watchpoint() local 604 TranslationBlock *tb; in cpu_io_recompile() local
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 127 static void tpm_passthrough_handle_request(TPMBackend *tb, TPMBackendCmd *cmd, in tpm_passthrough_handle_request() 139 static void tpm_passthrough_reset(TPMBackend *tb) in tpm_passthrough_reset() 146 static bool tpm_passthrough_get_tpm_established_flag(TPMBackend *tb) in tpm_passthrough_get_tpm_established_flag() 151 static int tpm_passthrough_reset_tpm_established_flag(TPMBackend *tb, in tpm_passthrough_reset_tpm_established_flag() 158 static void tpm_passthrough_cancel_cmd(TPMBackend *tb) in tpm_passthrough_cancel_cmd() 184 static TPMVersion tpm_passthrough_get_tpm_version(TPMBackend *tb) in tpm_passthrough_get_tpm_version() 191 static size_t tpm_passthrough_get_buffer_size(TPMBackend *tb) in tpm_passthrough_get_buffer_size() 303 static int tpm_passthrough_startup_tpm(TPMBackend *tb, size_t buffersize) in tpm_passthrough_startup_tpm() 317 static TpmTypeOptions *tpm_passthrough_get_tpm_options(TPMBackend *tb) in tpm_passthrough_get_tpm_options()
|
H A D | tpm_emulator.c | 288 static int tpm_emulator_stop_tpm(TPMBackend *tb) in tpm_emulator_stop_tpm() 338 static int tpm_emulator_set_buffer_size(TPMBackend *tb, in tpm_emulator_set_buffer_size() 431 static bool tpm_emulator_get_tpm_established_flag(TPMBackend *tb) in tpm_emulator_get_tpm_established_flag() 488 static void tpm_emulator_cancel_cmd(TPMBackend *tb) in tpm_emulator_cancel_cmd() 509 static TPMVersion tpm_emulator_get_tpm_version(TPMBackend *tb) in tpm_emulator_get_tpm_version() 516 static size_t tpm_emulator_get_buffer_size(TPMBackend *tb) in tpm_emulator_get_buffer_size() 650 TPMBackend *tb = TPM_BACKEND(object_new(TYPE_TPM_EMULATOR)); in tpm_emulator_create() local 852 static int tpm_emulator_set_state_blobs(TPMBackend *tb) in tpm_emulator_set_state_blobs() 883 TPMBackend *tb = opaque; in tpm_emulator_pre_save() local 902 TPMBackend *tb = opaque; in tpm_emulator_vm_state_change() local [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | testmode.c | 58 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test() 138 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate() 203 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure() 235 static int wl1271_tm_detect_fem(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_detect_fem() 272 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode() 303 static int wl12xx_tm_cmd_get_mac(struct wl1271 *wl, struct nlattr *tb[]) in wl12xx_tm_cmd_get_mac() 353 struct nlattr *tb[WL1271_TM_ATTR_MAX + 1]; in wl1271_tm_cmd() local
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_cthelper.c | 76 struct nlattr *tb[NFCTH_TUPLE_MAX+1]; in nfnl_cthelper_parse_tuple() local 141 struct nlattr *tb[NFCTH_POLICY_MAX+1]; in nfnl_cthelper_expect_policy() local 177 struct nlattr *tb[NFCTH_POLICY_SET_MAX+1]; in nfnl_cthelper_parse_expect_policy() local 220 nfnl_cthelper_create(const struct nlattr * const tb[], in nfnl_cthelper_create() 292 struct nlattr *tb[NFCTH_POLICY_MAX + 1]; in nfnl_cthelper_update_policy_one() local 319 static int nfnl_cthelper_update_policy_all(struct nlattr *tb[], in nfnl_cthelper_update_policy_all() 363 struct nlattr *tb[NFCTH_POLICY_SET_MAX + 1]; in nfnl_cthelper_update_policy() local 384 nfnl_cthelper_update(const struct nlattr * const tb[], in nfnl_cthelper_update() 420 const struct nlattr * const tb[]) in nfnl_cthelper_new() 617 const struct nlattr * const tb[]) in nfnl_cthelper_get() [all …]
|
/openbmc/linux/net/dcb/ |
H A D | dcbnl.c | 242 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate() 253 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg() 298 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr() 312 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap() 357 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs() 404 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs() 466 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp() 536 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setapp() 734 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setstate() 782 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setall() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A 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
|
/openbmc/qemu/hw/timer/ |
H A D | arm_mptimer.c | 56 static inline void timerblock_update_irq(TimerBlock *tb) in timerblock_update_irq() 91 TimerBlock *tb = (TimerBlock *)opaque; in timerblock_tick() local 106 TimerBlock *tb = (TimerBlock *)opaque; in timerblock_read() local 124 TimerBlock *tb = (TimerBlock *)opaque; in timerblock_write() local 217 static void timerblock_reset(TimerBlock *tb) in timerblock_reset() 271 TimerBlock *tb = &s->timerblock[i]; in arm_mptimer_realize() local
|
/openbmc/linux/drivers/target/ |
H A 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
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | testmode.c | 196 const void **tb; in ath11k_tm_wmi_event_segmented() local 231 static int ath11k_tm_cmd_get_version(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_get_version() 263 static int ath11k_tm_cmd_testmode_start(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_testmode_start() 300 static int ath11k_tm_cmd_wmi(struct ath11k *ar, struct nlattr *tb[], in ath11k_tm_cmd_wmi() 390 static int ath11k_tm_cmd_wmi_ftm(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_wmi_ftm() 479 struct nlattr *tb[ATH11K_TM_ATTR_MAX + 1]; in ath11k_tm_cmd() local
|
/openbmc/linux/include/linux/ |
H A D | thunderbolt.h | 75 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 239 struct tb *tb; member 296 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 308 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | nldev.c | 1020 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_get_doit() local 1070 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_set_doit() local 1160 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_port_get_doit() local 1218 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_port_get_dumpit() local 1276 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_res_get_doit() local 1421 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in res_get_common_doit() local 1502 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in res_get_common_dumpit() local 1694 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_newlink() local 1741 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_dellink() local 1924 struct nlattr *tb[], in nldev_stat_set_mode_doit() [all …]
|