Searched refs:write_to_mem (Results 1 – 3 of 3) sorted by relevance
179 char *write_to_mem; /* ptr to touch each (4096) block in memory */ in shmat_rd_wr() local219 write_to_mem = shmat_addr; in shmat_rd_wr()221 dprt("pid[%d]: do_shmat_shmatd(): write_to_mem = %#x\n", getpid(), write_to_mem); in shmat_rd_wr()222 *write_to_mem = 'Y'; in shmat_rd_wr()224 write_to_mem++; in shmat_rd_wr()
77 void write_to_mem(char *varname, u8 *result, ulong len) in write_to_mem() function158 write_to_mem(destarg + 1, result, len); /* Skip asterisk */ in do_binop()
300 void *write_to_mem(void *args) in write_to_mem() function478 if (pthread_create(&thid[1], NULL, write_to_mem, chld_args)) { in main()