Searched refs:mutex_lock_killable (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_connected.c34 if (mutex_lock_killable(&g_connected_mutex))
65 if (mutex_lock_killable(&g_connected_mutex))
H A Dvchiq_core.c920 mutex_lock_killable(&state->slot_mutex))
989 if (mutex_lock_killable(&state->slot_mutex))
1148 mutex_lock_killable(&state->sync_mutex))
1724 if (mutex_lock_killable(&service->bulk_mutex)) {
2564 if (mutex_lock_killable(&service->bulk_mutex))
3023 if (mutex_lock_killable(&service->bulk_mutex)) {
3036 if (mutex_lock_killable(&service->bulk_mutex)) {
3069 if (mutex_lock_killable(&state->slot_mutex)) {
H A Dvchiq_arm.c733 if (mutex_lock_killable(&state->mutex))
760 if (mutex_lock_killable(&state->mutex)) {
H A Dvchiq_dev.c615 rc = mutex_lock_killable(&instance->state->mutex);
/linux-master/include/linux/
H A Dmutex.h136 #define mutex_lock_killable(lock) mutex_lock_killable_nested(lock, 0) macro
148 extern int __must_check mutex_lock_killable(struct mutex *lock);
153 # define mutex_lock_killable_nested(lock, subclass) mutex_lock_killable(lock)
/linux-master/drivers/macintosh/
H A Dmac_hid.c192 rc = mutex_lock_killable(&mac_hid_emumouse_mutex);
/linux-master/kernel/locking/
H A Drtmutex_api.c574 int __sched mutex_lock_killable(struct mutex *lock) function
578 EXPORT_SYMBOL(mutex_lock_killable); variable
H A Dmutex.c995 * mutex_lock_killable() - Acquire the mutex, interruptible by fatal signals.
1006 int __sched mutex_lock_killable(struct mutex *lock) function
1015 EXPORT_SYMBOL(mutex_lock_killable); variable
/linux-master/drivers/block/
H A Dloop.c116 err = mutex_lock_killable(&loop_validate_mutex);
120 err = mutex_lock_killable(&lo->lo_mutex);
1265 err = mutex_lock_killable(&lo->lo_mutex);
1328 ret = mutex_lock_killable(&lo->lo_mutex);
1503 err = mutex_lock_killable(&lo->lo_mutex);
2002 err = mutex_lock_killable(&loop_ctl_mutex);
2145 ret = mutex_lock_killable(&loop_ctl_mutex);
2158 ret = mutex_lock_killable(&lo->lo_mutex);
2186 ret = mutex_lock_killable(&loop_ctl_mutex);
H A Dublk_drv.c2372 ret = mutex_lock_killable(&ublk_ctl_mutex);
2477 ret = mutex_lock_killable(&ublk_ctl_mutex);
/linux-master/fs/orangefs/
H A Dwaitqueue.c97 ret = mutex_lock_killable(&orangefs_request_mutex);
/linux-master/drivers/pci/
H A Dvpd.c180 if (mutex_lock_killable(&vpd->lock))
239 if (mutex_lock_killable(&vpd->lock))
/linux-master/mm/
H A Dgup_test.c318 if (mutex_lock_killable(&pin_longterm_test_mutex))
H A Doom_kill.c826 if (mutex_lock_killable(&oom_lock))
H A Dpercpu.c1769 } else if (mutex_lock_killable(&pcpu_alloc_mutex)) {
H A Dmemcontrol.c1807 if (mutex_lock_killable(&oom_lock))
1814 * A few threads which were not waiting at mutex_lock_killable() can
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c2659 if (mutex_lock_killable(&hotkey_mutex))
2755 if (mutex_lock_killable(&hotkey_mutex))
2803 if (mutex_lock_killable(&hotkey_mutex))
4154 if (mutex_lock_killable(&hotkey_mutex))
4192 if (mutex_lock_killable(&hotkey_mutex))
6625 if (mutex_lock_killable(&brightness_mutex) < 0)
6727 res = mutex_lock_killable(&brightness_mutex);
6766 res = mutex_lock_killable(&brightness_mutex);
7238 if (mutex_lock_killable(&volume_mutex) < 0)
7310 if (mutex_lock_killable(
[all...]
/linux-master/drivers/input/serio/
H A Dserio_raw.c317 err = mutex_lock_killable(&serio_raw_mutex);
/linux-master/arch/x86/kvm/svm/
H A Dsev.c682 ret = mutex_lock_killable(&vcpu->mutex);
1603 if (mutex_lock_killable(&dst_kvm->lock))
/linux-master/kernel/
H A Dseccomp.c1959 mutex_lock_killable(&current->signal->cred_guard_mutex))
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1688 ret = mutex_lock_killable(&gpu->lock);
/linux-master/lib/
H A Dlocking-selftest.c1715 #define ww_mutex_base_lock_killable(b) mutex_lock_killable(b)
1746 /* mutex_lock_killable (and *_nested) */
/linux-master/drivers/hid/
H A Dhid-core.c2346 ret = mutex_lock_killable(&hdev->ll_open_lock);
/linux-master/virt/kvm/
H A Dkvm_main.c4440 if (mutex_lock_killable(&vcpu->mutex))
/linux-master/net/core/
H A Drtnetlink.c85 return mutex_lock_killable(&rtnl_mutex);

Completed in 437 milliseconds

12