Searched refs:read_size (Results 1 – 6 of 6) sorted by relevance
| /tests/kernel/pipe/pipe_api/src/ |
| A D | concurrency.c | 150 size_t read_size = sizeof(garbage)/2; in ZTEST() local 159 zassert_true(k_pipe_read(&pipe, garbage, read_size, K_NO_WAIT) == read_size, in ZTEST() 162 zassert_true(k_pipe_read(&pipe, garbage, read_size, K_NO_WAIT) == read_size, in ZTEST()
|
| /tests/subsys/fs/littlefs/src/ |
| A D | testfs_lfs.c | 44 .read_size = LARGE_IO_SIZE,
|
| A D | test_lfs_perf.c | 62 lcp->read_size, lcp->prog_size, lcp->cache_size, lcp->lookahead_size); in write_read() 217 .read_size = LARGE_IO_SIZE, in small_8_1K_cust()
|
| /tests/kernel/pipe/deprecated/pipe/src/ |
| A D | test_pipe.c | 534 uint32_t read_size; in pipe_get_on_empty_pipe() local 538 read_size = size_array[i]; in pipe_get_on_empty_pipe() 540 read_size, &read, in pipe_get_on_empty_pipe() 541 read_size, K_NO_WAIT); in pipe_get_on_empty_pipe() 548 read_size, &read, in pipe_get_on_empty_pipe() 556 read_size, &read, in pipe_get_on_empty_pipe()
|
| /tests/lib/ringbuffer/src/ |
| A D | main.c | 544 uint32_t read_size; in ZTEST() local 569 read_size = ring_buf_get(&ringbuf_raw, outputbuf, in ZTEST() 571 zassert_true(read_size == 1); in ZTEST() 597 read_size = ring_buf_get(&ringbuf_raw, in ZTEST() 599 zassert_true(read_size == 4U); in ZTEST()
|
| /tests/subsys/fs/common/ |
| A D | test_fs_open_flags.c | 35 int read_size; member 79 ZEQ(fs_read(&ts->file, ts->read, ts->read_size), expected); in ZREAD()
|
Completed in 17 milliseconds