Searched defs:rcu (Results 1 - 21 of 21) sorted by relevance

/fs/btrfs/
H A Drcu-string.h20 struct rcu_head rcu; member in struct:rcu_string
38 kfree_rcu(str, rcu);
H A Dvolumes.h135 struct rcu_head rcu; member in struct:btrfs_device
/fs/nfs/
H A Ddelegation.h25 struct rcu_head rcu; member in struct:nfs_delegation
/fs/afs/
H A Dsecurity.c51 void afs_zap_permits(struct rcu_head *rcu) argument
54 container_of(rcu, struct afs_permits, rcu);
67 static void afs_dispose_of_permits(struct rcu_head *rcu) argument
70 container_of(rcu, struct afs_permits, rcu);
121 call_rcu(&permits->rcu, afs_zap_permits);
204 call_rcu(&xpermits->rcu, afs_dispose_of_permits);
H A Dinternal.h397 struct rcu_head rcu; /* disposal procedure */ member in struct:afs_permits
/fs/cifs/
H A Dcifs_fs_sb.h69 struct rcu_head rcu; member in struct:cifs_sb_info
/fs/
H A Dtimerfd.c41 struct rcu_head rcu; member in struct:timerfd_ctx
215 kfree_rcu(ctx, rcu);
H A Dfile.c54 static void free_fdtable_rcu(struct rcu_head *rcu) argument
56 __free_fdtable(container_of(rcu, struct fdtable, rcu));
171 call_rcu(&cur_fdt->rcu, free_fdtable_rcu);
H A Daio.c71 struct rcu_head rcu; member in struct:kioctx_table
606 kfree_rcu(old, rcu);
H A Deventpoll.c142 struct rcu_head rcu; member in union:epitem::__anon135
522 /* If it is cleared by POLLFREE, it should be rcu-safe */
685 struct epitem *epi = container_of(head, struct epitem, rcu);
723 * field epi->rcu, since we are trying to minimize the size of
725 * ep->mtx. The rcu read side, reverse_path_check_proc(), does not make
728 call_rcu(&epi->rcu, epi_rcu_free);
/fs/adfs/
H A Dadfs.h50 struct rcu_head rcu; /* used only at shutdown time */ member in union:adfs_sb_info::__anon2
/fs/autofs4/
H A Dautofs_i.h129 struct rcu_head rcu; member in struct:autofs_sb_info
/fs/hpfs/
H A Dhpfs_fn.h88 struct rcu_head rcu; member in struct:hpfs_sb_info
H A Dsuper.c115 static void lazy_free_sbi(struct rcu_head *rcu) argument
117 free_sbi(container_of(rcu, struct hpfs_sb_info, rcu));
125 call_rcu(&hpfs_sb(s)->rcu, lazy_free_sbi);
244 * Make sure all delayed rcu free inodes are flushed before we
/fs/ncpfs/
H A Dncp_fs_sb.h41 struct rcu_head rcu; member in struct:ncp_server
/fs/overlayfs/
H A Dsuper.c57 struct rcu_head rcu; member in union:ovl_entry::__anon546
266 kfree_rcu(oe, rcu);
/fs/fat/
H A Dfat.h106 struct rcu_head rcu; member in struct:msdos_sb_info
/fs/gfs2/
H A Dquota.c109 static void gfs2_qd_dealloc(struct rcu_head *rcu) argument
111 struct gfs2_quota_data *qd = container_of(rcu, struct gfs2_quota_data, qd_rcu);
H A Dglock.c108 static void gfs2_glock_dealloc(struct rcu_head *rcu) argument
110 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu);
/fs/ecryptfs/
H A Decryptfs_kernel.h266 struct rcu_head rcu; member in union:ecryptfs_dentry_info::__anon133
/fs/fuse/
H A Dfuse_i.h381 struct rcu_head rcu; member in struct:fuse_conn

Completed in 411 milliseconds