Lines Matching refs:errno
164 "Assuming MPOL_DEFAULT.\n", strerror(errno)); in prepare_numa()
183 strerror(errno)); in restore_numa()
220 } while (ret && errno == EINTR); in lock()
222 if (ret && errno == EWOULDBLOCK) { in lock()
227 __func__, strerror(errno)); in lock()
255 __func__, strerror(errno)); in get_seg_memfd()
269 __func__, strerror(errno)); in get_seg_memfd()
318 if (ret < 0 && errno != ENOENT) { in get_seg_fd()
320 __func__, path, strerror(errno)); in get_seg_fd()
346 __func__, path, strerror(errno)); in get_seg_fd()
355 __func__, path, strerror(errno)); in get_seg_fd()
361 __func__, path, strerror(errno)); in get_seg_fd()
383 strerror(errno)); in resize_hugefile_in_memory()
418 __func__, strerror(errno)); in resize_hugefile_in_filesystem()
446 errno == ENOTSUP) { in resize_hugefile_in_filesystem()
454 strerror(errno)); in resize_hugefile_in_filesystem()
487 __func__, path, strerror(errno)); in close_hugefile()
588 __func__, strerror(errno)); in alloc_seg()
595 __func__, strerror(errno)); in alloc_seg()
614 strerror(errno)); in alloc_seg()
665 __func__, strerror(errno)); in alloc_seg()
877 __func__, wa->hi->hugedir, strerror(errno)); in alloc_seg_walk()
883 __func__, wa->hi->hugedir, strerror(errno)); in alloc_seg_walk()
984 __func__, wa->hi->hugedir, strerror(errno)); in free_seg_walk()
990 __func__, wa->hi->hugedir, strerror(errno)); in free_seg_walk()
1348 hi->hugedir, strerror(errno)); in sync_existing()
1354 hi->hugedir, strerror(errno)); in sync_existing()
1666 if (errno == EINVAL) { in test_memfd_create()