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

/linux-master/lib/
H A Dtest_parman.c304 unsigned long last_priority = 0; local
329 if (item->prio->priority < last_priority) {
331 item->prio->priority, last_priority);
334 last_priority = item->prio->priority;

Completed in 84 milliseconds