Home
last modified time | relevance | path

Searched refs:tfiles (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/
H A Dtun.c180 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
588 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
589 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
590 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
593 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
653 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
670 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
778 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1013 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1140 tfile = rtnl_dereference(tun->tfiles[i]); in tun_xdp_set()
[all …]
/linux/fs/nfs/
H A Dproc.c556 stat->tfiles = 0; in nfs_proc_statfs()
H A Dnfs3xdr.c2140 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()