Home
last modified time | relevance | path

Searched refs:pool_name (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-pppd-ippool.c-Fix-type-casting-issues-between-in_add.patch40 - dbglog("Allocated address %s from pool %s", inet_ntoa(clnt_res.addr.s_addr), pool_name);
41 + dbglog("Allocated address %s from pool %s", inet_ntoa(temp_addr), pool_name);
51 - inet_ntoa(free_addr), pool_name, strerror(-clnt_res));
52 + inet_ntoa(temp_addr), pool_name, strerror(-clnt_res));
58 - dbglog("Freed address %s to pool %s", inet_ntoa(free_addr), pool_name);
60 + dbglog("Freed address %s to pool %s", inet_ntoa(temp_addr), pool_name);
/openbmc/linux/drivers/net/ethernet/ti/
H A Dk3-cppi-desc-pool.c50 const char *pool_name = NULL; in k3_cppi_desc_pool_create_name() local
62 pool_name = kstrdup_const(name ? name : dev_name(pool->dev), in k3_cppi_desc_pool_create_name()
64 if (!pool_name) in k3_cppi_desc_pool_create_name()
71 kfree_const(pool_name); in k3_cppi_desc_pool_create_name()
75 pool->gen_pool->name = pool_name; in k3_cppi_desc_pool_create_name()
/openbmc/linux/fs/ceph/
H A Dxattr.c64 const char *pool_name; in ceph_vxattrcb_layout() local
74 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout()
75 if (pool_name) { in ceph_vxattrcb_layout()
80 total_len = len + strlen(pool_name); in ceph_vxattrcb_layout()
96 if (pool_name) { in ceph_vxattrcb_layout()
97 len = strlen(pool_name); in ceph_vxattrcb_layout()
98 memcpy(val + ret, pool_name, len); in ceph_vxattrcb_layout()
167 const char *pool_name; in ceph_vxattrcb_layout_pool() local
170 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool); in ceph_vxattrcb_layout_pool()
171 if (pool_name) { in ceph_vxattrcb_layout_pool()
[all …]
/openbmc/linux/lib/
H A Dgenalloc.c833 const char *pool_name = NULL; in devm_gen_pool_create() local
840 pool_name = kstrdup_const(name, GFP_KERNEL); in devm_gen_pool_create()
841 if (!pool_name) in devm_gen_pool_create()
854 pool->name = pool_name; in devm_gen_pool_create()
862 kfree_const(pool_name); in devm_gen_pool_create()
/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_init.c218 char pool_name[32]; in mvs_alloc() local
278 sprintf(pool_name, "%s%d", "mvs_dma_pool", mvi->id); in mvs_alloc()
279 mvi->dma_pool = dma_pool_create(pool_name, &mvi->pdev->dev, in mvs_alloc()
282 printk(KERN_DEBUG "failed to create dma pool %s.\n", pool_name); in mvs_alloc()
/openbmc/linux/drivers/block/
H A Drbd.c189 const char *pool_name; member
5103 return sprintf(buf, "%s\n", rbd_dev->spec->pool_name); in rbd_pool_show()
5188 spec->pool_id, spec->pool_name, in rbd_parent_show()
5305 kfree(spec->pool_name); in rbd_spec_free()
5980 rbd_assert(spec->pool_id != CEPH_NOPOOL && spec->pool_name); in rbd_spec_fill_snap_id()
6009 const char *pool_name; in rbd_spec_fill_names() local
6020 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, spec->pool_id); in rbd_spec_fill_names()
6021 if (!pool_name) { in rbd_spec_fill_names()
6025 pool_name = kstrdup(pool_name, GFP_KERNEL); in rbd_spec_fill_names()
6026 if (!pool_name) in rbd_spec_fill_names()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c613 char pool_name[32]; in ixgbe_fcoe_dma_pool_alloc() local
615 snprintf(pool_name, 32, "ixgbe_fcoe_ddp_%u", cpu); in ixgbe_fcoe_dma_pool_alloc()
617 pool = dma_pool_create(pool_name, dev, IXGBE_FCPTR_MAX, in ixgbe_fcoe_dma_pool_alloc()
/openbmc/linux/drivers/dma/ioat/
H A Dinit.c1143 char pool_name[14]; in ioat3_dma_probe() local
1147 snprintf(pool_name, 14, "ioat_hw%d_sed", i); in ioat3_dma_probe()
1150 ioat_dma->sed_hw_pool[i] = dmam_pool_create(pool_name, in ioat3_dma_probe()
/openbmc/qemu/hw/i2c/
H A Daspeed_i2c.c1425 g_autofree char *pool_name = g_strdup_printf("%s.pool", name); in aspeed_i2c_bus_realize() local
1445 s, pool_name, aic->pool_size); in aspeed_i2c_bus_realize()