Searched refs:SF_NOCACHE (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/tests/sys/ |
H A D | sendfile_test.c | 556 .flags = SF_NOCACHE in flags_test() 561 .flags = SF_NOCACHE|SF_USER_READAHEAD in flags_test() 574 .flags = SF_NOCACHE in flags_test() 579 .flags = SF_NOCACHE|SF_USER_READAHEAD in flags_test() 584 .flags = SF_NOCACHE in flags_test()
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile12.sh | 205 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off, SF_NOCACHE)
|
H A D | sendfile20.sh | 217 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off, SF_NOCACHE) == -1)
|
H A D | sendfile19.sh | 216 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off, SF_NOCACHE) == -1)
|
H A D | sendfile13.sh | 311 SF_NOCACHE) == -1)
|
H A D | sendfile14.sh | 305 SF_NOCACHE) == -1)
|
/freebsd/sys/sys/ |
H A D | socket.h | 662 #define SF_NOCACHE 0x00000010 macro
|
/freebsd/sys/kern/ |
H A D | kern_sendfile.c | 1008 if (flags & SF_NOCACHE) { in vn_sendfile() 1096 if ((flags & SF_NOCACHE) && in vn_sendfile()
|