Searched refs:prefetch (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h42 unsigned int prefetch:1; member in struct:IOPCIAddressSpace::__anon648
58 unsigned int prefetch:1;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c6886 * - optionally prefetch the named attribute's first block of data in the same RPC
6914 int create, guarded, prefetch, truncate, noopbusy = 0; local
6955 prefetch = (flags & NFS_GET_NAMED_ATTR_PREFETCH);
6977 if (prefetch && guarded)
6978 prefetch = 0; /* no sense prefetching data that can't be there */
6990 if (prefetch) {
7126 * directory and we may also want to prefetch some data via READ.
7135 if (prefetch)
7187 if (prefetch) {
7207 if (prefetch) {
[all...]

Completed in 25 milliseconds