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

12

/linux-master/include/linux/
H A Dmutex.h163 #define mutex_lock_killable(lock) mutex_lock_killable_nested(lock, 0) macro
175 extern int __must_check mutex_lock_killable(struct mutex *lock);
180 # 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.c2373 ret = mutex_lock_killable(&ublk_ctl_mutex);
2478 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.c825 if (mutex_lock_killable(&oom_lock))
H A Dpercpu.c1795 } else if (mutex_lock_killable(&pcpu_alloc_mutex)) {
H A Dmemcontrol.c1965 if (mutex_lock_killable(&oom_lock))
1972 * A few threads which were not waiting at mutex_lock_killable() can
/linux-master/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c83 ret = mutex_lock_killable(&dell_bl->mutex);
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c2701 if (mutex_lock_killable(&hotkey_mutex))
2797 if (mutex_lock_killable(&hotkey_mutex))
2845 if (mutex_lock_killable(&hotkey_mutex))
3991 if (mutex_lock_killable(&hotkey_mutex))
4029 if (mutex_lock_killable(&hotkey_mutex))
6462 if (mutex_lock_killable(&brightness_mutex) < 0)
6564 res = mutex_lock_killable(&brightness_mutex);
6603 res = mutex_lock_killable(&brightness_mutex);
7075 if (mutex_lock_killable(&volume_mutex) < 0)
7147 if (mutex_lock_killable(
[all...]
/linux-master/drivers/input/serio/
H A Dserio_raw.c317 err = mutex_lock_killable(&serio_raw_mutex);
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c191 if (mutex_lock_killable(&drv_mgmt->connected_mutex))
212 if (mutex_lock_killable(&drv_mgmt->connected_mutex))
764 if (mutex_lock_killable(&state->mutex))
791 if (mutex_lock_killable(&state->mutex)) {
H A Dvchiq_core.c919 mutex_lock_killable(&state->slot_mutex))
988 if (mutex_lock_killable(&state->slot_mutex))
1147 mutex_lock_killable(&state->sync_mutex))
1721 if (mutex_lock_killable(&service->bulk_mutex)) {
2565 if (mutex_lock_killable(&service->bulk_mutex))
3024 if (mutex_lock_killable(&service->bulk_mutex)) {
3037 if (mutex_lock_killable(&service->bulk_mutex)) {
3070 if (mutex_lock_killable(&state->slot_mutex)) {
H A Dvchiq_dev.c615 rc = mutex_lock_killable(&instance->state->mutex);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1688 ret = mutex_lock_killable(&gpu->lock);
/linux-master/kernel/
H A Dseccomp.c1959 mutex_lock_killable(&current->signal->cred_guard_mutex))
/linux-master/arch/x86/kvm/svm/
H A Dsev.c795 ret = mutex_lock_killable(&vcpu->mutex);
1716 if (mutex_lock_killable(&dst_kvm->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.c4399 if (mutex_lock_killable(&vcpu->mutex))
/linux-master/net/core/
H A Drtnetlink.c85 return mutex_lock_killable(&rtnl_mutex);

Completed in 677 milliseconds

12