send_mutex 68 drivers/gpu/drm/i915/gt/uc/intel_guc.c mutex_init(&guc->send_mutex); send_mutex 363 drivers/gpu/drm/i915/gt/uc/intel_guc.c mutex_lock(&guc->send_mutex); send_mutex 406 drivers/gpu/drm/i915/gt/uc/intel_guc.c mutex_unlock(&guc->send_mutex); send_mutex 73 drivers/gpu/drm/i915/gt/uc/intel_guc.h struct mutex send_mutex; send_mutex 522 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c mutex_lock(&guc->send_mutex); send_mutex 534 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c mutex_unlock(&guc->send_mutex); send_mutex 168 drivers/hid/hid-logitech-hidpp.c struct mutex send_mutex; send_mutex 262 drivers/hid/hid-logitech-hidpp.c mutex_lock(&hidpp->send_mutex); send_mutex 304 drivers/hid/hid-logitech-hidpp.c mutex_unlock(&hidpp->send_mutex); send_mutex 3074 drivers/hid/hid-logitech-hidpp.c if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { send_mutex 3597 drivers/hid/hid-logitech-hidpp.c mutex_init(&hidpp->send_mutex); send_mutex 3686 drivers/hid/hid-logitech-hidpp.c mutex_destroy(&hidpp->send_mutex); send_mutex 3701 drivers/hid/hid-logitech-hidpp.c mutex_destroy(&hidpp->send_mutex); send_mutex 95 drivers/s390/char/sclp_config.c static DEFINE_MUTEX(send_mutex); send_mutex 115 drivers/s390/char/sclp_config.c mutex_lock(&send_mutex); send_mutex 117 drivers/s390/char/sclp_config.c mutex_unlock(&send_mutex);