Searched refs:cached (Results 26 - 50 of 93) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Ddiscontig.c530 int shared = 0, cached = 0, reserved = 0; local
546 cached++;
553 total_cached += cached;
557 present, reserved, shared, cached);
562 printk(KERN_INFO "%d pages swap cached\n", total_cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dmem.c186 unsigned long shared = 0, cached = 0; local
208 cached++;
220 printk("%ld pages swap cached\n", cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dinit.c106 int shared = 0, cached = 0; local
120 cached++;
131 printk("%d pages swap cached\n",cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/mm/
H A Dinit.c302 int shared = 0, cached = 0; local
313 cached++;
322 printk("%d pages swap cached\n",cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dmap.h190 void *cached; member in struct:map_info
207 /* It's possible for the map driver to use cached memory in its
404 if (map->cached)
405 memcpy(to, (char *)map->cached + from, len);
H A Dnand.h419 const uint8_t *buf, int page, int cached, int raw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dhead.S216 jump _inram ; Jump to cached RAM.
265 add.d 0xf0000000, $r4 ; Add cached flash start in virtual memory.
272 jump _start_it ; Jump to cached code.
322 add.d 0xf0000000, $r9 ; Add cached flash start in virtual memory.
329 jump _start_it ; Jump to cached code.
373 jump _start_it ; Jump to cached code.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Djquery.flexbox.min.js50 cacheData = [], // associative array holding actual cached data
262 var cached = checkCache(q, p);
263 if (cached) {
268 displayItems(cached.data, q);
269 showPaging(p, cached.t);
524 var cached = cache.pop();
525 cacheSize -= cached.size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Djquery.flexbox.min.js50 cacheData = [], // associative array holding actual cached data
262 var cached = checkCache(q, p);
263 if (cached) {
268 displayItems(cached.data, q);
269 showPaging(p, cached.t);
524 var cached = cache.pop();
525 cacheSize -= cached.size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_misc.c126 long cached; local
138 cached = global_page_state(NR_FILE_PAGES) -
140 if (cached < 0)
141 cached = 0;
182 K(cached),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c67 long shared = 0, cached = 0; local
89 cached++;
97 printk(KERN_INFO "%lu pages swap cached\n",cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c550 int shared = 0, cached = 0; local
563 cached++;
584 cached++;
596 printk(KERN_INFO "%d pages swap cached\n", cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-miss.S129 # SCR0 - base of virtual range covered by cached PGE from last ITLB miss (or 0xffffffff)
141 # see if the cached page table mapping is appropriate
250 # SCR1 - base of virtual range covered by cached PGE from last DTLB miss (or 0xffffffff)
262 # see if the cached page table mapping is appropriate
368 # SCR0 - base of virtual range covered by cached PGE from last ITLB miss (or 0xffffffff)
380 # see if the cached page table mapping is appropriate
477 # SCR1 - base of virtual range covered by cached PGE from last DTLB miss (or 0xffffffff)
489 # see if the cached page table mapping is appropriate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dio.h283 #define cached(addr) P1SEGADDR(addr) macro
313 * Convert a virtual cached pointer to an uncached pointer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dcafe_nand.c523 const uint8_t *buf, int page, int cached, int raw)
538 cached = 0;
540 if (!cached || !(chip->options & NAND_CACHEPRG)) {
522 cafe_nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int page, int cached, int raw) argument
H A Dnand_base.c22 * Enable cached programming for 2k page size chips
1616 * @cached: cached programming
1620 const uint8_t *buf, int page, int cached, int raw)
1635 cached = 0;
1637 if (!cached || !(chip->options & NAND_CACHEPRG)) {
1763 /* Invalidate the page cache, when we write to the cached page */
1774 int cached = writelen > bytes && page != blockmask; local
1779 cached = 0;
1790 ret = chip->write_page(mtd, chip, wbuf, page, cached,
1619 nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int page, int cached, int raw) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c187 FLAC__bool cached; /* true if there is a byte in lookahead */ member in struct:FLAC__StreamDecoderPrivate
468 decoder->private_->cached = false;
1375 if(decoder->private_->cached) {
1377 decoder->private_->cached = false;
1408 decoder->private_->cached = true;
1961 if(decoder->private_->cached) {
1963 decoder->private_->cached = false;
1978 decoder->private_->cached = true;
2188 decoder->private_->cached = true;
2349 decoder->private_->cached
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c2393 struct dir *cached; local
2394 if ((cached = dircache_search_by_did(vol, sid)) != NULL)
2395 (void)dir_remove(vol, cached);
2396 if ((cached = dircache_search_by_did(vol, did)) != NULL)
2397 (void)dir_remove(vol, cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c2398 struct dir *cached; local
2399 if ((cached = dircache_search_by_did(vol, sid)) != NULL)
2400 (void)dir_remove(vol, cached);
2401 if ((cached = dircache_search_by_did(vol, did)) != NULL)
2402 (void)dir_remove(vol, cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dinit.c396 unsigned long shared = 0, cached = 0; local
413 cached++;
423 printk(KERN_INFO "%lu pages swap cached\n", cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S127 jump in_cache ; enter cached area instead
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-mmu-fr451.S260 movgs gr8,iampr0 ; cached kernel memory at 0xC0000000
274 movgs gr8,iampr1 ; cached kernel memory at 0x00000000
H A Dsleep.S251 movgs gr5,iampr1 ; cached kernel memory at 0x00000000
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dconfigure1799 $as_echo_n "(cached) " >&6
1868 $as_echo_n "(cached) " >&6
1932 $as_echo_n "(cached) " >&6
1962 $as_echo_n "(cached) " >&6
2608 $as_echo_n "(cached) " >&6
2642 $as_echo_n "(cached) " >&6
2675 $as_echo_n "(cached) " >&6
2732 $as_echo_n "(cached) " >&6
2873 $as_echo_n "(cached) " >&6
2924 $as_echo_n "(cached) " >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure1848 $as_echo_n "(cached) " >&6
1957 $as_echo_n "(cached) " >&6
2027 $as_echo_n "(cached) " >&6
2090 $as_echo_n "(cached) " >&6
2112 $as_echo_n "(cached) " >&6
2166 $as_echo_n "(cached) " >&6
2225 $as_echo_n "(cached) " >&6
2654 $as_echo_n "(cached) " >&6
2688 $as_echo_n "(cached) " >&6
2721 $as_echo_n "(cached) " >
[all...]

Completed in 422 milliseconds

1234