Home
last modified time | relevance | path

Searched refs:tb (Results 26 – 50 of 630) sorted by relevance

12345678910>>...26

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.h50 struct tb *tb; member
79 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down,
81 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up,
83 struct tb_tunnel *tb_tunnel_discover_dp(struct tb *tb, struct tb_port *in,
85 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in,
88 struct tb_tunnel *tb_tunnel_alloc_dma(struct tb *tb, struct tb_port *nhi,
94 struct tb_tunnel *tb_tunnel_discover_usb3(struct tb *tb, struct tb_port *down,
96 struct tb_tunnel *tb_tunnel_alloc_usb3(struct tb *tb, struct tb_port *up,
H A Ddebugfs.c131 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/fs/reiserfs/
H A Dprints.c646 if (!tb) in store_print_tb()
655 tb->tb_mode, PATH_LAST_POSITION(tb->tb_path), in store_print_tb()
679 (tb->FL[h]) ? (long long)(tb->FL[h]-> in store_print_tb()
681 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
683 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
685 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> in store_print_tb()
693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
694 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
695 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
696 tb->cur_blknum, tb->lkey[0], tb->rkey[0]); in store_print_tb()
[all …]
H A Dlbalance.c641 src_bi->tb = tb; in leaf_define_dest_src_infos()
647 dest_bi->tb = tb; in leaf_define_dest_src_infos()
655 src_bi->tb = tb; in leaf_define_dest_src_infos()
659 dest_bi->tb = tb; in leaf_define_dest_src_infos()
667 src_bi->tb = tb; in leaf_define_dest_src_infos()
671 dest_bi->tb = tb; in leaf_define_dest_src_infos()
679 src_bi->tb = tb; in leaf_define_dest_src_infos()
683 dest_bi->tb = tb; in leaf_define_dest_src_infos()
691 src_bi->tb = tb; in leaf_define_dest_src_infos()
695 dest_bi->tb = tb; in leaf_define_dest_src_infos()
[all …]
/openbmc/linux/net/ethtool/
H A Drings.c138 struct nlattr **tb = info->attrs; in ethnl_set_rings_validate() local
140 if (tb[ETHTOOL_A_RINGS_RX_BUF_LEN] && in ethnl_set_rings_validate()
148 if (tb[ETHTOOL_A_RINGS_CQE_SIZE] && in ethnl_set_rings_validate()
151 tb[ETHTOOL_A_RINGS_CQE_SIZE], in ethnl_set_rings_validate()
156 if (tb[ETHTOOL_A_RINGS_TX_PUSH] && in ethnl_set_rings_validate()
159 tb[ETHTOOL_A_RINGS_TX_PUSH], in ethnl_set_rings_validate()
164 if (tb[ETHTOOL_A_RINGS_RX_PUSH] && in ethnl_set_rings_validate()
167 tb[ETHTOOL_A_RINGS_RX_PUSH], in ethnl_set_rings_validate()
189 struct nlattr **tb = info->attrs; in ethnl_set_rings() local
218 err_attr = tb[ETHTOOL_A_RINGS_RX]; in ethnl_set_rings()
[all …]
H A Dcoalesce.c237 struct nlattr **tb = info->attrs; in ethnl_set_coalesce_validate() local
248 NL_SET_ERR_MSG_ATTR(info->extack, tb[a], in ethnl_set_coalesce_validate()
264 struct nlattr **tb = info->attrs; in __ethnl_set_coalesce() local
274 tb[ETHTOOL_A_COALESCE_RX_USECS], &mod); in __ethnl_set_coalesce()
276 tb[ETHTOOL_A_COALESCE_RX_MAX_FRAMES], &mod); in __ethnl_set_coalesce()
278 tb[ETHTOOL_A_COALESCE_RX_USECS_IRQ], &mod); in __ethnl_set_coalesce()
282 tb[ETHTOOL_A_COALESCE_TX_USECS], &mod); in __ethnl_set_coalesce()
286 tb[ETHTOOL_A_COALESCE_TX_USECS_IRQ], &mod); in __ethnl_set_coalesce()
292 tb[ETHTOOL_A_COALESCE_PKT_RATE_LOW], &mod); in __ethnl_set_coalesce()
294 tb[ETHTOOL_A_COALESCE_RX_USECS_LOW], &mod); in __ethnl_set_coalesce()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_netportnet.c200 if (tb[IPSET_ATTR_LINENO]) in hash_netportnet4_uadt()
204 if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] || in hash_netportnet4_uadt()
222 if (tb[IPSET_ATTR_CIDR]) { in hash_netportnet4_uadt()
228 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet4_uadt()
236 if (tb[IPSET_ATTR_PROTO]) { in hash_netportnet4_uadt()
258 !(tb[IPSET_ATTR_IP_TO] || with_ports || tb[IPSET_ATTR_IP2_TO])) { in hash_netportnet4_uadt()
267 if (tb[IPSET_ATTR_IP_TO]) { in hash_netportnet4_uadt()
484 if (tb[IPSET_ATTR_LINENO]) in hash_netportnet6_uadt()
488 if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] || in hash_netportnet6_uadt()
493 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netportnet6_uadt()
[all …]
H A Dip_set_hash_netport.c166 if (tb[IPSET_ATTR_LINENO]) in hash_netport4_uadt()
169 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_netport4_uadt()
183 if (tb[IPSET_ATTR_CIDR]) { in hash_netport4_uadt()
192 if (tb[IPSET_ATTR_PROTO]) { in hash_netport4_uadt()
207 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netport4_uadt()
222 if (tb[IPSET_ATTR_PORT_TO]) { in hash_netport4_uadt()
227 if (tb[IPSET_ATTR_IP_TO]) { in hash_netport4_uadt()
386 if (tb[IPSET_ATTR_LINENO]) in hash_netport6_uadt()
405 if (tb[IPSET_ATTR_CIDR]) { in hash_netport6_uadt()
415 if (tb[IPSET_ATTR_PROTO]) { in hash_netport6_uadt()
[all …]
H A Dip_set_hash_ipport.c123 if (tb[IPSET_ATTR_LINENO]) in hash_ipport4_uadt()
126 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_ipport4_uadt()
145 if (tb[IPSET_ATTR_PROTO]) { in hash_ipport4_uadt()
159 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] || in hash_ipport4_uadt()
160 tb[IPSET_ATTR_PORT_TO])) { in hash_ipport4_uadt()
166 if (tb[IPSET_ATTR_IP_TO]) { in hash_ipport4_uadt()
172 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ipport4_uadt()
294 if (tb[IPSET_ATTR_LINENO]) in hash_ipport6_uadt()
297 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_ipport6_uadt()
301 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ipport6_uadt()
[all …]
H A Dip_set_hash_ipmark.c107 if (tb[IPSET_ATTR_LINENO]) in hash_ipmark4_uadt()
110 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_ipmark4_uadt()
118 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipmark4_uadt()
128 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR])) { in hash_ipmark4_uadt()
134 if (tb[IPSET_ATTR_IP_TO]) { in hash_ipmark4_uadt()
143 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ipmark4_uadt()
144 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipmark4_uadt()
241 if (tb[IPSET_ATTR_LINENO]) in hash_ipmark6_uadt()
244 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_ipmark6_uadt()
247 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ipmark6_uadt()
[all …]
H A Dip_set_hash_netnet.c177 if (tb[IPSET_ATTR_LINENO]) in hash_netnet4_uadt()
181 if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] || in hash_netnet4_uadt()
197 if (tb[IPSET_ATTR_CIDR]) { in hash_netnet4_uadt()
203 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt()
226 if (tb[IPSET_ATTR_IP_TO]) { in hash_netnet4_uadt()
239 if (tb[IPSET_ATTR_IP2_TO]) { in hash_netnet4_uadt()
419 if (tb[IPSET_ATTR_LINENO]) in hash_netnet6_uadt()
423 if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] || in hash_netnet6_uadt()
426 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netnet6_uadt()
441 if (tb[IPSET_ATTR_CIDR]) { in hash_netnet6_uadt()
[all …]
H A Dip_set_hash_net.c146 if (tb[IPSET_ATTR_LINENO]) in hash_net4_uadt()
149 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_net4_uadt()
161 if (tb[IPSET_ATTR_CIDR]) { in hash_net4_uadt()
162 e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_net4_uadt()
167 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_net4_uadt()
182 if (tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt()
318 if (tb[IPSET_ATTR_LINENO]) in hash_net6_uadt()
321 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_net6_uadt()
324 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_net6_uadt()
335 if (tb[IPSET_ATTR_CIDR]) { in hash_net6_uadt()
[all …]
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c73 if (tb) { in inet_bind_bucket_create()
82 return tb; in inet_bind_bucket_create()
99 return net_eq(ib_net(tb), net) && tb->port == port && in inet_bind_bucket_match()
133 if (tb) in inet_bind2_bucket_create()
136 return tb; in inet_bind2_bucket_create()
142 if (hlist_empty(&tb->owners) && hlist_empty(&tb->deathrow)) { in inet_bind2_bucket_destroy()
258 if (!tb) { in __inet_inherit_port()
261 if (!tb) { in __inet_inherit_port()
824 if (!net_eq(ib2_net(tb), net) || tb->port != port || in inet_bind2_bucket_match()
834 if (!net_eq(ib2_net(tb), net) || tb->port != port || in inet_bind2_bucket_match_addr_any()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_vlan_options.c138 struct nlattr **tb, in br_vlan_modify_tunnel() argument
156 attr = tb[BRIDGE_VLANDB_ENTRY_TUNNEL_INFO]; in br_vlan_modify_tunnel()
197 struct nlattr **tb, in br_vlan_process_one_opts() argument
204 if (tb[BRIDGE_VLANDB_ENTRY_STATE]) { in br_vlan_process_one_opts()
211 if (tb[BRIDGE_VLANDB_ENTRY_TUNNEL_INFO]) { in br_vlan_process_one_opts()
218 if (tb[BRIDGE_VLANDB_ENTRY_MCAST_ROUTER]) { in br_vlan_process_one_opts()
267 struct nlattr **tb, in br_vlan_process_options() argument
514 struct nlattr **tb, in br_vlan_process_global_one_opts() argument
615 if (tb[BRIDGE_VLANDB_GOPTS_MSTI]) { in br_vlan_process_global_one_opts()
676 if (!tb[BRIDGE_VLANDB_GOPTS_ID]) { in br_vlan_rtm_process_global_options()
[all …]
/openbmc/linux/net/netfilter/
H A Dnft_hash.c71 const struct nlattr * const tb[]) in nft_jhash_init() argument
77 if (!tb[NFTA_HASH_SREG] || in nft_jhash_init()
78 !tb[NFTA_HASH_DREG] || in nft_jhash_init()
79 !tb[NFTA_HASH_LEN] || in nft_jhash_init()
80 !tb[NFTA_HASH_MODULUS]) in nft_jhash_init()
83 if (tb[NFTA_HASH_OFFSET]) in nft_jhash_init()
105 if (tb[NFTA_HASH_SEED]) { in nft_jhash_init()
122 if (!tb[NFTA_HASH_DREG] || in nft_symhash_init()
123 !tb[NFTA_HASH_MODULUS]) in nft_symhash_init()
126 if (tb[NFTA_HASH_OFFSET]) in nft_symhash_init()
[all …]
H A Dnft_bitwise.c108 if (tb[NFTA_BITWISE_DATA]) in nft_bitwise_init_bool()
111 if (!tb[NFTA_BITWISE_MASK] || in nft_bitwise_init_bool()
112 !tb[NFTA_BITWISE_XOR]) in nft_bitwise_init_bool()
141 if (tb[NFTA_BITWISE_MASK] || in nft_bitwise_init_shift()
142 tb[NFTA_BITWISE_XOR]) in nft_bitwise_init_shift()
145 if (!tb[NFTA_BITWISE_DATA]) in nft_bitwise_init_shift()
185 if (tb[NFTA_BITWISE_OP]) { in nft_bitwise_init()
378 if (tb[NFTA_BITWISE_DATA]) in nft_bitwise_fast_init()
382 !tb[NFTA_BITWISE_XOR]) in nft_bitwise_fast_init()
493 !tb[NFTA_BITWISE_DREG]) in nft_bitwise_select_ops()
[all …]
H A Dnft_exthdr.c509 !tb[NFTA_EXTHDR_LEN]) in nft_exthdr_init()
529 if (tb[NFTA_EXTHDR_OP]) { in nft_exthdr_init()
557 !tb[NFTA_EXTHDR_LEN]) in nft_exthdr_tcp_set_init()
560 if (tb[NFTA_EXTHDR_DREG] || tb[NFTA_EXTHDR_FLAGS]) in nft_exthdr_tcp_set_init()
605 tb[NFTA_EXTHDR_LEN]) in nft_exthdr_tcp_strip_init()
608 if (!tb[NFTA_EXTHDR_TYPE]) in nft_exthdr_tcp_strip_init()
799 if (!tb[NFTA_EXTHDR_OP]) in nft_exthdr_select_ops()
802 if (tb[NFTA_EXTHDR_SREG] && tb[NFTA_EXTHDR_DREG]) in nft_exthdr_select_ops()
808 if (tb[NFTA_EXTHDR_SREG]) in nft_exthdr_select_ops()
810 if (tb[NFTA_EXTHDR_DREG]) in nft_exthdr_select_ops()
[all …]
/openbmc/linux/net/sched/
H A Dem_ipt.c104 mname_attr = tb[TCA_EM_IPT_MATCH_NAME]; in get_xt_match()
115 if (tb[TCA_EM_IPT_MATCH_REVISION]) in get_xt_match()
116 mrev = nla_get_u8(tb[TCA_EM_IPT_MATCH_REVISION]); in get_xt_match()
118 ret = m->validate_match_data(tb, mrev); in get_xt_match()
122 nfproto = nla_get_u8(tb[TCA_EM_IPT_NFPROTO]); in get_xt_match()
129 struct nlattr *tb[TCA_EM_IPT_MAX + 1]; in em_ipt_change() local
140 if (!tb[TCA_EM_IPT_HOOK] || !tb[TCA_EM_IPT_MATCH_NAME] || in em_ipt_change()
141 !tb[TCA_EM_IPT_MATCH_DATA] || !tb[TCA_EM_IPT_NFPROTO]) in em_ipt_change()
144 nfproto = nla_get_u8(tb[TCA_EM_IPT_NFPROTO]); in em_ipt_change()
153 match = get_xt_match(tb); in em_ipt_change()
[all …]
H A Dact_tunnel_key.c95 err = nla_parse_nested_deprecated(tb, in tunnel_key_copy_geneve_opt()
392 if (!tb[TCA_TUNNEL_KEY_PARMS]) { in tunnel_key_init()
410 if (tb[TCA_TUNNEL_KEY_ENC_KEY_ID]) { in tunnel_key_init()
419 if (tb[TCA_TUNNEL_KEY_NO_CSUM] && in tunnel_key_init()
426 if (tb[TCA_TUNNEL_KEY_ENC_DST_PORT]) in tunnel_key_init()
429 if (tb[TCA_TUNNEL_KEY_ENC_OPTS]) { in tunnel_key_init()
439 if (tb[TCA_TUNNEL_KEY_ENC_TOS]) in tunnel_key_init()
442 if (tb[TCA_TUNNEL_KEY_ENC_TTL]) in tunnel_key_init()
445 if (tb[TCA_TUNNEL_KEY_ENC_IPV4_SRC] && in tunnel_key_init()
446 tb[TCA_TUNNEL_KEY_ENC_IPV4_DST]) { in tunnel_key_init()
[all …]
H A Dcls_flower.c793 if (!tb[val_type]) in fl_set_key_val()
1690 if (!tb) { in is_vlan_key()
1814 if (tb[TCA_FLOWER_KEY_IPV4_SRC] || tb[TCA_FLOWER_KEY_IPV4_DST]) { in fl_set_key()
2240 struct nlattr **tb; in fl_change() local
2256 if (!tb) { in fl_change()
2436 kfree(tb); in fl_change()
2470 kfree(tb); in fl_change()
2679 struct nlattr **tb; in fl_tmplt_create() local
2686 if (!tb) in fl_tmplt_create()
2709 kfree(tb); in fl_tmplt_create()
[all …]
/openbmc/linux/net/wireless/
H A Dpmsr.c29 if (tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE]) in pmsr_parse_ftm()
40 if (!tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE]) { in pmsr_parse_ftm()
49 tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE], in pmsr_parse_ftm()
57 if (tb[NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD]) in pmsr_parse_ftm()
64 tb[NL80211_PMSR_FTM_REQ_ATTR_ASAP], in pmsr_parse_ftm()
198 if (!tb[NL80211_PMSR_PEER_ATTR_ADDR] || in pmsr_parse_peer()
199 !tb[NL80211_PMSR_PEER_ATTR_CHAN] || in pmsr_parse_peer()
200 !tb[NL80211_PMSR_PEER_ATTR_REQ]) { in pmsr_parse_peer()
211 tb[NL80211_PMSR_PEER_ATTR_CHAN], in pmsr_parse_peer()
222 tb[NL80211_PMSR_PEER_ATTR_REQ], NULL, in pmsr_parse_peer()
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Dnldev.c1098 if (tb[RDMA_NLDEV_NET_NS_FD]) { in nldev_set_doit()
1106 if (tb[RDMA_NLDEV_ATTR_DEV_DIM]) { in nldev_set_doit()
1431 if (ret || !tb[RDMA_NLDEV_ATTR_DEV_INDEX] || !fe->id || !tb[fe->id]) in res_get_common_doit()
1453 id = nla_get_u32(tb[fe->id]); in res_get_common_doit()
1705 !tb[RDMA_NLDEV_ATTR_LINK_TYPE] || !tb[RDMA_NLDEV_ATTR_NDEV_NAME]) in nldev_newlink()
1924 struct nlattr *tb[], in nldev_stat_set_mode_doit() argument
1943 if (!tb[RDMA_NLDEV_ATTR_RES_LQPN]) in nldev_stat_set_mode_doit()
2098 !tb[RDMA_NLDEV_ATTR_DEV_INDEX] || !tb[RDMA_NLDEV_ATTR_PORT_INDEX] || in nldev_stat_del_doit()
2159 struct nlattr *tb[]) in stat_get_doit_default_counter() argument
2169 if (!tb[RDMA_NLDEV_ATTR_DEV_INDEX] || !tb[RDMA_NLDEV_ATTR_PORT_INDEX]) in stat_get_doit_default_counter()
[all …]
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c406 tpm_buf_append_u16(tb, type); in osap()
407 tpm_buf_append_u32(tb, handle); in osap()
543 tpm_buf_append_u8(tb, cont); in tpm_seal()
630 tpm_buf_append_u8(tb, cont); in tpm_unseal()
634 tpm_buf_append_u8(tb, cont); in tpm_unseal()
664 struct tpm_buf tb; in key_seal() local
667 ret = tpm_buf_init(&tb, 0, 0); in key_seal()
680 tpm_buf_destroy(&tb); in key_seal()
690 struct tpm_buf tb; in key_unseal() local
693 ret = tpm_buf_init(&tb, 0, 0); in key_unseal()
[all …]
/openbmc/linux/net/core/
H A Drtnetlink.c2320 if (tb[IFLA_NET_NS_PID] || tb[IFLA_NET_NS_FD]) in rtnl_link_get_net_by_nlattr()
2367 if (tb[IFLA_TARGET_NETNSID] && (tb[IFLA_NET_NS_PID] || tb[IFLA_NET_NS_FD])) in rtnl_ensure_unique_netns()
2370 if (tb[IFLA_NET_NS_PID] && (tb[IFLA_TARGET_NETNSID] || tb[IFLA_NET_NS_FD])) in rtnl_ensure_unique_netns()
2373 if (tb[IFLA_NET_NS_FD] && (tb[IFLA_TARGET_NETNSID] || tb[IFLA_NET_NS_PID])) in rtnl_ensure_unique_netns()
2761 if (tb[IFLA_NET_NS_PID] || tb[IFLA_NET_NS_FD] || tb[IFLA_TARGET_NETNSID]) { in do_setlink()
3162 else if (tb[IFLA_IFNAME] || tb[IFLA_ALT_IFNAME]) in rtnl_setlink()
3265 else if (tb[IFLA_IFNAME] || tb[IFLA_ALT_IFNAME]) in rtnl_dellink()
3534 struct nlattr ** const tb = tbs->tb; in __rtnl_newlink() local
3687 if (tb[IFLA_MAP] || tb[IFLA_PROTINFO]) in __rtnl_newlink()
3806 else if (tb[IFLA_IFNAME] || tb[IFLA_ALT_IFNAME]) in rtnl_getlink()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp-tbsync.c25 volatile u64 tb; member
48 u64 tb; in smp_generic_take_timebase() local
63 tb = tbsync->tb; in smp_generic_take_timebase()
72 set_tb(tb >> 32, tb & 0xfffffffful); in smp_generic_take_timebase()
81 u64 tb; in start_contest() local
88 tb = get_tb() + 400; in start_contest()
89 tbsync->tb = tb + offset; in start_contest()
90 tbsync->mark = mark = tb + 400; in start_contest()
98 while (get_tb() <= tb) in start_contest()

12345678910>>...26