OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_from_mem
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/mem/mtest07/
shm_test.c
178
char *
read_from_mem
; /* ptr to touch each (4096) block in memory */
local
230
read_from_mem
= shmat_addr;
232
buff = *
read_from_mem
;
234
read_from_mem
++;
/external/u-boot/cmd/
binop.c
68
void
read_from_mem
(ulong addr, u8 *result, ulong len)
function
118
read_from_mem
(simple_strtoul(src1arg + 1, NULL, 16), src1, len);
123
read_from_mem
(simple_strtoul(src2arg + 1, NULL, 16), src2, len);
/external/ltp/testcases/kernel/mem/mtest06/
shmat1.c
329
/* Function:
read_from_mem
*/
340
void *
read_from_mem
(void *args)
function
352
"%s[%#lx]:
read_from_mem
(): memory address: [%p]\n",
488
if (pthread_create(&thid[2], NULL,
read_from_mem
, chld_args)) {
493
"created thread id[%#lx], execs fn
read_from_mem
()\n",
Completed in 1370 milliseconds