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.c214 int axcs = 1; in get_access() local
218 axcs = 2; in get_access()
226 return axcs; in get_access()
780 int axcs; in touch_seg() local
795 axcs = get_access(args); in touch_seg()
796 if (axcs == 0) in touch_seg()
799 if (!segment_touch(segname, &range, axcs - 1)) in touch_seg()