Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 28) sorted by relevance

12

/subsys/net/l2/ppp/
A Dppp_stats.h17 uint32_t bytes) in ppp_stats_update_bytes_rx()
36 uint32_t bytes) in ppp_stats_update_bytes_tx()
128 #define ppp_stats_update_bytes_rx(iface, bytes) argument
129 #define ppp_stats_update_bytes_tx(iface, bytes) argument
/subsys/llext/
A Dllext_priv.h73 static inline void *llext_alloc_data(size_t bytes) in llext_alloc_data()
83 static inline void *llext_aligned_alloc_data(size_t align, size_t bytes) in llext_aligned_alloc_data()
102 static inline void *llext_aligned_alloc_instr(size_t align, size_t bytes) in llext_aligned_alloc_instr()
A Dllext_mem.c380 int llext_heap_init(void *mem, size_t bytes) in llext_heap_init()
/subsys/net/l2/ethernet/
A Deth_stats.h18 uint32_t bytes) in eth_stats_update_bytes_rx()
37 uint32_t bytes) in eth_stats_update_bytes_tx()
226 #define eth_stats_update_bytes_rx(iface, bytes) argument
227 #define eth_stats_update_bytes_tx(iface, bytes) argument
/subsys/pmci/mctp/
A Dmctp_memory.c19 static void *mctp_heap_alloc(size_t bytes) in mctp_heap_alloc()
39 static void *mctp_heap_realloc(void *ptr, size_t bytes) in mctp_heap_realloc()
/subsys/net/ip/
A Dnet_stats.h52 uint32_t bytes) in net_stats_update_bytes_recv()
58 uint32_t bytes) in net_stats_update_bytes_sent()
105 #define net_stats_update_bytes_recv(iface, bytes) argument
106 #define net_stats_update_bytes_sent(iface, bytes) argument
292 uint32_t bytes) in net_stats_update_tcp_resent()
352 #define net_stats_update_tcp_sent(iface, bytes) argument
354 #define net_stats_update_tcp_recv(iface, bytes) argument
538 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes()
644 uint8_t tc, size_t bytes) in net_stats_update_tc_recv_bytes()
668 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes()
[all …]
A Dtp.c128 size_t bytes = size * nmemb; in tp_calloc() local
/subsys/net/lib/sockets/
A Dsockets_internal.h95 static inline void sock_obj_core_update_send_stats(int sock, int bytes) in sock_obj_core_update_send_stats()
101 static inline void sock_obj_core_update_recv_stats(int sock, int bytes) in sock_obj_core_update_recv_stats()
A Dsocket_obj_core.c222 void sock_obj_core_update_send_stats(int fd, int bytes) in sock_obj_core_update_send_stats()
238 void sock_obj_core_update_recv_stats(int fd, int bytes) in sock_obj_core_update_recv_stats()
/subsys/mem_mgmt/
A Dmem_attr_heap.c63 void *mem_attr_heap_alloc(uint32_t attr, size_t bytes) in mem_attr_heap_alloc()
69 void *mem_attr_heap_aligned_alloc(uint32_t attr, size_t align, size_t bytes) in mem_attr_heap_aligned_alloc()
/subsys/tracing/test/
A Dtracing_string_format_test.c353 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes) in sys_trace_k_heap_init()
358 void sys_trace_k_heap_aligned_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_enter()
363 void sys_trace_k_heap_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_alloc_enter()
378 void sys_trace_k_heap_realloc_enter(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_realloc_enter()
382 void sys_trace_k_heap_realloc_exit(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout, in sys_trace_k_heap_realloc_exit()
388 void sys_trace_k_heap_alloc_helper_blocking(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_alloc_helper_blocking()
393 void sys_trace_k_heap_alloc_exit(struct k_heap *h, size_t bytes, k_timeout_t timeout, void *ret) in sys_trace_k_heap_alloc_exit()
404 void sys_trace_k_heap_aligned_alloc_exit(struct k_heap *h, size_t bytes, in sys_trace_k_heap_aligned_alloc_exit()
A Dtracing_test.h412 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) \ argument
414 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) \ argument
/subsys/usb/device/
A Dusb_transfer.c75 uint32_t bytes; in usb_transfer_work() local
173 uint32_t bytes; in usb_transfer_ep_callback() local
/subsys/mgmt/mcumgr/transport/src/
A Dsmp_shell.c139 size_t smp_shell_rx_bytes(struct smp_shell_data *data, const uint8_t *bytes, in smp_shell_rx_bytes()
/subsys/jwt/
A Djwt.c112 static int base64_append_bytes(const char *bytes, size_t len, in base64_append_bytes()
/subsys/net/lib/mqtt/
A Dmqtt_decoder.c161 int bytes = 0; in unpack_variable_int() local
433 int bytes; in decode_sub_id_property() local
467 int bytes; in properties_decode() local
/subsys/bluetooth/mesh/
A Dblob.h109 size_t bytes = block->chunk_count / 8; in blob_chunk_missing_set_all() local
/subsys/shell/modules/
A Ddevmem_service.c33 static unsigned char *bytes; variable
/subsys/tracing/
A Dtracing_backend_usb.c264 uint32_t bytes; in tracing_backend_usb_output() local
/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
A Dradio.c45 #define BYTES_TO_USEC(bytes, bits_per_usec) \ argument
138 uint8_t bytes[CAU3_AES_BLOCK_SIZE - 1 - 2]; member
/subsys/fs/ext2/
A Dext2_diskops.c953 uint8_t *bytes = (uint8_t *)&BGROUP_INODE_TABLE(&fs->bgroup)[itable_offset]; in check_zero_inode() local
/subsys/net/lib/http/
A Dhttp_parser.c89 int count_header_size(struct http_parser *parser, int bytes) in count_header_size()
/subsys/net/lib/coap/
A Dcoap.c1296 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block1_option() local
1318 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block2_option() local
/subsys/net/lib/lwm2m/
A Dlwm2m_rw_senml_json.c894 static int json_append_bytes_base64(const char *bytes, size_t len, void *data) in json_append_bytes_base64()
/subsys/tracing/sysview/
A Dtracing_sysview.h601 #define sys_port_trace_k_heap_realloc_enter(heap, ptr, bytes, timeout) \ argument
606 #define sys_port_trace_k_heap_realloc_exit(heap, ptr, bytes, timeout, ret) \ argument

Completed in 115 milliseconds

12