Searched defs:LOCK_GIVE (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/usb/pvrusb2/ | ||
H A D | pvrusb2-hdw-internal.h | 60 #define LOCK_GIVE(x) do { x##_held = 0; mutex_unlock(&x##_mutex); } while (0) macro |
Completed in 59 milliseconds