Home
last modified time | relevance | path

Searched refs:size1 (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5312_chip.c123 uint32_t size0, size1; in ar5312_chip_device_start() local
132 size1 = bank1 ? (1 << (bank1 + 1)) : 0; in ar5312_chip_device_start()
135 size1 <<= 20; in ar5312_chip_device_start()
137 printf("SDRMCTL %x %x %x %x\n", cfg0, cfg1, size0, size1); in ar5312_chip_device_start()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dexpire.tcl154 set size1 [r dbsize]
160 list $size1 $size2
169 set size1 [r dbsize]
178 list $size1 $size2 $size3
/f-stack/freebsd/mips/mips/
H A Dmachdep.c201 vm_paddr_t size1 = phys_avail[indx + 1] - phys_avail[indx]; in cpu_startup() local
206 (uintmax_t)size1, in cpu_startup()
207 (uintmax_t)size1 / PAGE_SIZE); in cpu_startup()
/f-stack/dpdk/app/test/
H A Dtest_malloc.c380 const unsigned size1 = 1024; in test_realloc_socket() local
381 const unsigned size2 = size1 + 1024; in test_realloc_socket()
387 NULL, size1, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
392 strlcpy(ptr1, hello_str, size1); in test_realloc_socket()
409 for (i = strnlen(hello_str, sizeof(hello_str)); i < size1; i++) in test_realloc_socket()
447 ptr4 = rte_realloc_socket(ptr3, size3 + size2 + size1, in test_realloc_socket()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c891 uint32_t size0 = 0, size1 = 0, i; in rte_sched_port_get_memory_footprint() local
923 size1 += rte_sched_subport_get_array_base(sp, in rte_sched_port_get_memory_footprint()
927 return size0 + size1; in rte_sched_port_get_memory_footprint()
934 uint32_t size0, size1, size2; in rte_sched_port_config() local
948 size1 = params->n_subports_per_port * sizeof(struct rte_sched_subport *); in rte_sched_port_config()
953 port = rte_zmalloc_socket("qos_params", size0 + size1, in rte_sched_port_config()
1091 uint32_t size0, size1, bmp_mem_size; in rte_sched_subport_config() local
1137 size1 = rte_sched_subport_get_array_base(params, in rte_sched_subport_config()
1141 s = rte_zmalloc_socket("subport_params", size0 + size1, in rte_sched_subport_config()
/f-stack/freebsd/x86/iommu/
H A Dintel_idpgtbl.c429 iommu_gaddr_t pg_sz, base1, size1; in domain_map_buf_locked() local
437 size1 = size; in domain_map_buf_locked()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pko.h192 …cvmx_fau_op_size_t size1 : 2; /**< The size of the reg1 operation - could be 8, 16, 32, or … member
H A Dcvmx-helper.c831 min_pkt.s.size1 = 59; in __cvmx_helper_global_setup_pko()
H A Dcvmx-pko-defs.h3709 …uint64_t size1 : 8; /**< Minimum packet size-1 in bytes … member
3713 uint64_t size1 : 8;
/f-stack/freebsd/vm/
H A Dvm_map.c3856 vm_pindex_t offidxstart, offidxend, size1; in vm_map_entry_delete() local
3903 size1 = object->size; in vm_map_entry_delete()
3906 size1 -= object->size; in vm_map_entry_delete()
3907 KASSERT(object->charge >= ptoa(size1), in vm_map_entry_delete()
3909 swap_release_by_cred(ptoa(size1), in vm_map_entry_delete()
3911 object->charge -= ptoa(size1); in vm_map_entry_delete()
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c795 int size1, size2; in i_validate_nvpair() local
809 size1 = nvp->nvp_size - NVP_VALOFF(nvp); in i_validate_nvpair()
810 if (size2 < 0 || size1 != NV_ALIGN(size2)) in i_validate_nvpair()