Searched refs:tslot (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 429 int tslot; in notify() local 474 sscanf(rcvbuf.mtext, "%d %d %d", &ndx, &tslot, &pid); in notify() 475 if (*((shmaddr + tslot)->list + ndx) == slot && in notify() 476 (shmaddr + tslot)->pid == pid) { in notify() 479 slot, ndx, tslot, pid); in notify() 486 slot, ndx, tslot, pid); in notify()
|