Searched defs:advice (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/mman/ |
D | madvise.c | 4 int __madvise(void *addr, size_t len, int advice) in __madvise()
|
D | posix_madvise.c | 5 int posix_madvise(void *addr, size_t len, int advice) in posix_madvise()
|
/third_party/musl/porting/liteos_a/user/src/mman/ |
D | posix_madvise.c | 6 int posix_madvise(void *addr, size_t len, int advice) in posix_madvise()
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | posix_fadvise.c | 6 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise()
|
/third_party/musl/src/fcntl/ |
D | posix_fadvise.c | 4 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 36 int advice; member
|
D | madvise08.c | 154 static pid_t run_child(int advice) in run_child()
|
D | madvise02.c | 63 int advice; member
|
/third_party/boost/boost/interprocess/ |
D | mapped_region.hpp | 750 inline bool mapped_region::advise(advice_types advice) in advise()
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 562 uvwasi_advice_t advice) { in uvwasi_fd_advise()
|
/third_party/node/src/ |
D | node_wasi.cc | 467 uint8_t advice; in FdAdvise() local
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 3452 s64 advice; in can_expand() local
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 6254 int advice; in os_posix_fadvise() local
|
/third_party/python/Modules/ |
D | posixmodule.c | 10840 Py_off_t length, int advice) in os_posix_fadvise_impl()
|