Searched refs:pool_id (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/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 134 return xen_tmem_op(TMEM_PUT_PAGE, pool_id, oid, index, in xen_tmem_put_page() 138 static int xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, in xen_tmem_get_page() argument 141 return xen_tmem_op(TMEM_GET_PAGE, pool_id, oid, index, in xen_tmem_get_page() 145 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) in xen_tmem_flush_page() argument 147 return xen_tmem_op(TMEM_FLUSH_PAGE, pool_id, oid, index, in xen_tmem_flush_page() 151 static int xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid) in xen_tmem_flush_object() argument 153 return xen_tmem_op(TMEM_FLUSH_OBJECT, pool_id, oid, 0, 0, 0, 0, 0); in xen_tmem_flush_object() 158 static int xen_tmem_destroy_pool(u32 pool_id) in xen_tmem_destroy_pool() argument [all …]
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 183 u64 pool_id; member 3872 (unsigned long long) rbd_dev->spec->pool_id); in rbd_pool_id_show() 3931 spec->pool_id, spec->pool_name, in rbd_parent_show() 3961 static DEVICE_ATTR(pool_id, S_IRUGO, rbd_pool_id_show, NULL); 4023 spec->pool_id = CEPH_NOPOOL; in rbd_spec_alloc() 4090 rbd_dev->layout.fl_pg_pool = cpu_to_le32((u32) spec->pool_id); in rbd_dev_create() 4237 u64 pool_id; in rbd_dev_v2_parent_info() local 4269 ceph_decode_64_safe(&p, end, pool_id, out_err); in rbd_dev_v2_parent_info() 4270 if (pool_id == CEPH_NOPOOL) { in rbd_dev_v2_parent_info() 4293 if (pool_id > (u64)U32_MAX) { in rbd_dev_v2_parent_info() [all …]
|
/linux-4.4.14/include/xen/interface/ |
D | xen.h | 739 int32_t pool_id; member
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 635 int pool_id) in set_work_pool_and_keep_pending() argument 637 set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT, in set_work_pool_and_keep_pending() 642 int pool_id) in set_work_pool_and_clear_pending() argument 651 set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT, 0); in set_work_pool_and_clear_pending() 717 int pool_id; in get_work_pool() local 725 pool_id = data >> WORK_OFFQ_POOL_SHIFT; in get_work_pool() 726 if (pool_id == WORK_OFFQ_POOL_NONE) in get_work_pool() 729 return idr_find(&worker_pool_idr, pool_id); in get_work_pool() 752 unsigned long pool_id = get_work_pool_id(work); in mark_work_canceling() local 754 pool_id <<= WORK_OFFQ_POOL_SHIFT; in mark_work_canceling() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-rbd | 76 pool_id
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 5071 int pool_id; in mvpp2_buff_hdr_rx() local 5073 pool_id = (rx_status & MVPP2_RXD_BM_POOL_ID_MASK) >> in mvpp2_buff_hdr_rx() 5088 mvpp2_bm_pool_mc_put(port, pool_id, buff_phys_addr, in mvpp2_buff_hdr_rx()
|