Searched refs:ephemeral (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/ramster/
H A Dr2net.c118 bool ephemeral = (msgtype == RMSTR_TMEM_PUT_EPH); local
124 zcache_autocreate_pool(xh->client_id, xh->pool_id, ephemeral);
127 p, datalen, 1, ephemeral ? 1 : -1);
223 bool ephemeral, int *remotenode)
253 if (ephemeral)
222 ramster_remote_put(struct tmem_xhandle *xh, char *data, size_t size, bool ephemeral, int *remotenode) argument
H A Dzcache-main.c10 * 1) "compression buddies" ("zbud") is used for ephemeral pages
149 * in the future, more) compressed ephemeral pages into a single "raw"
512 * The following routines handle shrinking of ephemeral pages by evicting
847 bool ephemeral; local
872 ephemeral = is_ephemeral(pool);
878 ret = ramster_remote_put(&xh, data, size, ephemeral, &remotenode);
1824 bool ephemeral; local
1827 ephemeral = (eph == 1) || ((eph == 0) && is_ephemeral(pool));
1828 if (ephemeral)
2021 bool ephemeral, delet local
2621 zcache_put(int cli_id, int pool_id, struct tmem_oid *oidp, uint32_t index, char *data, size_t size, bool raw, int ephemeral) argument
2817 zcache_autocreate_pool(int cli_id, int pool_id, bool ephemeral) argument
[all...]
H A Dtmem.c170 * "ephemeral" vs "persistent". These attributes apply to all tmem_objs
536 char *data, size_t size, bool raw, int ephemeral)
569 pampd = (*tmem_pamops.create)(data, size, raw, ephemeral,
655 * when a "get" is successful on an ephemeral page, the page is "flushed",
669 bool ephemeral = is_ephemeral(pool); local
672 bool free = (get_and_free == 1) || ((get_and_free == 0) && ephemeral);
535 tmem_put(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index, char *data, size_t size, bool raw, int ephemeral) argument
/drivers/staging/zcache/
H A Dtmem.c169 * "ephemeral" vs "persistent". These attributes apply to all tmem_objs
532 char *data, size_t size, bool raw, bool ephemeral)
565 pampd = (*tmem_pamops.create)(data, size, raw, ephemeral,
592 * when a "get" is successful on an ephemeral page, the page is "flushed",
606 bool ephemeral = is_ephemeral(pool); local
609 bool free = (get_and_free == 1) || ((get_and_free == 0) && ephemeral);
531 tmem_put(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index, char *data, size_t size, bool raw, bool ephemeral) argument

Completed in 79 milliseconds