Searched refs:pool_id (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/mm/ |
D | cleancache.c | 116 int pool_id = CLEANCACHE_NO_BACKEND; in __cleancache_init_fs() local 119 pool_id = cleancache_ops->init_fs(PAGE_SIZE); in __cleancache_init_fs() 120 if (pool_id < 0) in __cleancache_init_fs() 121 pool_id = CLEANCACHE_NO_POOL; in __cleancache_init_fs() 123 sb->cleancache_poolid = pool_id; in __cleancache_init_fs() 130 int pool_id = CLEANCACHE_NO_BACKEND_SHARED; in __cleancache_init_shared_fs() local 133 pool_id = cleancache_ops->init_shared_fs(sb->s_uuid, PAGE_SIZE); in __cleancache_init_shared_fs() 134 if (pool_id < 0) in __cleancache_init_shared_fs() 135 pool_id = CLEANCACHE_NO_POOL; in __cleancache_init_shared_fs() 137 sb->cleancache_poolid = pool_id; in __cleancache_init_shared_fs() [all …]
|
/linux-4.1.27/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 …]
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 183 u64 pool_id; member 3893 (unsigned long long) rbd_dev->spec->pool_id); in rbd_pool_id_show() 3952 spec->pool_id, spec->pool_name, in rbd_parent_show() 3982 static DEVICE_ATTR(pool_id, S_IRUGO, rbd_pool_id_show, NULL); 4046 spec->pool_id = CEPH_NOPOOL; in rbd_spec_alloc() 4087 rbd_dev->layout.fl_pg_pool = cpu_to_le32((u32) spec->pool_id); in rbd_dev_create() 4227 u64 pool_id; in rbd_dev_v2_parent_info() local 4259 ceph_decode_64_safe(&p, end, pool_id, out_err); in rbd_dev_v2_parent_info() 4260 if (pool_id == CEPH_NOPOOL) { in rbd_dev_v2_parent_info() 4283 if (pool_id > (u64)U32_MAX) { in rbd_dev_v2_parent_info() [all …]
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 640 int pool_id) in set_work_pool_and_keep_pending() argument 642 set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT, in set_work_pool_and_keep_pending() 647 int pool_id) in set_work_pool_and_clear_pending() argument 656 set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT, 0); in set_work_pool_and_clear_pending() 722 int pool_id; in get_work_pool() local 730 pool_id = data >> WORK_OFFQ_POOL_SHIFT; in get_work_pool() 731 if (pool_id == WORK_OFFQ_POOL_NONE) in get_work_pool() 734 return idr_find(&worker_pool_idr, pool_id); in get_work_pool() 757 unsigned long pool_id = get_work_pool_id(work); in mark_work_canceling() local 759 pool_id <<= WORK_OFFQ_POOL_SHIFT; in mark_work_canceling() [all …]
|
/linux-4.1.27/include/xen/interface/ |
D | xen.h | 732 int32_t pool_id; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-rbd | 76 pool_id
|
/linux-4.1.27/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()
|