Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c212 int axcs = 1; in get_access() local
216 axcs = 2; in get_access()
224 return axcs; in get_access()
770 int axcs; in touch_seg() local
785 axcs = get_access(args); in touch_seg()
786 if (axcs == 0) in touch_seg()
789 if (!segment_touch(segname, &range, axcs - 1)) in touch_seg()