| /subsys/tracing/test/ |
| A D | tracing_string_format_test.c | 353 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() 368 void sys_trace_k_heap_calloc_enter(struct k_heap *h, size_t num, size_t size, k_timeout_t timeout) in sys_trace_k_heap_calloc_enter() 373 void sys_trace_k_heap_free(struct k_heap *h, void *mem) in sys_trace_k_heap_free() 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() 398 void sys_trace_k_heap_calloc_exit(struct k_heap *h, size_t num, size_t size, k_timeout_t timeout, in sys_trace_k_heap_calloc_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() 410 void sys_trace_k_heap_sys_k_free_enter(struct k_heap *h, struct k_heap **hr) in sys_trace_k_heap_sys_k_free_enter() [all …]
|
| A D | tracing_test.h | 396 #define sys_port_trace_k_heap_init(h) sys_trace_k_heap_init(h, mem, bytes) argument 397 #define sys_port_trace_k_heap_aligned_alloc_enter(h, timeout) \ argument 399 #define sys_port_trace_k_heap_alloc_helper_blocking(h, timeout) \ argument 401 #define sys_port_trace_k_heap_aligned_alloc_exit(h, timeout, ret) \ argument 403 #define sys_port_trace_k_heap_alloc_enter(h, timeout) \ argument 405 #define sys_port_trace_k_heap_alloc_exit(h, timeout, ret) \ argument 407 #define sys_port_trace_k_heap_calloc_enter(h, timeout) \ argument 409 #define sys_port_trace_k_heap_calloc_exit(h, timeout, ret) \ argument 411 #define sys_port_trace_k_heap_free(h) sys_trace_k_heap_free(h, mem) argument 412 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) \ argument [all …]
|
| /subsys/mem_mgmt/ |
| A D | mem_attr_heap.c | 41 struct ma_heap *h; in mah_choice() local 87 struct sys_heap *h; in ma_heap_add() local
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_peripheral_iso.c | 67 for (int h = 0; h < CONFIG_BT_MAX_CONN; h++) { in ll_cis_get_acl_awaiting_reply() local
|
| A D | ull_scan_aux.c | 183 struct pdu_adv_ext_hdr *h; in ull_scan_aux_setup() local 1601 struct pdu_adv_ext_hdr *h; in ull_scan_aux_setup() local
|
| A D | ull_conn_iso.c | 123 for (int h = 0; h < CONFIG_BT_CTLR_CONN_ISO_GROUPS; h++) { in ll_conn_iso_group_get_by_id() local
|
| A D | ull_adv_iso.c | 1519 struct pdu_adv_ext_hdr *h; in big_info_get() local
|
| A D | ull_adv_aux.c | 2774 struct pdu_adv_ext_hdr *h; in ull_adv_aux_lll_offset_fill() local
|
| A D | ull.c | 1007 uint16_t h; in ll_rx_get() local
|
| A D | ull_adv_sync.c | 2807 struct pdu_adv_ext_hdr *h; local
|
| /subsys/fb/ |
| A D | cfb_shell.c | 344 int x, y, w, h; in cmd_invert() local
|
| /subsys/bluetooth/host/shell/ |
| A D | gatt.c | 343 uint16_t h[8]; in cmd_mread() local
|
| /subsys/bluetooth/controller/hci/ |
| A D | hci.c | 610 uint16_t h = sys_le16_to_cpu(cmd->h[i].handle); in host_num_completed_packets() local 6927 const struct pdu_adv_ext_hdr *h; local 7229 struct pdu_adv_ext_hdr *h; local 7775 struct pdu_adv_ext_hdr *h; local
|
| /subsys/usb/device_next/class/ |
| A D | usbd_uvc.c | 1530 uint16_t h = min ? cap->height_min : cap->height_max; in uvc_add_vs_frame_desc() local
|
| /subsys/tracing/user/ |
| A D | tracing_user.h | 365 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) argument 366 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) argument
|
| /subsys/tracing/ctf/ |
| A D | tracing_ctf.h | 328 #define sys_port_trace_k_heap_realloc_enter(h, ptr, bytes, timeout) argument 329 #define sys_port_trace_k_heap_realloc_exit(h, ptr, bytes, timeout, ret) argument
|