Searched refs:tn (Results 1 - 25 of 63) sorted by path

123

/linux-master/arch/arm/vfp/
H A Dvfpdouble.c211 int tn, tm = 0; local
213 tn = vfp_double_type(vdn);
229 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN))
244 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG;
688 int tn, tm; local
690 tn = vfp_double_type(vdn);
693 if (tn & tm & VFP_INFINITY) {
709 } else if (tn & VFP_INFINITY && tm & VFP_NUMBER) {
1011 int tm, tn; local
[all...]
H A Dvfpsingle.c219 int tn, tm = 0; local
221 tn = vfp_single_type(vsn);
237 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN))
252 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG;
734 int tn, tm; local
736 tn = vfp_single_type(vsn);
739 if (tn & tm & VFP_INFINITY) {
755 } else if (tn & VFP_INFINITY && tm & VFP_NUMBER) {
1057 int tm, tn; local
[all...]
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c451 unsigned int iobase, tmp, tn; local
493 if (kstrtouint(b, 16, &tn))
495 tmp += tn;
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1055 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln);
1056 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);
H A Dsym_hipd.c45 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln);
4646 u_char tn = cmd->device->id; local
4648 struct sym_tcb *tp = &np->target[tn];
4680 sym_alloc_lcb_tags(np, tn, ln);
4754 cp->target = tn;
4951 static void sym_init_tcb (struct sym_hcb *np, u_char tn) argument
4967 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument
4969 struct sym_tcb *tp = &np->target[tn];
4975 sym_init_tcb (np, tn);
5048 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_cha argument
5094 sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln) argument
[all...]
H A Dsym_nvram.c84 Symbios_target *tn = &nvram->target[target]; local
86 if (!(tn->flags & SYMBIOS_QUEUE_TAGS_ENABLED))
88 if (!(tn->flags & SYMBIOS_DISCONNECT_ENABLE))
90 if (!(tn->flags & SYMBIOS_SCAN_AT_BOOT_TIME))
92 if (!(tn->flags & SYMBIOS_SCAN_LUNS))
94 tp->usr_period = (tn->sync_period + 3) / 4;
95 tp->usr_width = (tn->bus_width == 0x8) ? 0 : 1;
108 struct Tekram_target *tn = &nvram->target[target]; local
110 if (tn->flags & TEKRAM_TAGGED_COMMANDS) {
114 if (tn
159 struct Symbios_target *tn = &nvram->target[i]; local
207 struct Tekram_target *tn = &nvram->target[i]; local
[all...]
/linux-master/net/netfilter/
H A Dxt_TEE.c65 struct tee_net *tn = net_generic(net, tee_net_id); local
68 mutex_lock(&tn->lock);
69 list_for_each_entry(priv, &tn->priv_list, list) {
87 mutex_unlock(&tn->lock);
94 struct tee_net *tn = net_generic(par->net, tee_net_id); local
122 mutex_lock(&tn->lock);
123 list_add(&priv->list, &tn->priv_list);
124 mutex_unlock(&tn->lock);
134 struct tee_net *tn = net_generic(par->net, tee_net_id); local
138 mutex_lock(&tn
175 struct tee_net *tn = net_generic(net, tee_net_id); local
[all...]
H A Dnf_conntrack_proto_tcp.c491 const struct nf_tcp_net *tn = nf_tcp_pernet(nf_ct_net(ct)); local
496 be_liberal = sender->flags & IP_CT_TCP_FLAG_BE_LIBERAL || tn->tcp_be_liberal;
729 const struct nf_tcp_net *tn; local
760 tn = nf_tcp_pernet(nf_ct_net(ct));
763 timeouts = tn->timeouts;
845 const struct nf_tcp_net *tn = nf_tcp_pernet(net); local
869 } else if (tn->tcp_loose == 0) {
938 const struct nf_tcp_net *tn; local
940 tn = nf_tcp_pernet(nf_ct_net(ct));
941 timeouts = tn
970 struct nf_tcp_net *tn = nf_tcp_pernet(net); local
1472 struct nf_tcp_net *tn = nf_tcp_pernet(net); local
1583 struct nf_tcp_net *tn = nf_tcp_pernet(net); local
[all...]
H A Dnf_conntrack_standalone.c973 struct nf_tcp_net *tn = nf_tcp_pernet(net); local
975 #define XASSIGN(XNAME, tn) \
977 &(tn)->timeouts[TCP_CONNTRACK_ ## XNAME]
979 XASSIGN(SYN_SENT, tn);
980 XASSIGN(SYN_RECV, tn);
981 XASSIGN(ESTABLISHED, tn);
982 XASSIGN(FIN_WAIT, tn);
983 XASSIGN(CLOSE_WAIT, tn);
984 XASSIGN(LAST_ACK, tn);
985 XASSIGN(TIME_WAIT, tn);
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c631 struct device_node *dn, *tn; local
636 tn = of_find_next_cache_node(dn);
637 of_node_put(tn);
638 if (tn == cachedn)
643 tn = of_find_next_cache_node(dn);
644 of_node_put(tn);
645 if (tn == cachedn)
H A Dibmebus.c156 struct device_node *tn = of_find_node_by_path(data); local
158 of_node_put(tn);
160 return (tn == dn);
/linux-master/arch/powerpc/sysdev/
H A Dmpic_msgr.c149 struct device_node *tn; local
153 tn = of_find_node_by_path(prop->value);
154 if (node == tn) {
155 of_node_put(tn);
158 of_node_put(tn);
/linux-master/drivers/ata/
H A Dpata_mpc52xx.c89 u8 tn; member in struct:mdmaspec
93 { .t0M = 32, .td = 15, .th = 2, .tj = 2, .tkw = 15, .tm = 4, .tn = 1 },
94 { .t0M = 10, .td = 6, .th = 1, .tj = 1, .tkw = 4, .tm = 2, .tn = 1 },
95 { .t0M = 8, .td = 5, .th = 1, .tj = 1, .tkw = 2, .tm = 2, .tn = 1 },
99 { .t0M = 64, .td = 29, .th = 3, .tj = 3, .tkw = 29, .tm = 7, .tn = 2 },
100 { .t0M = 20, .td = 11, .th = 2, .tj = 1, .tkw = 7, .tm = 4, .tn = 1 },
101 { .t0M = 16, .td = 10, .th = 2, .tj = 1, .tkw = 4, .tm = 4, .tn = 1 },
305 t->mdma2 = ((u32)s->th << 24) | ((u32)s->tj << 16) | ((u32)s->tn << 8);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c1753 struct rnbd_clt_dev *dev, *tn; local
1777 list_for_each_entry_safe(dev, tn, &sess->devs_list, list) {
/linux-master/drivers/clk/sophgo/
H A Dclk-cv18xx-ip.c850 u32 tn = rate; local
851 u32 tcommon = gcd(tm, tn);
853 *n = tn / tcommon;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_requests.c137 struct intel_timeline *tl, *tn; local
143 list_for_each_entry_safe(tl, tn, &timelines->active_list, link) {
181 list_safe_reset_next(tl, tn, link);
193 list_for_each_entry_safe(tl, tn, &free, link)
H A Dintel_timeline.c418 struct intel_timeline *tl, *tn; local
422 list_for_each_entry_safe(tl, tn, &timelines->active_list, link) {
474 list_safe_reset_next(tl, tn, link);
486 list_for_each_entry_safe(tl, tn, &free, link)
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c751 struct ipoib_neigh *neigh, *tn; local
807 list_for_each_entry_safe(neigh, tn, &path->neigh_list, list) {
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1904 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1909 static void ncr_init_tcb (struct ncb *np, u_char tn);
1910 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
5459 unsigned char tn = sdev->id, ln = sdev->lun; local
5460 struct tcb *tp = &np->target[tn];
6971 u_char tn = cmd->device->id; local
6973 struct tcb *tp = &np->target[tn];
6993 ncr_alloc_ccb(np, tn, ln);
7061 cp->target = tn;
7181 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_cha argument
7230 ncr_init_tcb(struct ncb *np, u_char tn) argument
7317 ncr_alloc_lcb(struct ncb *np, u_char tn, u_char ln) argument
7409 unsigned char tn = sdev->id, ln = sdev->lun; local
[all...]
/linux-master/fs/jffs2/
H A Dnodelist.h354 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
355 #define tn_prev(tn) rb_entry(rb_prev(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
356 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
357 #define tn_left(tn) rb_entry((tn)->rb.rb_left, struct jffs2_tmp_dnode_info, rb)
358 #define tn_right(tn) rb_entry((tn)
[all...]
H A Dreadinode.c31 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) argument
33 struct jffs2_raw_node_ref *ref = tn->fn->raw;
40 BUG_ON(tn->csize == 0);
44 len = tn->csize;
51 if (adj >= tn->csize) {
53 ref_offset(ref), tn->csize, ofs);
62 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len);
69 JFFS2_WARNING("MTD point returned len too short: %zu instead of %u.\n", retlen, tn
150 check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) argument
178 struct jffs2_tmp_dnode_info *tn = NULL; local
199 jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) argument
218 jffs2_add_tn_to_tree(struct jffs2_sb_info *c, struct jffs2_readinode_info *rii, struct jffs2_tmp_dnode_info *tn) argument
424 ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) argument
546 struct jffs2_tmp_dnode_info *tn, *next; local
717 struct jffs2_tmp_dnode_info *tn; local
[all...]
/linux-master/fs/smb/client/
H A Dcifs_debug.h110 const char *tn = ""; \
112 tn = tcon->tree_name; \
115 __FILE__, tn, ##__VA_ARGS__); \
117 pr_err_ ## ratefunc("VFS: %s " fmt, tn, ##__VA_ARGS__); \
119 pr_debug_ ## ratefunc("%s " fmt, tn, ##__VA_ARGS__); \
/linux-master/include/net/
H A Dact_api.h150 int tc_action_net_init(struct net *net, struct tc_action_net *tn, argument
155 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL);
156 if (!tn->idrinfo)
158 tn->ops = ops;
159 tn->idrinfo->net = net;
160 mutex_init(&tn->idrinfo->lock);
161 idr_init(&tn->idrinfo->action_idr);
175 struct tc_action_net *tn = net_generic(net, id); local
177 tcf_idrinfo_destroy(tn
[all...]
/linux-master/kernel/trace/
H A Dftrace.c1221 struct hlist_node *tn; local
1231 hlist_for_each_entry_safe(entry, tn, hhd, hlist)
1396 struct hlist_node *tn; local
1419 hlist_for_each_entry_safe(entry, tn, hhd, hlist) {
/linux-master/net/ipv4/
H A Dfib_trie.c174 static struct key_vector *resize(struct trie *t, struct key_vector *tn);
195 #define node_parent(tn) rtnl_dereference(tn_info(tn)->parent)
196 #define get_child(tn, i) rtnl_dereference((tn)->tnode[i])
199 #define node_parent_rcu(tn) rcu_dereference_rtnl(tn_info(tn)->parent)
200 #define get_child_rcu(tn, i) rcu_dereference_rtnl((tn)->tnode[i])
214 static inline unsigned long child_length(const struct key_vector *tn) argument
380 struct key_vector *tn; local
410 tnode_full(struct key_vector *tn, struct key_vector *n) argument
418 put_child(struct key_vector *tn, unsigned long i, struct key_vector *n) argument
447 update_children(struct key_vector *tn) argument
478 tnode_free_init(struct key_vector *tn) argument
483 tnode_free_append(struct key_vector *tn, struct key_vector *n) argument
490 tnode_free(struct key_vector *tn) argument
508 replace(struct trie *t, struct key_vector *oldtnode, struct key_vector *tn) argument
540 struct key_vector *tn; local
636 struct key_vector *tn; local
709 update_suffix(struct key_vector *tn) argument
804 should_inflate(struct key_vector *tp, struct key_vector *tn) argument
819 should_halve(struct key_vector *tp, struct key_vector *tn) argument
833 should_collapse(struct key_vector *tn) argument
848 resize(struct trie *t, struct key_vector *tn) argument
913 node_pull_suffix(struct key_vector *tn, unsigned char slen) argument
927 node_push_suffix(struct key_vector *tn, unsigned char slen) argument
1104 trie_rebalance(struct trie *t, struct key_vector *tn) argument
1129 struct key_vector *tn; local
1785 leaf_walk_rcu(struct key_vector **tn, t_key key) argument
[all...]

Completed in 371 milliseconds

123