This is a title test

View My GitHub Profile

This is a title test

for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){
    if(p->state == RUNNABLE)
        hpflag = hpflag > p->priority ? hpflag : p->priority;
}