Searched refs:rtio_work_req_used_count_get (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/tests/subsys/rtio/workq/src/ | 
| D | main.c | 79 	zassert_equal(0, rtio_work_req_used_count_get());  in ZTEST() 84 	zassert_equal(1, rtio_work_req_used_count_get());  in ZTEST() 87 	zassert_equal(0, rtio_work_req_used_count_get());  in ZTEST() 120 	zassert_equal(0, rtio_work_req_used_count_get());  in ZTEST() 155 	zassert_equal(3, rtio_work_req_used_count_get());  in ZTEST() 162 	zassert_equal(0, rtio_work_req_used_count_get());  in ZTEST() 181 	zassert_equal(0, rtio_work_req_used_count_get());  in ZTEST() 186 	zassert_equal(1, rtio_work_req_used_count_get());  in ZTEST() 190 	zassert_equal(2, rtio_work_req_used_count_get());  in ZTEST() 194 	zassert_equal(3, rtio_work_req_used_count_get());  in ZTEST() [all …] 
 | 
| /Zephyr-latest/include/zephyr/rtio/ | 
| D | work.h | 74 uint32_t rtio_work_req_used_count_get(void);
  | 
| /Zephyr-latest/subsys/rtio/ | 
| D | rtio_workq.c | 98 uint32_t rtio_work_req_used_count_get(void)  in rtio_work_req_used_count_get()  function
  |