Home
last modified time | relevance | path

Searched refs:map_before (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/process_madvise/
H A Dprocess_madvise01.c33 struct addr_mapping map_before; in child_alloc() local
46 memset(&map_before, 0, sizeof(struct addr_mapping)); in child_alloc()
47 read_address_mapping((unsigned long)*data_ptr, &map_before); in child_alloc()
62 TST_EXP_EXPR(map_before.swap < map_after.swap, in child_alloc()
64 map_after.swap - map_before.swap, in child_alloc()

Completed in 1 milliseconds