Searched refs:cache_ctl (Results 1 – 3 of 3) sorted by relevance
595 volatile uint cache_ctl; in l2cache_init() local602 cache_ctl = l2cache->l2ctl; in l2cache_init()605 if (cache_ctl & MPC85xx_L2CTL_L2E) { in l2cache_init()622 l2siz_field = (cache_ctl >> 28) & 0x3; in l2cache_init()626 printf(" unknown size (0x%08x)\n", cache_ctl); in l2cache_init()634 cache_ctl = 0xc4000000; in l2cache_init()637 cache_ctl = 0xc0000000; /* set L2E=1, L2I=1, & L2SRAM=0 */ in l2cache_init()645 cache_ctl = 0xc8000000; in l2cache_init()649 cache_ctl = 0xc0000000; in l2cache_init()655 cache_ctl = 0xc0000000; in l2cache_init()[all …]
129 struct ceph_readdir_cache_control *cache_ctl) in __dcache_find_get_entry() argument140 if (!cache_ctl->page || ptr_pgoff != page_index(cache_ctl->page)) { in __dcache_find_get_entry()141 ceph_readdir_cache_release(cache_ctl); in __dcache_find_get_entry()142 cache_ctl->page = find_lock_page(&dir->i_data, ptr_pgoff); in __dcache_find_get_entry()143 if (!cache_ctl->page) { in __dcache_find_get_entry()149 unlock_page(cache_ctl->page); in __dcache_find_get_entry()150 cache_ctl->dentries = kmap(cache_ctl->page); in __dcache_find_get_entry()153 cache_ctl->index = idx & idx_mask; in __dcache_find_get_entry()160 dentry = cache_ctl->dentries[cache_ctl->index]; in __dcache_find_get_entry()189 struct ceph_readdir_cache_control cache_ctl = {}; in __dcache_readdir() local[all …]
1608 struct ceph_readdir_cache_control cache_ctl = {}; in ceph_readdir_prepopulate() local1657 cache_ctl.index = req->r_readdir_cache_idx; in ceph_readdir_prepopulate()1773 if (err == 0 && skipped == 0 && cache_ctl.index >= 0) { in ceph_readdir_prepopulate()1775 &cache_ctl, req); in ceph_readdir_prepopulate()1785 req->r_readdir_cache_idx = cache_ctl.index; in ceph_readdir_prepopulate()1787 ceph_readdir_cache_release(&cache_ctl); in ceph_readdir_prepopulate()