/Zephyr-latest/subsys/usb/device/ |
D | usb_work_q.c | 22 K_KERNEL_STACK_SIZEOF(z_usb_work_q_stack), in z_usb_work_q_init()
|
/Zephyr-latest/kernel/ |
D | system_work_q.c | 32 K_KERNEL_STACK_SIZEOF(sys_work_q_stack), in k_sys_work_q_init()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_tc.c | 313 K_KERNEL_STACK_SIZEOF(tx_stack[i]), in net_tc_tx_init() 322 K_KERNEL_STACK_SIZEOF(tx_stack[i]), in net_tc_tx_init() 371 K_KERNEL_STACK_SIZEOF(rx_stack[i]), in net_tc_rx_init() 380 K_KERNEL_STACK_SIZEOF(rx_stack[i]), in net_tc_rx_init()
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | stack.h | 44 K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0]); in z_arm_interrupt_stack_setup()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | stacks.c | 32 K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0])); in z_arm_init_stacks()
|
/Zephyr-latest/arch/xtensa/core/ |
D | prep_c.c | 59 size_t stack_sz = K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0]); in z_prep_c()
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev.c | 101 K_KERNEL_STACK_SIZEOF(linux_evdev_thread_stack), in linux_evdev_init()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | stacks.c | 76 size_t size = K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[i]); in cmd_kernel_thread_stacks()
|
/Zephyr-latest/include/zephyr/kernel/ |
D | thread_stack.h | 282 #define K_KERNEL_STACK_SIZEOF(sym) (sizeof(sym) - K_KERNEL_STACK_RESERVED) macro 292 #define K_THREAD_STACK_SIZEOF K_KERNEL_STACK_SIZEOF
|
/Zephyr-latest/tests/kernel/threads/thread_stack/src/ |
D | main.c | 448 scenario_entry(kern_stack, sizeof(kern_stack), K_KERNEL_STACK_SIZEOF(kern_stack), in ZTEST() 455 K_KERNEL_STACK_SIZEOF(kern_stack_array[i]), in ZTEST() 462 K_KERNEL_STACK_SIZEOF(stest_member_stack.stack), in ZTEST()
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ptp.c | 108 tid = k_thread_create(&ptp_thread_data, ptp_stack, K_KERNEL_STACK_SIZEOF(ptp_stack), in ptp_init()
|
/Zephyr-latest/subsys/usb/host/ |
D | usbh_core.c | 136 K_KERNEL_STACK_SIZEOF(usbh_stack), in uhs_pre_init()
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_tx.c | 137 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in cap_initiator_tx_init()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | main.c | 96 K_KERNEL_STACK_SIZEOF(bsim_mesh_thread_stack), bsim_mesh_entry_point, NULL, in main()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_tx.c | 171 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in stream_tx_init()
|
/Zephyr-latest/subsys/usb/device/class/ |
D | bluetooth.c | 477 K_KERNEL_STACK_SIZEOF(rx_thread_stack), in bluetooth_init() 484 K_KERNEL_STACK_SIZEOF(tx_thread_stack), in bluetooth_init()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_stream_tx.c | 178 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in bap_stream_tx_init()
|
/Zephyr-latest/tests/subsys/modem/backends/tty/src/ |
D | main.c | 106 .stack_size = K_KERNEL_STACK_SIZEOF(tty_stack), in test_modem_backend_tty_setup()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_audio_stream.c | 189 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in btp_bap_audio_stream_tx_init()
|
/Zephyr-latest/arch/riscv/core/ |
D | thread.c | 229 K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0])); in z_riscv_switch_to_main_no_multithreading()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_ibi_workq.c | 236 K_KERNEL_STACK_SIZEOF(i3c_ibi_work_q_stack), in i3c_ibi_work_q_init()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_lorawan.c | 258 K_KERNEL_STACK_SIZEOF(smp_lorawan_stack), in smp_lorawan_start()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_da1469x.c | 436 K_KERNEL_STACK_SIZEOF(rx_thread_stack), in bt_da1469x_open() 445 K_KERNEL_STACK_SIZEOF(rng_thread_stack), in bt_da1469x_open()
|
D | hci_ifx_psoc6_bless.c | 155 K_KERNEL_STACK_SIZEOF(psoc6_bless_rx_thread_stack), in psoc6_bless_open()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_legacy.c | 233 K_KERNEL_STACK_SIZEOF(adv_thread_stack), adv_thread, in bt_mesh_adv_init()
|