Home
last modified time | relevance | path

Searched refs:shmad (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c724 Pinfo *shmad = NULL; /* ptr to start of shared memory. */ local
745 if ((shmad = shmat(shmid, (char *)shmad, 0)) == MAP_FAILED) {
753 for (pinfo = shmad, i = 0; i < nodesum; i++, pinfo++) {
768 (int *)((long)shmad + nodesum * sizeof(Pinfo) +
773 shmaddr = shmad;