Home
last modified time | relevance | path

Searched defs:prio (Results 101 – 116 of 116) sorted by relevance

12345

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c330 int prio, err; in mbox_init() local
/Zephyr-latest/kernel/
Dwork.c728 int prio, in k_work_queue_start()
/Zephyr-latest/drivers/dma/
Ddma_gd32.c306 static inline uint32_t dma_gd32_priority(uint32_t prio) in dma_gd32_priority()
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h209 static inline void ctf_top_thread_priority_set(uint32_t thread_id, int8_t prio, in ctf_top_thread_priority_set()
216 static inline void ctf_top_thread_create(uint32_t thread_id, int8_t prio, in ctf_top_thread_create()
Dctf_top.c80 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, int prio) in sys_trace_k_thread_create()
Dtracing_ctf.h67 #define sys_port_trace_k_thread_sched_priority_set(thread, prio) argument
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c229 static void spawn_threads(int prio, int thread_num, int equal_prio, in spawn_threads()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_plic.c80 mem_addr_t prio; member
/Zephyr-latest/lib/posix/options/
Dpthread.c895 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio()
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h1451 data_ptr, cfg_ptr, level, prio, \ argument
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h46 #define MTL_TCx_PRTY_MAP_PSTC_SET(TCx_pos, prio) ((prio & 0xff) << (8u * TCx_pos)) argument
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.h135 #define sys_port_trace_k_thread_sched_priority_set(thread, prio) \ argument
/Zephyr-latest/subsys/net/ip/
Dnet_if.c349 uint8_t prio = net_pkt_priority(pkt); in net_if_try_queue_tx() local
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h281 #define sys_port_trace_k_thread_sched_priority_set(thread, prio) argument
/Zephyr-latest/subsys/tracing/sysview/
Dtracing_sysview.h119 #define sys_port_trace_k_thread_sched_priority_set(thread, prio) \ argument
/Zephyr-latest/subsys/tracing/test/
Dtracing_test.h60 #define sys_port_trace_k_thread_sched_priority_set(thread, prio) \ argument

12345