walnux/include/nuttx/mm
hujun5 9f835f63bd mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764
reason:
Since we decoupled counting and sem count,
we changed the meanings of three key global variables:

g_iob_count: A positive number indicates the available number
  of IOBs, while a negative number indicates the number of waiters in iob_alloc (when throttle == false).
g_throttle_wait: Represents the number of waiters in
  iob_alloc (when throttle == true), and it will not be negative.
g_qentry_wait: Represents the number of waiters for
  qentry, and it will not be negative.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-19 15:39:00 +08:00
..
gran.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
iob.h mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
kasan.h mm/kasan: extern kasan API only MM_KASAN is enabled 2024-10-25 19:04:14 +08:00
kmap.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
map.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
mempool.h include/nuttx.h: replace all the align macros to nuttx version 2024-10-11 16:55:43 +08:00
mm.h mm.h: remove depends on addrenv.h 2024-10-12 09:29:37 +08:00