Searched refs:bcops (Results 1 – 6 of 6) sorted by relevance
31 extern struct bcache_ops *bcops;35 bcops->bc_enable(); in bc_enable()40 bcops->bc_disable(); in bc_disable()45 bcops->bc_wback_inv(page, size); in bc_wback_inv()50 bcops->bc_inv(page, size); in bc_inv()55 if (bcops->bc_prefetch_enable) in bc_prefetch_enable()56 bcops->bc_prefetch_enable(); in bc_prefetch_enable()61 if (bcops->bc_prefetch_disable) in bc_prefetch_disable()62 bcops->bc_prefetch_disable(); in bc_prefetch_disable()67 if (bcops->bc_prefetch_is_enabled) in bc_prefetch_is_enabled()[all …]
105 bcops = &r5k_sc_ops; in r5k_sc_init()
188 bcops = &indy_sc_ops; in indy_sc_init()
248 bcops = &rm7k_sc_ops; in rm7k_sc_init()
261 bcops = &mips_sc_ops; in mips_sc_init()
125 struct bcache_ops *bcops = &no_sc_ops; variable