Home
last modified time | relevance | path

Searched defs:h (Results 1 – 16 of 16) sorted by relevance

/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()
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 Dtracing_test.h396 #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 Dmem_attr_heap.c41 struct ma_heap *h; in mah_choice() local
87 struct sys_heap *h; in ma_heap_add() local
/subsys/bluetooth/controller/ll_sw/
A Dull_peripheral_iso.c67 for (int h = 0; h < CONFIG_BT_MAX_CONN; h++) { in ll_cis_get_acl_awaiting_reply() local
A Dull_scan_aux.c183 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 Dull_conn_iso.c123 for (int h = 0; h < CONFIG_BT_CTLR_CONN_ISO_GROUPS; h++) { in ll_conn_iso_group_get_by_id() local
A Dull_adv_iso.c1519 struct pdu_adv_ext_hdr *h; in big_info_get() local
A Dull_adv_aux.c2774 struct pdu_adv_ext_hdr *h; in ull_adv_aux_lll_offset_fill() local
A Dull.c1007 uint16_t h; in ll_rx_get() local
A Dull_adv_sync.c2807 struct pdu_adv_ext_hdr *h; local
/subsys/fb/
A Dcfb_shell.c344 int x, y, w, h; in cmd_invert() local
/subsys/bluetooth/host/shell/
A Dgatt.c343 uint16_t h[8]; in cmd_mread() local
/subsys/bluetooth/controller/hci/
A Dhci.c610 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 Dusbd_uvc.c1530 uint16_t h = min ? cap->height_min : cap->height_max; in uvc_add_vs_frame_desc() local
/subsys/tracing/user/
A Dtracing_user.h365 #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 Dtracing_ctf.h328 #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

Completed in 781 milliseconds