Searched refs:oswiz (Results 1 – 3 of 3) sorted by relevance
/drivers/xen/ |
D | tmem.c | 264 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz() function 286 ret = xen_tmem_put_page(pool, oswiz(type, ind), iswiz(ind), pfn); in tmem_frontswap_put_page() 311 ret = xen_tmem_get_page(pool, oswiz(type, ind), iswiz(ind), pfn); in tmem_frontswap_get_page() 330 (void) xen_tmem_flush_page(pool, oswiz(type, ind), iswiz(ind)); in tmem_frontswap_flush_page() 342 (void)xen_tmem_flush_object(pool, oswiz(type, ind)); in tmem_frontswap_flush_area()
|
/drivers/staging/zcache/ |
D | zcache-main.c | 1844 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz() function 1856 struct tmem_oid oid = oswiz(type, ind); in zcache_frontswap_put_page() 1877 struct tmem_oid oid = oswiz(type, ind); in zcache_frontswap_get_page() 1892 struct tmem_oid oid = oswiz(type, ind); in zcache_frontswap_flush_page() 1906 oid = oswiz(type, ind); in zcache_frontswap_flush_area()
|
/drivers/staging/ramster/ |
D | zcache-main.c | 2998 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz() function 3010 struct tmem_oid oid = oswiz(type, ind); in zcache_frontswap_put_page() 3033 struct tmem_oid oid = oswiz(type, ind); in zcache_frontswap_get_page() 3054 struct tmem_oid oid = oswiz(type, ind); in zcache_frontswap_flush_page() 3068 oid = oswiz(type, ind); in zcache_frontswap_flush_area()
|