Searched refs:incore_ret (Results 1 – 1 of 1) sorted by relevance
48 int incore_ret; in nr_incore() local53 incore_ret = mincore(ptr, size_bytes, vec); in nr_incore()54 if (incore_ret) { in nr_incore()55 printf("mincore ret: %d\n", incore_ret); in nr_incore()391 int incore_ret; in fill_bounds_dir_buf_self() local398 incore_ret = mincore(dig_bounds_dir_ptr, buffer_size_bytes, &vec[0]); in fill_bounds_dir_buf_self()399 if (incore_ret) { in fill_bounds_dir_buf_self()400 printf("mincore ret: %d\n", incore_ret); in fill_bounds_dir_buf_self()