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

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp273 static bool is_same_fsobject(int fd1, int fd2) { function
337 if (!is_same_fsobject(fd, dirfd(dirp))) {
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp273 static bool is_same_fsobject(int fd1, int fd2) { function
336 if (!is_same_fsobject(fd, dirfd(dirp))) {
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp276 static bool is_same_fsobject(int fd1, int fd2) { function
340 if (!is_same_fsobject(fd, dirp->d_fd)) {
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp271 static bool is_same_fsobject(int fd1, int fd2) { function
425 if (!is_same_fsobject(fd, dirp->dd_fd)) {

Completed in 67 milliseconds