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

  /src/sys/sys/
buf.h 129 int b_prio; /* b: priority for queue */ member in struct:buf
250 #define BIO_GETPRIO(bp) ((bp)->b_prio)
251 #define BIO_SETPRIO(bp, prio) (bp)->b_prio = (prio)
sysctl.h 679 int32_t b_prio; /* INT: Hint for buffer queue discipline */ member in struct:buf_sysctl

Completed in 13 milliseconds