Home
last modified time | relevance | path

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

12345678

/linux-3.3/fs/reiserfs/
Ddo_balan.c24 static inline void buffer_info_init_left(struct tree_balance *tb, in buffer_info_init_left()
33 static inline void buffer_info_init_right(struct tree_balance *tb, in buffer_info_init_right()
42 static inline void buffer_info_init_tbS0(struct tree_balance *tb, in buffer_info_init_tbS0()
51 static inline void buffer_info_init_bh(struct tree_balance *tb, in buffer_info_init_bh()
61 inline void do_balance_mark_leaf_dirty(struct tree_balance *tb, in do_balance_mark_leaf_dirty()
101 static int balance_leaf_when_delete(struct tree_balance *tb, int flag) in balance_leaf_when_delete()
271 static int balance_leaf(struct tree_balance *tb, struct item_head *ih, /* item header of inserted i… in balance_leaf()
1665 struct buffer_head *get_FEB(struct tree_balance *tb) in get_FEB()
1689 static void store_thrown(struct tree_balance *tb, struct buffer_head *bh) in store_thrown()
1706 static void free_thrown(struct tree_balance *tb) in free_thrown()
[all …]
Dfix_node.c78 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
203 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left()
283 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right()
366 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver()
585 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters()
612 static int is_leaf_removable(struct tree_balance *tb) in is_leaf_removable()
654 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree) in are_leaves_removable()
750 static void free_buffers_in_tb(struct tree_balance *tb) in free_buffers_in_tb()
779 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes()
854 static int get_lfree(struct tree_balance *tb, int h) in get_lfree()
[all …]
Dibalance.c25 struct tree_balance *tb, in internal_define_dest_src_infos()
463 struct tree_balance *tb, in internal_shift_left()
500 static void internal_shift1_left(struct tree_balance *tb, in internal_shift1_left()
527 struct tree_balance *tb, in internal_shift_right()
567 static void internal_shift1_right(struct tree_balance *tb, in internal_shift1_right()
589 static void balance_internal_when_delete(struct tree_balance *tb, in balance_internal_when_delete()
711 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey()
726 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey()
740 int balance_internal(struct tree_balance *tb, /* tree_balance structure */ in balance_internal()
/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-testmode.c242 static int iwl_testmode_ucode(struct ieee80211_hw *hw, struct nlattr **tb) in iwl_testmode_ucode()
285 static int iwl_testmode_reg(struct ieee80211_hw *hw, struct nlattr **tb) in iwl_testmode_reg()
418 static int iwl_testmode_driver(struct ieee80211_hw *hw, struct nlattr **tb) in iwl_testmode_driver()
575 static int iwl_testmode_trace(struct ieee80211_hw *hw, struct nlattr **tb) in iwl_testmode_trace()
651 static int iwl_testmode_trace_dump(struct ieee80211_hw *hw, struct nlattr **tb, in iwl_testmode_trace_dump()
697 static int iwl_testmode_ownership(struct ieee80211_hw *hw, struct nlattr **tb) in iwl_testmode_ownership()
733 static int iwl_testmode_sram(struct ieee80211_hw *hw, struct nlattr **tb) in iwl_testmode_sram()
789 static int iwl_testmode_sram_dump(struct ieee80211_hw *hw, struct nlattr **tb, in iwl_testmode_sram_dump()
843 struct nlattr *tb[IWL_TM_ATTR_MAX]; in iwlagn_mac_testmode_cmd() local
920 struct nlattr *tb[IWL_TM_ATTR_MAX]; in iwlagn_mac_testmode_dump() local
/linux-3.3/drivers/net/wireless/wl12xx/
Dtestmode.c71 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test()
136 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate()
199 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure()
231 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode()
258 static int wl1271_tm_cmd_recover(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_recover()
270 struct nlattr *tb[WL1271_TM_ATTR_MAX + 1]; in wl1271_tm_cmd() local
/linux-3.3/net/dcb/
Ddcbnl.c235 static int dcbnl_getstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_getstate()
250 static int dcbnl_getpfccfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_getpfccfg()
317 static int dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlattr **tb, in dcbnl_getperm_hwaddr()
358 static int dcbnl_getcap(struct net_device *netdev, struct nlattr **tb, in dcbnl_getcap()
424 static int dcbnl_getnumtcs(struct net_device *netdev, struct nlattr **tb, in dcbnl_getnumtcs()
502 static int dcbnl_setnumtcs(struct net_device *netdev, struct nlattr **tb, in dcbnl_setnumtcs()
541 static int dcbnl_getpfcstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_getpfcstate()
556 static int dcbnl_setpfcstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_setpfcstate()
575 static int dcbnl_getapp(struct net_device *netdev, struct nlattr **tb, in dcbnl_getapp()
662 static int dcbnl_setapp(struct net_device *netdev, struct nlattr **tb, in dcbnl_setapp()
[all …]
/linux-3.3/net/ipv4/
Dfib_frontend.c77 struct fib_table *tb; in fib_new_table() local
96 struct fib_table *tb; in fib_get_table() local
121 struct fib_table *tb; in fib_flush() local
449 struct fib_table *tb; in ip_rt_ioctl() local
562 struct fib_table *tb; in inet_rtm_delroute() local
584 struct fib_table *tb; in inet_rtm_newroute() local
607 struct fib_table *tb; in inet_dump_fib() local
651 struct fib_table *tb; in fib_magic() local
872 static void nl_fib_lookup(struct fib_result_nl *frn, struct fib_table *tb) in nl_fib_lookup()
911 struct fib_table *tb; in nl_fib_input() local
[all …]
Dinet_hashtables.c36 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create() local
52 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
61 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
83 struct inet_bind_bucket *tb; in __inet_put_port() local
112 struct inet_bind_bucket *tb; in __inet_inherit_port() local
463 struct inet_bind_bucket *tb; in __inet_hash_connect() local
Dfib_trie.c1187 int fib_table_insert(struct fib_table *tb, struct fib_config *cfg) in fib_table_insert()
1355 static int check_leaf(struct fib_table *tb, struct trie *t, struct leaf *l, in check_leaf()
1419 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup()
1634 int fib_table_delete(struct fib_table *tb, struct fib_config *cfg) in fib_table_delete()
1830 int fib_table_flush(struct fib_table *tb) in fib_table_flush()
1851 void fib_free_table(struct fib_table *tb) in fib_free_table()
1857 struct fib_table *tb, in fn_trie_dump_fa()
1893 static int fn_trie_dump_leaf(struct leaf *l, struct fib_table *tb, in fn_trie_dump_leaf()
1927 int fib_table_dump(struct fib_table *tb, struct sk_buff *skb, in fib_table_dump()
1984 struct fib_table *tb; in fib_trie_table() local
[all …]
/linux-3.3/arch/sparc/mm/
Dtlb.c26 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending() local
49 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in tlb_batch_add() local
/linux-3.3/net/8021q/
Dvlan_netlink.c40 static int vlan_validate(struct nlattr *tb[], struct nlattr *data[]) in vlan_validate()
79 struct nlattr *tb[], struct nlattr *data[]) in vlan_changelink()
106 struct nlattr *tb[], struct nlattr *data[]) in vlan_newlink()
/linux-3.3/arch/powerpc/kernel/
Dsmp-tbsync.c25 volatile u64 tb; member
48 u64 tb; in smp_generic_take_timebase() local
81 u64 tb; in start_contest() local
/linux-3.3/drivers/tty/
Dtty_buffer.c253 struct tty_buffer *tb = tty->buf.tail; in tty_insert_flip_string_fixed_flag() local
290 struct tty_buffer *tb = tty->buf.tail; in tty_insert_flip_string_flags() local
349 struct tty_buffer *tb = tty->buf.tail; in tty_prepare_flip_string() local
379 struct tty_buffer *tb = tty->buf.tail; in tty_prepare_flip_string_flags() local
/linux-3.3/net/decnet/
Ddn_table.c388 struct dn_fib_table *tb, in dn_hash_dump_bucket()
417 struct dn_fib_table *tb, in dn_hash_dump_zone()
439 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump()
471 struct dn_fib_table *tb; in dn_fib_dump() local
507 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct dn_kern_rta *rta, s… in dn_fib_table_insert()
644 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct dn_kern_rta *rta, s… in dn_fib_table_delete()
749 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush()
768 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup()
873 struct dn_fib_table *tb; in dn_fib_flush() local
Ddn_rules.c123 struct nlattr **tb) in dn_fib_rule_configure()
161 struct nlattr **tb) in dn_fib_rule_compare()
185 struct dn_fib_table *tb = dn_fib_get_table(RT_TABLE_LOCAL, 0); in dnet_addr_type() local
/linux-3.3/net/netfilter/
Dnfnetlink_acct.c43 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_acct_new()
167 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_acct_get()
233 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_acct_del()
/linux-3.3/security/keys/
Dtrusted.c374 static int tpm_get_random(struct tpm_buf *tb, unsigned char *buf, uint32_t len) in tpm_get_random()
391 struct tpm_buf *tb; in my_get_random() local
425 static int osap(struct tpm_buf *tb, struct osapsess *s, in osap()
460 static int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap()
490 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal()
605 static int tpm_unseal(struct tpm_buf *tb, in tpm_unseal()
696 struct tpm_buf *tb; in key_seal() local
722 struct tpm_buf *tb; in key_unseal() local
/linux-3.3/crypto/
Dseqiv.c261 static struct crypto_instance *seqiv_ablkcipher_alloc(struct rtattr **tb) in seqiv_ablkcipher_alloc()
281 static struct crypto_instance *seqiv_aead_alloc(struct rtattr **tb) in seqiv_aead_alloc()
301 static struct crypto_instance *seqiv_alloc(struct rtattr **tb) in seqiv_alloc()
/linux-3.3/net/core/
Drtnetlink.c1054 struct nlattr *tb[IFLA_MAX+1]; in rtnl_dump_ifinfo() local
1152 struct net *rtnl_link_get_net(struct net *src_net, struct nlattr *tb[]) in rtnl_link_get_net()
1168 static int validate_linkmsg(struct net_device *dev, struct nlattr *tb[]) in validate_linkmsg()
1295 struct nlattr **tb, char *ifname, int modified) in do_setlink()
1536 struct nlattr *tb[IFLA_MAX+1]; in rtnl_setlink() local
1578 struct nlattr *tb[IFLA_MAX+1]; in rtnl_dellink() local
1631 char *ifname, const struct rtnl_link_ops *ops, struct nlattr *tb[]) in rtnl_create_link()
1679 struct nlattr **tb) in rtnl_group_changelink()
1703 struct nlattr *tb[IFLA_MAX+1]; in rtnl_newlink() local
1853 struct nlattr *tb[IFLA_MAX+1]; in rtnl_getlink() local
[all …]
/linux-3.3/net/netfilter/ipset/
Dip_set_core.c277 struct nlattr *tb[IPSET_ATTR_IPADDR_MAX+1]; in ip_set_get_ipaddr4() local
294 struct nlattr *tb[IPSET_ATTR_IPADDR_MAX+1]; in ip_set_get_ipaddr6() local
553 protocol_failed(const struct nlattr * const tb[]) in protocol_failed()
649 struct nlattr *tb[IPSET_ATTR_CREATE_MAX+1] = {}; in ip_set_create() local
1183 struct nlattr *tb[], enum ipset_adt adt, in call_ad()
1244 struct nlattr *tb[IPSET_ATTR_ADT_MAX+1] = {}; in ip_set_uadd() local
1298 struct nlattr *tb[IPSET_ATTR_ADT_MAX+1] = {}; in ip_set_udel() local
1352 struct nlattr *tb[IPSET_ATTR_ADT_MAX+1] = {}; in ip_set_utest() local
/linux-3.3/include/linux/
Dtty_flip.h14 struct tty_buffer *tb = tty->buf.tail; in tty_insert_flip_char() local
/linux-3.3/drivers/net/fddi/skfp/
Dfplustm.c1064 struct s_fpmc *tb ; in mac_get_mc_table() local
1105 struct s_fpmc *tb ; in mac_clear_multicast() local
1148 struct s_fpmc *tb ; in mac_add_multicast() local
1201 struct s_fpmc *tb ; in mac_update_multicast() local
/linux-3.3/net/sched/
Dact_api.c491 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1() local
569 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init() local
697 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1() local
770 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush() local
843 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd() local
1029 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind() local
/linux-3.3/arch/powerpc/boot/
D4xx.c339 u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; in ibm440gp_fixup_clocks() local
426 u32 ccr1, tb = tmr_clk; in __ibm440eplike_fixup_clocks() local
558 u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; in ibm405gp_fixup_clocks() local
632 u32 pllmr0_ccdv, tb, m; in ibm405ep_fixup_clocks() local
753 u32 cpu, plb, opb, ebc, vco, tb, uart0, uart1; in ibm405ex_fixup_clocks() local
/linux-3.3/net/ipv6/
Dfib6_rules.c151 struct nlattr **tb) in fib6_rule_configure()
185 struct nlattr **tb) in fib6_rule_compare()

12345678