OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CACHE
(Results
1 - 2
of
2
) 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/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
...]
Completed in 160 milliseconds