Lines Matching defs:priority
138 int priority;
142 * Structure to maintain registered callbacks in priority order and also
416 /* Insert into array according to priority. */
419 if (cpu_idle_cb_array[i - 1].impl->priority >= cip->priority) {
524 "!cpu_event: priority 0x%x out of range.", prio);
534 /* Check whether callback with priority exists if not dynamic. */
538 if (cip->priority == prio) {
541 "priority 0x%x already exists.", prio);
550 cip->priority = prio;