Searched refs:tis (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mallctl.c | 241 unsigned tis[NTCACHES]; in TEST_BEGIN() local 253 assert_d_eq(mallctl("tcache.create", (void *)&tis[i], &sz, NULL, in TEST_BEGIN() 260 (void *)&tis[i], sizeof(unsigned)), 0, in TEST_BEGIN() 278 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 281 dallocx(ps[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 283 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 286 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 292 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 302 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 313 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/security/tpm/ |
| H A D | tpm_tis_mmio.txt | 13 "tcg,tpm-tis-mmio". Valid chip strings are: 21 compatible = "atmel,at97sc3204", "tcg,tpm-tis-mmio";
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.c | 960 sh->tis = mlx5_devx_cmd_create_tis(sh->ctx, &tis_attr); in mlx5_alloc_shared_dev_ctx() 961 if (!sh->tis) { in mlx5_alloc_shared_dev_ctx() 1024 if (sh->tis) in mlx5_alloc_shared_dev_ctx() 1025 claim_zero(mlx5_devx_cmd_destroy(sh->tis)); in mlx5_alloc_shared_dev_ctx() 1102 if (sh->tis) in mlx5_free_shared_dev_ctx() 1103 claim_zero(mlx5_devx_cmd_destroy(sh->tis)); in mlx5_free_shared_dev_ctx()
|
| H A D | mlx5_devx.c | 1103 attr.tis_num = priv->sh->tis->id; in mlx5_txq_obj_hairpin_new() 1367 sq_attr.tis_num = priv->sh->tis->id; in mlx5_txq_create_devx_sq_resources() 1524 if (txq_obj->tis) in mlx5_txq_devx_obj_release() 1525 claim_zero(mlx5_devx_cmd_destroy(txq_obj->tis)); in mlx5_txq_devx_obj_release()
|
| H A D | mlx5.h | 760 struct mlx5_devx_obj *tis; /* TIS object. */ member 871 struct mlx5_devx_obj *tis; /* The TIS object. */ member
|
| H A D | mlx5_txpp.c | 325 sq_attr.tis_num = sh->tis->id; in mlx5_txpp_create_rearm_queue() 569 sq_attr.tis_num = sh->tis->id; in mlx5_txpp_create_clock_queue()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.c | 1421 struct mlx5_devx_obj *tis = NULL; in mlx5_devx_cmd_create_tis() local 1424 tis = mlx5_malloc(MLX5_MEM_ZERO, sizeof(*tis), 0, SOCKET_ID_ANY); in mlx5_devx_cmd_create_tis() 1425 if (!tis) { in mlx5_devx_cmd_create_tis() 1439 tis->obj = mlx5_glue->devx_obj_create(ctx, in, sizeof(in), in mlx5_devx_cmd_create_tis() 1441 if (!tis->obj) { in mlx5_devx_cmd_create_tis() 1444 mlx5_free(tis); in mlx5_devx_cmd_create_tis() 1447 tis->id = MLX5_GET(create_tis_out, out, tisn); in mlx5_devx_cmd_create_tis() 1448 return tis; in mlx5_devx_cmd_create_tis()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | aspeed-bmc-opp-tacoma.dts | 448 compatible = "tcg,tpm-tis-i2c";
|