Searched defs:putnext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c32 * This file contains the C-versions of putnext() and put().
52 * Streams with many modules may create long chains of calls via putnext() which
53 * may exhaust stack space. When putnext detects that the stack space left is
57 * size, and putnext() is recursive function, so this hack is a necessary evil.
72 * b) It adds extra function call in putnext path.
100 * function: putnext()
144 putnext(queue_t *qp, mblk_t *mp) function
400 * But other threads that enter putnext while the syncq is exclusive
417 * implements asynchronous putnext().
418 * Note, that unlike putnext(), thi
[all...]
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_impl.c170 putnext(queue_t *q, mblk_t *mp) function

Completed in 85 milliseconds