nuttx/mm/iob
zhanghongyu 69667e2c73 iob: iob_clone_partial support Negative offset
make the function can correctly handle negative offset cases

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-08-19 01:41:29 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
iob_add_queue.c
iob_alloc_qentry.c
iob_alloc.c iob_alloc: change sem_post to count++ 2023-08-11 08:54:05 -06:00
iob_clone.c iob: iob_clone_partial support Negative offset 2023-08-19 01:41:29 +08:00
iob_concat.c
iob_contig.c
iob_copyin.c
iob_copyout.c
iob_count.c
iob_dump.c
iob_free_chain.c
iob_free_qentry.c
iob_free_queue_qentry.c
iob_free_queue.c
iob_free.c
iob_get_queue_size.c
iob_initialize.c
iob_navail.c
iob_notifier.c
iob_pack.c mm/iob: Don't return NULL in iob_pack 2023-04-22 19:26:22 +08:00
iob_peek_queue.c
iob_remove_queue.c
iob_reserve.c
iob_statistics.c
iob_tailroom.c
iob_test.c
iob_trimhead_queue.c
iob_trimhead.c
iob_trimtail.c
iob_update_pktlen.c
iob.h
Kconfig
Make.defs