nuttx/mm/iob
Chery Dan 8d799f2148 Fix IOB functions
The operations of struct iob_queue_s in qh_head & qh_tail are performed with interrupts disabled.

change iflags to flags

add header file ref
update for check
2021-11-11 08:47:03 -06:00
..
iob_add_queue.c Fix IOB functions 2021-11-11 08:47:03 -06:00
iob_alloc_qentry.c
iob_alloc.c
iob_clone.c
iob_concat.c
iob_contig.c
iob_copyin.c
iob_copyout.c
iob_dump.c
iob_free_chain.c
iob_free_qentry.c
iob_free_queue_qentry.c Fix IOB functions 2021-11-11 08:47:03 -06:00
iob_free_queue.c
iob_free.c
iob_get_queue_size.c
iob_initialize.c
iob_navail.c
iob_notifier.c
iob_pack.c
iob_peek_queue.c
iob_remove_queue.c Fix IOB functions 2021-11-11 08:47:03 -06:00
iob_statistics.c
iob_tailroom.c
iob_test.c
iob_trimhead_queue.c
iob_trimhead.c
iob_trimtail.c
iob.h
Kconfig
Make.defs