Searched refs:total_bytes (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/lib/heap/ |
D | heap_stress.c | 15 size_t total_bytes; member 65 __ASSERT(sr->total_bytes < 0xffffffffU / 100, "too big for u32!"); in rand_alloc_choice() 66 uint32_t full_pct = (100 * sr->bytes_alloced) / sr->total_bytes; in rand_alloc_choice() 109 void *arg, size_t total_bytes, in sys_heap_stress() argument 119 .total_bytes = total_bytes, in sys_heap_stress()
|
/Zephyr-latest/include/zephyr/sys/ |
D | sys_heap.h | 254 void *arg, size_t total_bytes,
|
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 370 unsigned int total_bytes = 0U; in main() local 476 total_bytes += cur_bytes; in main() 478 bytes2MiB(total_bytes)); in main()
|
/Zephyr-latest/drivers/spi/ |
D | spi_mchp_mss_qspi.c | 227 uint32_t total_bytes, in mss_qspi_config_frames() argument 233 mss_qspi_write(s, (total_bytes & MSS_QSPI_FRAMESUP_UP_BYTES_MSK), in mss_qspi_config_frames() 235 skips = (total_bytes & MSS_QSPI_FRAMESUP_LO_BYTES_MSK); in mss_qspi_config_frames() 239 skips |= ((total_bytes << MSS_QSPI_FRAMES_CMDBYTES) & MSS_QSPI_FRAMES_CMDBYTES_MSK); in mss_qspi_config_frames()
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | eth_nxp_enet_qos_mac.c | 65 int frags_count = 0, total_bytes = 0; in eth_nxp_enet_qos_tx() local 70 total_bytes += fragment->len; in eth_nxp_enet_qos_tx() 74 if (total_bytes > config->hw_info.max_frame_len || in eth_nxp_enet_qos_tx() 104 tx_desc_ptr->read.control2 |= FIELD_PREP(0x7FFF, total_bytes); in eth_nxp_enet_qos_tx()
|