Home
last modified time | relevance | path

Searched refs:SF_NOCACHE (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/tests/sys/
H A Dsendfile_test.c556 .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 Dsendfile12.sh205 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off, SF_NOCACHE)
H A Dsendfile20.sh217 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off, SF_NOCACHE) == -1)
H A Dsendfile19.sh216 if (sendfile(fd, tcpsock, 0, statb.st_size, NULL, &off, SF_NOCACHE) == -1)
H A Dsendfile13.sh311 SF_NOCACHE) == -1)
H A Dsendfile14.sh305 SF_NOCACHE) == -1)
/freebsd/sys/sys/
H A Dsocket.h659 #define SF_NOCACHE 0x00000010 macro
/freebsd/sys/kern/
H A Dkern_sendfile.c1008 if (flags & SF_NOCACHE) { in vn_sendfile()
1096 if ((flags & SF_NOCACHE) && in vn_sendfile()