HomeSort by relevance Sort by last modified time
    Searched refs:CACHE (Results 1 - 5 of 5) sorted by null

  /external/kernel-headers/original/linux/
slab.h 18 #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */
30 #define SLAB_NO_GROW __GFP_NO_GROW /* don't grow a cache */
38 #define SLAB_RED_ZONE 0x00000400UL /* Red zone objs in a cache */
40 #define SLAB_HWCACHE_ALIGN 0x00002000UL /* align objs on a h/w cache lines */
115 * %__GFP_COLD - Request cache-cold pages instead of
116 * trying to return cache-warm pages.
138 #define CACHE(x) \
144 #undef CACHE
168 #define CACHE(x) \
174 #undef CACHE
    [all...]
  /external/qemu/android/avd/
info.h 37 * it may also contain other lines that cache stuff found in the
59 _AVD_IMG(CACHE,"cache.img","cache") \
81 /* use to ignore the cache partition */
83 /* use to wipe cache partition, ignored if NO_CACHE is set */
  /external/qemu/block/
vpc.c 33 //#define CACHE
125 #ifdef CACHE
222 #ifdef CACHE
278 #ifdef CACHE
590 #ifdef CACHE
  /external/grub/stage2/
fsys_reiserfs.c 293 /* The size of the node cache */
345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
348 #define BLOCKHEAD(cache) ((struct block_head *) cache)
350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE))
351 #define DC(cache) ((struct disk_child *) \
352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
358 * The journal cache. For each transaction it contains the number o
694 char* cache = CACHE(depth); local
732 char *cache; local
822 char *cache; local
    [all...]
  /external/bison/djgpp/
config.bat 52 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
68 if "%1" == "cache" goto NextArgument
69 if "%1" == "CACHE" goto NextArgument
70 if "%1" == "no-cache" goto NoCaching
71 if "%1" == "no-CACHE" goto NoCaching
72 if "%1" == "NO-CACHE" goto NoCaching
75 if "%1" == "no-cache" set CACHING=disabled
76 if "%1" == "no-CACHE" set CACHING=disabled
77 if "%1" == "NO-CACHE" set CACHING=disabled
147 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> arguments
    [all...]

Completed in 607 milliseconds