Searched refs:reflock (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/host1x/
H A Dchannel.c52 mutex_lock(&channel->reflock); host1x_channel_get()
60 mutex_unlock(&channel->reflock); host1x_channel_get()
68 mutex_lock(&channel->reflock); host1x_channel_put()
79 mutex_unlock(&channel->reflock); host1x_channel_put()
H A Dchannel.h33 struct mutex reflock; member in struct:host1x_channel
H A Ddebug.c50 mutex_lock(&ch->reflock); show_channels()
58 mutex_unlock(&ch->reflock); show_channels()
/linux-4.1.27/drivers/gpu/host1x/hw/
H A Dchannel_hw.c182 mutex_init(&ch->reflock); host1x_channel_init()

Completed in 90 milliseconds