HomeSort by: relevance | last modified time | path
    Searched defs:pcq_put (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_pcq.c 35 * Summary of the producer algorithm in pcq_put (may run many in
77 * Theorem 1. For pcq_put call that leads into pcq_get:
79 * item at C6, so items placed by pcq_put can be safely used by
100 * Theorem 2. For pcq_get call followed by pcq_put: Nulling out
176 * pcq_put: place an item at the end of the queue.
179 pcq_put(pcq_t *pcq, void *item) function in typeref:typename:bool
250 * or wakeup) being generated after the producer's pcq_put(),
267 * to pcq_items[c] by pcq_put().

Completed in 11 milliseconds