Home | History | Annotate | Download | only in pqueue

Lines Matching refs:priority

76 	memcpy(item->priority,prio64be,sizeof(item->priority));
127 int cmp = memcmp(next->priority, item->priority,8);
178 if ( memcmp(next->priority, prio64be,8) == 0)
186 if ( memcmp(next->priority, prio64be,8) ==0)
210 item->priority[0],item->priority[1],
211 item->priority[2],item->priority[3],
212 item->priority[4],item->priority[5],
213 item->priority[6],item->priority[7]);