HomeSort by relevance Sort by last modified time
    Searched defs:putnext (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/warlock/
ddi_dki_impl.c 170 putnext(queue_t *q, mblk_t *mp) function
  /onnv/onnv-gate/usr/src/uts/common/os/
putnext.c 32 * 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(), this routine is NOT optimized for th
    [all...]

Completed in 300 milliseconds