Searched refs:cache_page (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Ddatafab.c543 unsigned char cache_page[12] = { local
603 total_len = sizeof(cache_page);
610 memcpy(ptr + i, cache_page, sizeof(cache_page));
637 sizeof(cache_page) + sizeof(rw_err_page);
648 memcpy(ptr + i, cache_page, sizeof(cache_page));
649 i += sizeof(cache_page);
H A Djumpshot.c544 unsigned char cache_page[12] = { local
601 total_len = sizeof(cache_page);
608 memcpy(ptr + i, cache_page, sizeof(cache_page));
635 sizeof(cache_page) + sizeof(rw_err_page);
646 memcpy(ptr + i, cache_page, sizeof(cache_page));
647 i += sizeof(cache_page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dinode.c277 unsigned long cache_page = (unsigned long) inode->u.affs_i.i_lc; local
280 if (cache_page) {
284 free_page(cache_page);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmotorola_pgalloc.h85 cache_page((unsigned long)pte);
H A Dsun3_pgtable.h208 static inline void cache_page (unsigned long vaddr) function
H A Dmotorola_pgtable.h247 static inline void cache_page (unsigned long vaddr) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmotorola_pgalloc.h85 cache_page((unsigned long)pte);
H A Dsun3_pgtable.h208 static inline void cache_page (unsigned long vaddr) function
H A Dmotorola_pgtable.h247 static inline void cache_page (unsigned long vaddr) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dmemory.c137 cache_page (page);

Completed in 90 milliseconds