Lines Matching refs:priority
68 unsigned long priority; member
144 unsigned long priority; in test_parman_priority_gen() local
148 priority = test_parman_rnd_get(test_parman); in test_parman_priority_gen()
149 if (priority == 0) in test_parman_priority_gen()
155 if (prio->priority == 0) in test_parman_priority_gen()
157 if (prio->priority == priority) in test_parman_priority_gen()
160 return priority; in test_parman_priority_gen()
171 prio->priority = test_parman_priority_gen(test_parman); in test_parman_prios_init()
173 prio->priority); in test_parman_prios_init()
329 if (item->prio->priority < last_priority) { in test_parman_check_array()
331 item->prio->priority, last_priority); in test_parman_check_array()
334 last_priority = item->prio->priority; in test_parman_check_array()