HomeSort by relevance Sort by last modified time
    Searched full:shmad (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/kernel/sched/process_stress/
process.c 724 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++) {
765 /* pinfo->list = (int *)((ulong)shmad + nodesum * sizeof(Pinfo)
768 (int *)((long)shmad + nodesum * sizeof(Pinfo) +
773 shmaddr = shmad;

Completed in 590 milliseconds