Searched refs:incore_ret (Results 1 – 1 of 1) sorted by relevance
47 int incore_ret; in nr_incore() local52 incore_ret = mincore(ptr, size_bytes, vec); in nr_incore()53 if (incore_ret) { in nr_incore()54 printf("mincore ret: %d\n", incore_ret); in nr_incore()390 int incore_ret; in fill_bounds_dir_buf_self() local397 incore_ret = mincore(dig_bounds_dir_ptr, buffer_size_bytes, &vec[0]); in fill_bounds_dir_buf_self()398 if (incore_ret) { in fill_bounds_dir_buf_self()399 printf("mincore ret: %d\n", incore_ret); in fill_bounds_dir_buf_self()