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

  /src/sys/kern/
subr_bufq.c 229 bufq_get(struct bufq_state *bufq) function in typeref:struct:buf *
257 while ((bp = bufq_get(bufq)) != NULL) {
300 while ((bp = bufq_get(src)) != NULL) {
subr_bufq.c 229 bufq_get(struct bufq_state *bufq) function in typeref:struct:buf *
257 while ((bp = bufq_get(bufq)) != NULL) {
300 while ((bp = bufq_get(src)) != NULL) {

Completed in 96 milliseconds