Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/process_madvise/
H A Dprocess_madvise01.c34 struct addr_mapping map_after; in child_alloc() local
51 memset(&map_after, 0, sizeof(struct addr_mapping)); in child_alloc()
52 read_address_mapping((unsigned long)*data_ptr, &map_after); 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