OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nShortOpCaches
(Results
1 - 5
of
5
) sorted by null
/external/yaffs2/yaffs2/direct/
yaffscfg.c
80
ramDev.
nShortOpCaches
= 0; // Disable caching on this device.
94
bootDev.
nShortOpCaches
= 10; // Use caches
108
flashDev.
nShortOpCaches
= 10; // Use caches
yaffscfg2k.c
94
ramDev.
nShortOpCaches
= 0; // Disable caching on this device.
109
bootDev.
nShortOpCaches
= 10; // Use caches
137
flashDev.
nShortOpCaches
= 10; // Use caches
159
ram2kDev.
nShortOpCaches
= 10; // Use caches
/external/yaffs2/yaffs2/
yaffs_guts.c
254
for (i = 0; i < dev->
nShortOpCaches
; i++) {
[
all
...]
yaffs_guts.h
550
int
nShortOpCaches
; /* If <= 0, then short op caching is disabled, else
yaffs_fs.c
[
all
...]
Completed in 1068 milliseconds