Home
last modified time | relevance | path

Searched refs:TMEM_POOL_PERSIST (Results 1 – 7 of 7) sorted by relevance

/drivers/xen/
Dtmem.c38 #define TMEM_POOL_PERSIST 1 macro
56 #define TMEM_POOL_PERSIST 1 macro
352 xen_tmem_new_pool(private, TMEM_POOL_PERSIST, PAGE_SIZE); in tmem_frontswap_init()
/drivers/staging/zcache/
Dtmem.h24 #define TMEM_POOL_PERSIST 1 macro
Dtmem.c755 int persistent = flags & TMEM_POOL_PERSIST; in tmem_new_pool()
Dzcache-main.c1727 flags & TMEM_POOL_PERSIST ? "persistent" : "ephemeral", in zcache_new_pool()
1917 zcache_new_pool(LOCAL_CLIENT, TMEM_POOL_PERSIST); in zcache_frontswap_init()
/drivers/staging/ramster/
Dtmem.h23 #define TMEM_POOL_PERSIST 1 macro
Dzcache-main.c2800 flags & TMEM_POOL_PERSIST ? "persistent" : "ephemeral", in zcache_new_pool()
2804 flags & TMEM_POOL_PERSIST ? "persistent" : "ephemeral", in zcache_new_pool()
2821 uint32_t flags = ephemeral ? 0 : TMEM_POOL_PERSIST; in zcache_autocreate_pool()
2858 flags & TMEM_POOL_PERSIST ? "persistent" : "ephemeral", in zcache_autocreate_pool()
3079 zcache_local_new_pool(TMEM_POOL_PERSIST); in zcache_frontswap_init()
Dtmem.c836 int persistent = flags & TMEM_POOL_PERSIST; in tmem_new_pool()