Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c219 int axcs = 1; in get_access() local
223 axcs = 2; in get_access()
231 return axcs; in get_access()
834 int axcs; in touch_seg() local
849 axcs = get_access(args); in touch_seg()
850 if (axcs == 0) in touch_seg()
853 if (!segment_touch(segname, &range, axcs - 1)) in touch_seg()