Lines Matching full: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()
170 /* Assign random uniqueue priority to each prio structure */ in test_parman_prios_init()
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()
330 pr_err("Item belongs under higher priority then the last one (current: %lu, previous: %lu)\n", 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()
355 pr_info("Priority array check successful\n"); in test_parman_check_array()