Searched refs:rcu_head (Results 176 - 200 of 703) sorted by path

1234567891011>>

/linux-master/drivers/soc/ti/
H A Dknav_qmss.h284 struct rcu_head rcu;
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h172 struct rcu_head rcu;
/linux-master/drivers/target/
H A Dtarget_core_device.c382 kfree_rcu(orig, rcu_head);
446 kfree_rcu(orig, rcu_head);
H A Dtarget_core_fabric_configfs.c700 kfree_rcu(lun, rcu_head);
H A Dtarget_core_file.c221 static void fd_dev_call_rcu(struct rcu_head *p)
223 struct se_device *dev = container_of(p, struct se_device, rcu_head);
231 call_rcu(&dev->rcu_head, fd_dev_call_rcu);
H A Dtarget_core_iblock.c190 static void iblock_dev_call_rcu(struct rcu_head *p)
192 struct se_device *dev = container_of(p, struct se_device, rcu_head);
201 call_rcu(&dev->rcu_head, iblock_dev_call_rcu);
H A Dtarget_core_pscsi.c541 static void pscsi_dev_call_rcu(struct rcu_head *p)
543 struct se_device *dev = container_of(p, struct se_device, rcu_head);
551 call_rcu(&dev->rcu_head, pscsi_dev_call_rcu);
H A Dtarget_core_rd.c319 static void rd_dev_call_rcu(struct rcu_head *p)
321 struct se_device *dev = container_of(p, struct se_device, rcu_head);
329 call_rcu(&dev->rcu_head, rd_dev_call_rcu);
H A Dtarget_core_tpg.c598 kfree_rcu(se_tpg->tpg_virt_lun0, rcu_head);
H A Dtarget_core_user.c1642 static void tcmu_dev_call_rcu(struct rcu_head *p)
1644 struct se_device *dev = container_of(p, struct se_device, rcu_head);
1747 call_rcu(&dev->rcu_head, tcmu_dev_call_rcu);
/linux-master/drivers/target/tcm_fc/
H A Dtcm_fc.h36 struct rcu_head rcu;
58 struct rcu_head rcu;
/linux-master/fs/adfs/
H A Dadfs.h66 struct rcu_head rcu; /* used only at shutdown time */
/linux-master/fs/affs/
H A Daffs.h108 struct rcu_head rcu;
/linux-master/fs/afs/
H A Daddr_list.c16 static void afs_free_addrlist(struct rcu_head *rcu)
H A Dcell.c490 static void afs_cell_destroy(struct rcu_head *rcu)
H A Dfs_probe.c30 static void afs_endpoint_state_rcu(struct rcu_head *rcu)
H A Dinternal.h90 struct rcu_head rcu;
108 struct rcu_head rcu;
392 struct rcu_head rcu;
438 struct rcu_head rcu;
483 struct rcu_head rcu;
529 struct rcu_head rcu;
552 struct rcu_head rcu;
619 struct rcu_head rcu;
634 struct rcu_head rcu;
778 struct rcu_head rc
[all...]
H A Dsecurity.c80 static void afs_permits_rcu(struct rcu_head *rcu)
H A Dserver.c437 static void afs_server_rcu(struct rcu_head *rcu)
H A Dvl_list.c35 static void afs_vlserver_rcu(struct rcu_head *rcu)
/linux-master/fs/
H A Daio.c81 struct rcu_head rcu;
/linux-master/fs/autofs/
H A Dautofs_i.h70 struct rcu_head rcu;
128 struct rcu_head rcu;
/linux-master/fs/bcachefs/
H A Dbuckets.c1334 static void bucket_gens_free_rcu(struct rcu_head *rcu)
H A Dbuckets_types.h22 struct rcu_head rcu;
29 struct rcu_head rcu;
H A Ddisk_groups_types.h13 struct rcu_head rcu;

Completed in 340 milliseconds

1234567891011>>