Searched refs:tn (Results 51 - 63 of 63) sorted by relevance

123

/linux-master/net/sched/
H A Dact_ct.c736 struct tc_action_net tn; /* Must be first */ member in struct:tc_ct_action_net
1313 struct tc_action_net *tn = net_generic(net, act_ct_ops.net_id); local
1338 err = tcf_idr_check_alloc(tn, &index, a, bind);
1343 err = tcf_idr_create_from_flags(tn, index, est, a,
1346 tcf_idr_cleanup(tn, index);
1607 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); local
1609 return tc_action_net_init(net, &tn->tn, &act_ct_ops);
H A Dcls_api.c998 struct tcf_net *tn = net_generic(net, tcf_net_id); local
1002 spin_lock(&tn->idr_lock);
1003 err = idr_alloc_u32(&tn->idr, block, &block->index, block->index,
1005 spin_unlock(&tn->idr_lock);
1013 struct tcf_net *tn = net_generic(net, tcf_net_id); local
1015 spin_lock(&tn->idr_lock);
1016 idr_remove(&tn->idr, block->index);
1017 spin_unlock(&tn->idr_lock);
1052 struct tcf_net *tn = net_generic(net, tcf_net_id); local
1054 return idr_find(&tn
4037 struct tcf_net *tn = net_generic(net, tcf_net_id); local
4046 struct tcf_net *tn = net_generic(net, tcf_net_id); local
[all...]
/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/net/tipc/
H A Dsocket.c2966 struct tipc_net *tn = net_generic(net, tipc_net_id); local
2971 rhashtable_walk_enter(&tn->sk_rht, &iter);
2996 struct tipc_net *tn = net_generic(net, tipc_net_id); local
3000 tsk = rhashtable_lookup(&tn->sk_rht, &portid, tsk_rht_params);
3012 struct tipc_net *tn = net_generic(net, tipc_net_id); local
3022 if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node,
3034 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id); local
3036 if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) {
3054 struct tipc_net *tn = net_generic(net, tipc_net_id); local
3056 return rhashtable_init(&tn
3061 struct tipc_net *tn = net_generic(net, tipc_net_id); local
3599 struct tipc_net *tn = tipc_net(net); local
[all...]
H A Dcrypto.c1544 struct tipc_net *tn = tipc_net(rx->net); local
1545 struct tipc_crypto *tx = tn->crypto_tx;
2000 struct tipc_net *tn = tipc_net(net); local
2001 struct tipc_crypto *tx = tn->crypto_tx, *rx;
2025 for (p = tn->node_list.next; p != &tn->node_list; p = p->next) {
2052 for (p = tn->node_list.next; p != &tn->node_list; p = p->next) {
H A Dudp_media.c496 struct tipc_net *tn = net_generic(net, tipc_net_id); local
499 b = rtnl_dereference(tn->bearer_list[bid]);
/linux-master/drivers/scsi/sym53c8xx_2/
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_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);
/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/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/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/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/tools/power/pm-graph/
H A Dsleepgraph.py3830 tn = '' if len(testdata) == 1 else ('%d' % (data.testnumber + 1))
3842 terr = 'test%s did not enter %s power mode' % (tn, sm)
3844 terr = '%s%s failed in %s phase' % (sysvals.suspendmode, tn, ph)
3845 pprint('TEST%s FAILED: %s' % (tn, terr))
3856 (sysvals.suspendmode, tn, data.wifi['dev'], data.wifi['time'])
3859 pprint('test%s FAILED: enter %s failed with %s' % (tn, sysvals.suspendmode, data.enterfail))
3860 terr = 'test%s failed to enter %s mode' % (tn, sysvals.suspendmode)

Completed in 445 milliseconds

123