Searched refs:synchronize_srcu_expedited (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/virt/kvm/
H A Dirqchip.c226 synchronize_srcu_expedited(&kvm->irq_srcu); kvm_set_irq_routing()
H A Dkvm_main.c790 * until the end of synchronize_srcu_expedited. install_new_memslots()
796 synchronize_srcu_expedited(&kvm->srcu); install_new_memslots()
3363 synchronize_srcu_expedited(&kvm->srcu); kvm_io_bus_register_dev()
3398 synchronize_srcu_expedited(&kvm->srcu); kvm_io_bus_unregister_dev()
/linux-4.4.14/include/linux/
H A Dsrcu.h135 void synchronize_srcu_expedited(struct srcu_struct *sp);
209 * synchronize_srcu_expedited().
/linux-4.4.14/kernel/rcu/
H A Dsrcu.c323 * synchronize_srcu_expedited(). We spin for a fixed time period
408 * Helper function for synchronize_srcu() and synchronize_srcu_expedited().
499 * synchronize_srcu_expedited - Brute-force SRCU grace period
505 * Note that synchronize_srcu_expedited() has the same deadlock and
508 void synchronize_srcu_expedited(struct srcu_struct *sp) synchronize_srcu_expedited() function
512 EXPORT_SYMBOL_GPL(synchronize_srcu_expedited); variable
H A Drcutorture.c555 synchronize_srcu_expedited(srcu_ctlp); srcu_torture_synchronize_expedited()
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1492 synchronize_srcu_expedited(&kvm->srcu); kvm_vm_ioctl_get_htab_fd()
/linux-4.4.14/scripts/
H A Dcheckpatch.pl5140 # any case. Note that synchronize_srcu_expedited() does -not- interrupt
5141 # other CPUs, so don't warn on uses of synchronize_srcu_expedited().
5144 # synchronize_srcu_expedited() non-interruption properties.

Completed in 414 milliseconds