/linux-3.3/fs/jffs2/ |
D | readinode.c | 29 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_node_data() 148 static int check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_tn_node() 176 struct jffs2_tmp_dnode_info *tn = NULL; in jffs2_lookup_tn() local 197 static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in jffs2_kill_tn() 218 struct jffs2_tmp_dnode_info *tn) in jffs2_add_tn_to_tree() 419 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) in ver_insert() 542 struct jffs2_tmp_dnode_info *tn; in jffs2_free_tmp_dnode_info_list() local 712 struct jffs2_tmp_dnode_info *tn; in read_dnode() local
|
D | nodelist.h | 350 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument 351 #define tn_prev(tn) rb_entry(rb_prev(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument 352 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument 353 #define tn_left(tn) rb_entry((tn)->rb.rb_left, struct jffs2_tmp_dnode_info, rb) argument 354 #define tn_right(tn) rb_entry((tn)->rb.rb_right, struct jffs2_tmp_dnode_info, rb) argument 355 #define tn_erase(tn, list) rb_erase(&tn->rb, list); argument
|
/linux-3.3/net/ipv4/ |
D | fib_trie.c | 220 static inline struct rt_trie_node *tnode_get_child(const struct tnode *tn, unsigned int i) in tnode_get_child() 230 static inline struct rt_trie_node *tnode_get_child_rcu(const struct tnode *tn, unsigned int i) in tnode_get_child_rcu() 237 static inline int tnode_child_length(const struct tnode *tn) in tnode_child_length() 343 static inline void check_tnode(const struct tnode *tn) in check_tnode() 390 struct tnode *tn = container_of(arg, struct tnode, work); in __tnode_vfree() local 396 struct tnode *tn = container_of(head, struct tnode, rcu); in __tnode_free_rcu() local 408 static inline void tnode_free(struct tnode *tn) in tnode_free() 416 static void tnode_free_safe(struct tnode *tn) in tnode_free_safe() 427 struct tnode *tn; in tnode_free_flush() local 465 struct tnode *tn = tnode_alloc(sz); in tnode_new() local [all …]
|
/linux-3.3/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 97 Symbios_target *tn = &nvram->target[target]; in sym_Symbios_setup_target() local 121 struct Tekram_target *tn = &nvram->target[target]; in sym_Tekram_setup_target() local 172 struct Symbios_target *tn = &nvram->target[i]; in sym_display_Symbios_nvram() local 220 struct Tekram_target *tn = &nvram->target[i]; in sym_display_Tekram_nvram() local
|
D | sym_hipd.c | 4648 u_char tn = cmd->device->id; local 4953 static void sym_init_tcb (struct sym_hcb *np, u_char tn) 4969 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) 5053 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln) 5100 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln)
|
/linux-3.3/arch/arm/vfp/ |
D | vfpdouble.c | 211 int tn, tm = 0; in vfp_propagate_nan() local 688 int tn, tm; in vfp_double_fadd_nonnumber() local 1009 int tm, tn; in vfp_double_fdiv() local
|
D | vfpsingle.c | 219 int tn, tm = 0; in vfp_propagate_nan() local 734 int tn, tm; in vfp_single_fadd_nonnumber() local 1055 int tm, tn; in vfp_single_fdiv() local
|
/linux-3.3/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 268 struct ipoib_neigh *neigh, *tn; in path_free() local 412 struct ipoib_neigh *neigh, *tn; in path_rec_completion() local
|
/linux-3.3/drivers/scsi/ |
D | ncr53c8xx.c | 5635 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_tags() local 7146 u_char tn = cmd->device->id; in ncr_get_ccb() local 7356 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb() 7405 static void ncr_init_tcb (struct ncb *np, u_char tn) in ncr_init_tcb() 7492 static struct lcb *ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln) in ncr_alloc_lcb() 7584 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_lcb() local
|
/linux-3.3/drivers/ata/ |
D | pata_mpc52xx.c | 87 u8 tn; member
|
/linux-3.3/kernel/trace/ |
D | ftrace.c | 1082 struct hlist_node *tp, *tn; in ftrace_hash_clear() local 1190 struct hlist_node *tp, *tn; in ftrace_hash_move() local
|