Home
last modified time | relevance | path

Searched refs:mutex_lock_killable (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_connected.c75 if (mutex_lock_killable(&g_connected_mutex) != 0) in vchiq_add_connected_callback()
110 if (mutex_lock_killable(&g_connected_mutex) != 0) in vchiq_call_connected_callbacks()
Dvchiq_core.c830 (mutex_lock_killable(&state->slot_mutex) != 0)) in queue_message()
904 if (mutex_lock_killable(&state->slot_mutex) != 0) in queue_message()
1073 (mutex_lock_killable(&state->sync_mutex) != 0)) in queue_message_sync()
1409 if (mutex_lock_killable(&state->bulk_transfer_mutex)) in resolve_bulks()
1887 if (mutex_lock_killable( in parse_rx_slots()
1951 if (mutex_lock_killable( in parse_rx_slots()
2842 if (mutex_lock_killable(&service->bulk_mutex) != 0) in do_abort_bulks()
3360 if (mutex_lock_killable(&service->bulk_mutex) != 0) { in vchiq_bulk_transfer()
3374 if (mutex_lock_killable(&service->bulk_mutex) in vchiq_bulk_transfer()
3404 if (mutex_lock_killable(&state->slot_mutex) != 0) { in vchiq_bulk_transfer()
Dvchiq_arm.c263 if (mutex_lock_killable(&state->mutex) != 0) in vchiq_shutdown()
310 if (mutex_lock_killable(&state->mutex) != 0) { in vchiq_connect()
911 rc = mutex_lock_killable(&instance->state->mutex); in vchiq_ioctl()
/Linux-v4.19/include/linux/
Dmutex.h168 #define mutex_lock_killable(lock) mutex_lock_killable_nested(lock, 0) macro
180 extern int __must_check mutex_lock_killable(struct mutex *lock);
185 # define mutex_lock_killable_nested(lock, subclass) mutex_lock_killable(lock)
/Linux-v4.19/drivers/macintosh/
Dmac_hid.c192 rc = mutex_lock_killable(&mac_hid_emumouse_mutex); in mac_hid_toggle_emumouse()
/Linux-v4.19/kernel/
Dkcmp.c92 err = mutex_lock_killable(m1); in kcmp_lock()
Dseccomp.c871 mutex_lock_killable(&current->signal->cred_guard_mutex)) in seccomp_set_mode_filter()
Dfork.c1146 err = mutex_lock_killable(&task->signal->cred_guard_mutex); in mm_access()
/Linux-v4.19/drivers/pci/
Dvpd.c202 if (mutex_lock_killable(&vpd->lock)) in pci_vpd_read()
264 if (mutex_lock_killable(&vpd->lock)) in pci_vpd_write()
/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c2813 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_mask_store()
2909 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_source_mask_store()
2957 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_poll_freq_store()
4278 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_read()
4316 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_write()
6627 if (mutex_lock_killable(&brightness_mutex) < 0) in tpacpi_brightness_checkpoint_nvram()
6726 res = mutex_lock_killable(&brightness_mutex); in brightness_set()
6768 res = mutex_lock_killable(&brightness_mutex); in brightness_get()
7233 if (mutex_lock_killable(&volume_mutex) < 0) in tpacpi_volume_checkpoint_nvram()
7305 if (mutex_lock_killable(&volume_mutex) < 0) in __volume_set_mute_ec()
[all …]
/Linux-v4.19/fs/orangefs/
Dwaitqueue.c97 ret = mutex_lock_killable(&orangefs_request_mutex); in service_operation()
/Linux-v4.19/kernel/locking/
Dmutex.c1299 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable() function
1308 EXPORT_SYMBOL(mutex_lock_killable);
/Linux-v4.19/drivers/input/serio/
Dserio_raw.c320 err = mutex_lock_killable(&serio_raw_mutex); in serio_raw_connect()
/Linux-v4.19/drivers/block/
Dloop.c1592 err = mutex_lock_killable(&lo->lo_ctl_mutex); in lo_compat_ioctl()
1600 err = mutex_lock_killable(&lo->lo_ctl_mutex); in lo_compat_ioctl()
2012 ret = mutex_lock_killable(&lo->lo_ctl_mutex); in loop_control_ioctl()
/Linux-v4.19/mm/
Doom_kill.c742 if (mutex_lock_killable(&oom_lock)) in oom_killer_disable()
Dpercpu.c1395 else if (mutex_lock_killable(&pcpu_alloc_mutex)) in pcpu_alloc()
/Linux-v4.19/fs/proc/
Dbase.c384 int err = mutex_lock_killable(&task->signal->cred_guard_mutex); in lock_trace()
2703 result = mutex_lock_killable(&task->signal->cred_guard_mutex); in do_io_accounting()
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1545 ret = mutex_lock_killable(&gpu->lock); in etnaviv_gpu_hw_resume()
/Linux-v4.19/lib/
Dlocking-selftest.c1371 ret = mutex_lock_killable(&o.base); in ww_test_normal()
/Linux-v4.19/drivers/hid/
Dhid-core.c1831 ret = mutex_lock_killable(&hdev->ll_open_lock); in hid_hw_open()
/Linux-v4.19/virt/kvm/
Dkvm_main.c2567 if (mutex_lock_killable(&vcpu->mutex)) in kvm_vcpu_ioctl()
/Linux-v4.19/net/core/
Drtnetlink.c83 return mutex_lock_killable(&rtnl_mutex); in rtnl_lock_killable()
/Linux-v4.19/arch/x86/kvm/
Dx86.c8493 if (mutex_lock_killable(&vcpu->mutex)) in kvm_arch_vcpu_postcreate()