Searched refs:srcu_read_unlock (Results 1 – 3 of 3) sorted by relevance
43 extern void srcu_read_unlock(struct srcu_struct *, int index);
370 srcu_read_unlock(&file->device->disassociate_srcu, srcu_key); in ib_uverbs_release_file()892 srcu_read_unlock(&file->device->disassociate_srcu, srcu_key); in ib_uverbs_write()916 srcu_read_unlock(&file->device->disassociate_srcu, srcu_key); in ib_uverbs_mmap()984 srcu_read_unlock(&dev->disassociate_srcu, srcu_key); in ib_uverbs_open()993 srcu_read_unlock(&dev->disassociate_srcu, srcu_key); in ib_uverbs_open()1066 srcu_read_unlock(&dev->disassociate_srcu, srcu_key); in show_ibdev()1086 srcu_read_unlock(&dev->disassociate_srcu, srcu_key); in show_dev_abi_version()
384 srcu_read_unlock(struct srcu_struct *srcu, int key __unused) in srcu_read_unlock() function