Home | History | Annotate | Download | only in ipc_stress

Lines Matching refs:wptr

163 	int *wptr;
237 for (word = 0, wptr = (int *)region; word < nwords; word++, wptr++) {
243 *wptr = word;
257 for (word = 0, wptr = (int *)region; word < nwords;
258 word++, wptr++) {
264 if (*wptr != word) {
265 addr = ((intptr_t) wptr & 0x0fffffff) / 4096;
277 pid, loop, word, *wptr);
280 checksum2 += *wptr;