Home
last modified time | relevance | path

Searched refs:K_KERNEL_STACK_SIZEOF (Results 1 – 25 of 99) sorted by relevance

1234

/Zephyr-latest/subsys/usb/device/
Dusb_work_q.c22 K_KERNEL_STACK_SIZEOF(z_usb_work_q_stack), in z_usb_work_q_init()
/Zephyr-latest/kernel/
Dsystem_work_q.c32 K_KERNEL_STACK_SIZEOF(sys_work_q_stack), in k_sys_work_q_init()
/Zephyr-latest/subsys/net/ip/
Dnet_tc.c313 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/
Dstack.h44 K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0]); in z_arm_interrupt_stack_setup()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dstacks.c32 K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0])); in z_arm_init_stacks()
/Zephyr-latest/arch/xtensa/core/
Dprep_c.c59 size_t stack_sz = K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0]); in z_prep_c()
/Zephyr-latest/drivers/input/
Dlinux_evdev.c101 K_KERNEL_STACK_SIZEOF(linux_evdev_thread_stack), in linux_evdev_init()
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dstacks.c76 size_t size = K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[i]); in cmd_kernel_thread_stacks()
/Zephyr-latest/include/zephyr/kernel/
Dthread_stack.h282 #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/
Dmain.c448 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/
Dptp.c108 tid = k_thread_create(&ptp_thread_data, ptp_stack, K_KERNEL_STACK_SIZEOF(ptp_stack), in ptp_init()
/Zephyr-latest/subsys/usb/host/
Dusbh_core.c136 K_KERNEL_STACK_SIZEOF(usbh_stack), in uhs_pre_init()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_tx.c137 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/
Dmain.c96 K_KERNEL_STACK_SIZEOF(bsim_mesh_thread_stack), bsim_mesh_entry_point, NULL, in main()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.c171 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/
Dbluetooth.c477 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/
Dbap_stream_tx.c178 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/
Dmain.c106 .stack_size = K_KERNEL_STACK_SIZEOF(tty_stack), in test_modem_backend_tty_setup()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.c189 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/
Dthread.c229 K_KERNEL_STACK_SIZEOF(z_interrupt_stacks[0])); in z_riscv_switch_to_main_no_multithreading()
/Zephyr-latest/drivers/i3c/
Di3c_ibi_workq.c236 K_KERNEL_STACK_SIZEOF(i3c_ibi_work_q_stack), in i3c_ibi_work_q_init()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_lorawan.c258 K_KERNEL_STACK_SIZEOF(smp_lorawan_stack), in smp_lorawan_start()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c436 K_KERNEL_STACK_SIZEOF(rx_thread_stack), in bt_da1469x_open()
445 K_KERNEL_STACK_SIZEOF(rng_thread_stack), in bt_da1469x_open()
Dhci_ifx_psoc6_bless.c155 K_KERNEL_STACK_SIZEOF(psoc6_bless_rx_thread_stack), in psoc6_bless_open()
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c233 K_KERNEL_STACK_SIZEOF(adv_thread_stack), adv_thread, in bt_mesh_adv_init()

1234