This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-14 16:19:21 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
2d0f1b85e39aec00aafcd7a9e2b6ce762bc6e141
nuttx
/
mm
/
iob
T
History
Gregory Nutt
dec7ecbd56
net/tcp/tcp_recvwindow.c: In order to receive data we must not only have IOBs available, but we must also have at least one IOB chain qentry available. Otherwise, we will advertise that we an buffer a lot of data when, in fact, we cannot. This is an expermental fix to a performance problem noted by Masayuki Ishikawa.
2018-09-22 09:33:29 -06:00
..
iob_add_queue.c
…
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.c
…
iob_free.c
mm/iob: Add a divider that can be used to reduce the rate of IOB notifications.
2018-09-13 06:56:29 -06:00
iob_initialize.c
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00
iob_navail.c
net/tcp/tcp_recvwindow.c: In order to receive data we must not only have IOBs available, but we must also have at least one IOB chain qentry available. Otherwise, we will advertise that we an buffer a lot of data when, in fact, we cannot. This is an expermental fix to a performance problem noted by Masayuki Ishikawa.
2018-09-22 09:33:29 -06:00
iob_notifier.c
mm/iob: iob_navail() was returning the number of free IOB chain queue entries, not the number of free IOBs. Completely misnamed.
2018-09-12 06:40:18 -06:00
iob_pack.c
…
iob_peek_queue.c
…
iob_remove_queue.c
…
iob_test.c
…
iob_trimhead_queue.c
…
iob_trimhead.c
…
iob_trimtail.c
…
iob.h
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00
Kconfig
mm/iob: Add a divider that can be used to reduce the rate of IOB notifications.
2018-09-13 06:56:29 -06:00
Make.defs
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00