Searched defs:nocache (Results 1 – 3 of 3) sorted by relevance
304 unsigned short nocache = dst->flags & DST_NOCACHE; in dst_release() local
212 unsigned char nocache : 1;/* May not be cached */ member
738 static void fill_nocache(void *buf, int size, int nocache) in fill_nocache()747 #define fill_nocache(buf, size, nocache) do { ; } while (0) argument