Home
last modified time | relevance | path

Searched refs:prev_max (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/host1x/hw/
Dchannel_hw.c95 u32 prev_max = 0; in channel_submit() local
108 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
160 trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval); in channel_submit()
/linux-4.1.27/drivers/thermal/
Dcpu_cooling.c296 unsigned int prev_max) in find_next_max() argument
302 if (pos->frequency > max && pos->frequency < prev_max) in find_next_max()
/linux-4.1.27/kernel/locking/
Drtmutex.c439 static int prev_max; in rt_mutex_adjust_prio_chain() local
445 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
446 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()