Home
last modified time | relevance | path

Searched refs:rcu (Results 1 – 25 of 48) sorted by relevance

12

/fs/afs/
Dvl_list.c31 static void afs_vlserver_rcu(struct rcu_head *rcu) in afs_vlserver_rcu() argument
33 struct afs_vlserver *vlserver = container_of(rcu, struct afs_vlserver, rcu); in afs_vlserver_rcu()
36 kfree_rcu(vlserver, rcu); in afs_vlserver_rcu()
46 call_rcu(&vlserver->rcu, afs_vlserver_rcu); in afs_put_vlserver()
75 kfree_rcu(vllist, rcu); in afs_put_vlserverlist()
Dproc.c58 __acquires(rcu) in afs_proc_cells_start()
70 __releases(rcu) in afs_proc_cells_stop()
318 __acquires(rcu) in afs_proc_cell_vlservers_start()
358 __releases(rcu) in afs_proc_cell_vlservers_stop()
399 __acquires(rcu) in afs_proc_servers_start()
411 __releases(rcu) in afs_proc_servers_stop()
Dsecurity.c80 static void afs_permits_rcu(struct rcu_head *rcu) in afs_permits_rcu() argument
83 container_of(rcu, struct afs_permits, rcu); in afs_permits_rcu()
100 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits()
Dinternal.h84 struct rcu_head rcu; /* Must be first */ member
368 struct rcu_head rcu; member
406 struct rcu_head rcu; member
447 struct rcu_head rcu; member
488 struct rcu_head rcu; member
555 struct rcu_head rcu; member
570 struct rcu_head rcu; member
713 struct rcu_head rcu; member
Dserver.c360 static void afs_server_rcu(struct rcu_head *rcu) in afs_server_rcu() argument
362 struct afs_server *server = container_of(rcu, struct afs_server, rcu); in afs_server_rcu()
393 call_rcu(&server->rcu, afs_server_rcu); in afs_destroy_server()
Dcell.c476 static void afs_cell_destroy(struct rcu_head *rcu) in afs_cell_destroy() argument
478 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy()
736 call_rcu(&cell->rcu, afs_cell_destroy); in afs_manage_cell()
Dcallback.c197 kfree_rcu(vi, rcu); in afs_put_cb_interest()
200 kfree_rcu(cbi, rcu); in afs_put_cb_interest()
Daddr_list.c22 call_rcu(&alist->rcu, (rcu_callback_t)kfree); in afs_put_addrlist()
/fs/btrfs/
Drcu-string.h10 struct rcu_head rcu; member
28 kfree_rcu(str, rcu); in rcu_string_free()
/fs/ecryptfs/
Ddentry.c57 container_of(head, struct ecryptfs_dentry_info, rcu)); in ecryptfs_dentry_free_rcu()
71 call_rcu(&p->rcu, ecryptfs_dentry_free_rcu); in ecryptfs_d_release()
/fs/ext4/
Dblock_validity.c234 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone() argument
238 system_blks = container_of(rcu, struct ext4_system_blocks, rcu); in ext4_destroy_system_zone()
338 call_rcu(&system_blks->rcu, ext4_destroy_system_zone); in ext4_release_system_zone()
/fs/autofs/
Dautofs_i.h70 struct rcu_head rcu; member
127 struct rcu_head rcu; member
Dinode.c36 kfree_rcu(ino, rcu); in autofs_free_ino()
58 kfree_rcu(sbi, rcu); in autofs_kill_sb()
/fs/hpfs/
Dsuper.c120 static void lazy_free_sbi(struct rcu_head *rcu) in lazy_free_sbi() argument
122 free_sbi(container_of(rcu, struct hpfs_sb_info, rcu)); in lazy_free_sbi()
130 call_rcu(&hpfs_sb(s)->rcu, lazy_free_sbi); in hpfs_put_super()
Dhpfs_fn.h90 struct rcu_head rcu; member
/fs/cifs/
Dcifs_fs_sb.h78 struct rcu_head rcu; member
/fs/
Dfile.c36 static void free_fdtable_rcu(struct rcu_head *rcu) in free_fdtable_rcu() argument
38 __free_fdtable(container_of(rcu, struct fdtable, rcu)); in free_fdtable_rcu()
179 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()
Dtimerfd.c42 struct rcu_head rcu; member
226 kfree_rcu(ctx, rcu); in timerfd_release()
Deventpoll.c143 struct rcu_head rcu; member
767 struct epitem *epi = container_of(head, struct epitem, rcu); in epi_rcu_free()
806 call_rcu(&epi->rcu, epi_rcu_free); in ep_remove()
/fs/overlayfs/
Dovl_entry.h85 struct rcu_head rcu; member
/fs/nfs/
Ddelegation.h26 struct rcu_head rcu; member
/fs/erofs/
Dzdata.h42 struct rcu_head rcu; member
/fs/adfs/
Dadfs.h67 struct rcu_head rcu; /* used only at shutdown time */ member
/fs/nfs/filelayout/
Dfilelayoutdev.c58 kfree_rcu(dsaddr, id_node.rcu); in nfs4_fl_free_deviceid()
/fs/nfsd/
Dfilecache.c84 nfsd_file_slab_free(struct rcu_head *rcu) in nfsd_file_slab_free() argument
86 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu); in nfsd_file_slab_free()

12