Searched refs:pool_id (Results 1 - 3 of 3) sorted by relevance

/drivers/xen/
H A Dtmem.c98 op.pool_id = tmem_pool;
131 static int xen_tmem_put_page(u32 pool_id, struct tmem_oid oid, argument
136 return xen_tmem_op(TMEM_PUT_PAGE, pool_id, oid, index,
140 static int xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, argument
145 return xen_tmem_op(TMEM_GET_PAGE, pool_id, oid, index,
149 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) argument
151 return xen_tmem_op(TMEM_FLUSH_PAGE, pool_id, oid, index,
155 static int xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid) argument
157 return xen_tmem_op(TMEM_FLUSH_OBJECT, pool_id, oid, 0, 0, 0, 0, 0);
162 static int xen_tmem_destroy_pool(u32 pool_id) argument
[all...]
/drivers/block/
H A Drbd.c157 * The tuple (pool_id, image_id, snap_id) is sufficient to uniquely
180 u64 pool_id; member in struct:rbd_spec
3858 (unsigned long long) rbd_dev->spec->pool_id);
3912 "pool_id %llu\npool_name %s\n"
3917 spec->pool_id, spec->pool_name,
3947 static DEVICE_ATTR(pool_id, S_IRUGO, rbd_pool_id_show, NULL);
4011 spec->pool_id = CEPH_NOPOOL;
4054 rbd_dev->layout.fl_pg_pool = cpu_to_le32((u32) spec->pool_id);
4194 u64 pool_id; local
4204 size = sizeof (__le64) + /* pool_id */
[all...]
/drivers/net/ethernet/marvell/
H A Dmvpp2.c4996 int pool_id; local
4998 pool_id = (rx_status & MVPP2_RXD_BM_POOL_ID_MASK) >>
5013 mvpp2_bm_pool_mc_put(port, pool_id, buff_phys_addr,

Completed in 118 milliseconds