Searched defs:prefetch (Results 1 – 15 of 15) sorted by relevance
111 static const char *const prefetch[] = { variable
124 void prefetch(void *x) in prefetch() function129 #define prefetch(x) macro
125 void prefetch(void *x) in prefetch() function142 #define prefetch(x) macro
154 void prefetch(void *x) in prefetch() function159 #define prefetch(x) macro
68 #define prefetch(x) macro
823 tree addr, addr_base, prefetch, params, write_p; in issue_prefetch_ref() local
541 #define prefetch(X) ((void) X) macro543 #define prefetch(X) __builtin_prefetch (X) macro
84 #define prefetch(X) ((void) X) macro87 #define prefetch(X) __builtin_prefetch (X) macro
59 prefetch(void *x) in prefetch() function64 #define prefetch(x) macro
600 boolean_t prefetch; in dbuf_read() local
2457 uint8_t prefetch; in zfs_readdir() local
4268 uint32_t prefetch : 3; /**< Control the amount of data to be preteched when member4311 uint32_t prefetch : 3; /**< Control the amount of data to be preteched when member4354 uint32_t prefetch : 3; /**< Control the amount of data to be preteched when member
2777 int force, int prefetch) in pci_add_map()
122 static __inline void prefetch(void *x) in prefetch() function130 #define prefetch(x) macro
1616 int prefetch = ztest_random(2) ? in ztest_replay_write() local