Searched refs:rsz (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | mallocx.c | 121 size_t nsz, rsz; in TEST_BEGIN() local 128 rsz = sallocx(p, 0); in TEST_BEGIN() 129 assert_zu_ge(rsz, sz, "Real size smaller than expected"); in TEST_BEGIN() 130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); in TEST_BEGIN() 144 rsz = sallocx(p, 0); in TEST_BEGIN() 145 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch"); in TEST_BEGIN() 164 size_t nsz, rsz, alignment, total; in TEST_BEGIN() local 190 rsz = sallocx(ps[i], 0); in TEST_BEGIN() 191 assert_zu_ge(rsz, sz, in TEST_BEGIN() 194 assert_zu_eq(nsz, rsz, in TEST_BEGIN() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | mediatek-mdp.txt | 13 "mediatek,mt8173-mdp-rsz" - resizer 57 mdp_rsz0: rsz@14003000 { 58 compatible = "mediatek,mt8173-mdp-rsz"; 64 mdp_rsz1: rsz@14004000 { 65 compatible = "mediatek,mt8173-mdp-rsz"; 71 mdp_rsz2: rsz@14005000 { 72 compatible = "mediatek,mt8173-mdp-rsz";
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.c | 595 const unsigned int rsz = RING_SIZE - 1; in test_ring_burst_bulk_tests1() local 635 ret = test_ring_enq_impl(r, cur_src, esize[i], rsz, in test_ring_burst_bulk_tests1() 640 TEST_RING_VERIFY(rsz == rte_ring_count(r), r, goto fail); in test_ring_burst_bulk_tests1() 645 ret = test_ring_deq_impl(r, cur_dst, esize[i], rsz, in test_ring_burst_bulk_tests1() 647 TEST_RING_VERIFY(ret == (int)rsz, r, goto fail); in test_ring_burst_bulk_tests1() 649 TEST_RING_VERIFY(rsz == rte_ring_free_count(r), r, goto fail); in test_ring_burst_bulk_tests1() 655 temp_sz = rsz * sizeof(void *); in test_ring_burst_bulk_tests1() 657 temp_sz = rsz * esize[i]; in test_ring_burst_bulk_tests1()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8173.dtsi | 959 mdp_rsz0: rsz@14003000 { 960 compatible = "mediatek,mt8173-mdp-rsz"; 966 mdp_rsz1: rsz@14004000 { 967 compatible = "mediatek,mt8173-mdp-rsz"; 973 mdp_rsz2: rsz@14005000 { 974 compatible = "mediatek,mt8173-mdp-rsz";
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2764 size_t bytes_left, pos, rsz; in vdev_get_one_physpath() local 2776 rsz = snprintf(physpath + pos, bytes_left, format, tmppath); in vdev_get_one_physpath() 2777 *bytes_written += rsz; in vdev_get_one_physpath() 2779 if (rsz >= bytes_left) { in vdev_get_one_physpath() 2791 size_t *rsz, boolean_t is_spare) in vdev_get_physpaths() argument 2815 phypath_size, rsz)) != 0) in vdev_get_physpaths() 2832 phypath_size, rsz, is_spare); in vdev_get_physpaths() 2848 size_t rsz; in zpool_get_config_physpath() local 2854 rsz = 0; in zpool_get_config_physpath() 2871 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz, in zpool_get_config_physpath() [all …]
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_scheduler.rst | 76 * --rsz "A, B, C": Ring sizes:
|