Searched refs:pool_id (Results 1 – 3 of 3) sorted by relevance
/drivers/xen/ |
D | tmem.c | 98 op.pool_id = tmem_pool; in xen_tmem_op() 131 static int xen_tmem_put_page(u32 pool_id, struct tmem_oid oid, in xen_tmem_put_page() argument 136 return xen_tmem_op(TMEM_PUT_PAGE, pool_id, oid, index, in xen_tmem_put_page() 140 static int xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, in xen_tmem_get_page() argument 145 return xen_tmem_op(TMEM_GET_PAGE, pool_id, oid, index, in xen_tmem_get_page() 149 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) in xen_tmem_flush_page() argument 151 return xen_tmem_op(TMEM_FLUSH_PAGE, pool_id, oid, index, in xen_tmem_flush_page() 155 static int xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid) in xen_tmem_flush_object() argument 157 return xen_tmem_op(TMEM_FLUSH_OBJECT, pool_id, oid, 0, 0, 0, 0, 0); in xen_tmem_flush_object() 162 static int xen_tmem_destroy_pool(u32 pool_id) in xen_tmem_destroy_pool() argument [all …]
|
/drivers/block/ |
D | rbd.c | 180 u64 pool_id; member 3873 (unsigned long long) rbd_dev->spec->pool_id); in rbd_pool_id_show() 3932 spec->pool_id, spec->pool_name, in rbd_parent_show() 3962 static DEVICE_ATTR(pool_id, S_IRUGO, rbd_pool_id_show, NULL); 4026 spec->pool_id = CEPH_NOPOOL; in rbd_spec_alloc() 4069 rbd_dev->layout.fl_pg_pool = cpu_to_le32((u32) spec->pool_id); in rbd_dev_create() 4209 u64 pool_id; in rbd_dev_v2_parent_info() local 4241 ceph_decode_64_safe(&p, end, pool_id, out_err); in rbd_dev_v2_parent_info() 4242 if (pool_id == CEPH_NOPOOL) { in rbd_dev_v2_parent_info() 4265 if (pool_id > (u64)U32_MAX) { in rbd_dev_v2_parent_info() [all …]
|
/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 4996 int pool_id; in mvpp2_buff_hdr_rx() local 4998 pool_id = (rx_status & MVPP2_RXD_BM_POOL_ID_MASK) >> in mvpp2_buff_hdr_rx() 5013 mvpp2_bm_pool_mc_put(port, pool_id, buff_phys_addr, in mvpp2_buff_hdr_rx()
|