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

  /src/sys/kern/
bufq_priocscan.c 62 buf_cmp(const struct buf *b1, const struct buf *b2, int sortby) function in typeref:typename:signed int
82 const int diff = buf_cmp(b1, b2, sortby);
118 return buf_cmp(b1, b2, sortby);
bufq_priocscan.c 62 buf_cmp(const struct buf *b1, const struct buf *b2, int sortby) function in typeref:typename:signed int
82 const int diff = buf_cmp(b1, b2, sortby);
118 return buf_cmp(b1, b2, sortby);
bufq_priocscan.c 62 buf_cmp(const struct buf *b1, const struct buf *b2, int sortby) function in typeref:typename:signed int
82 const int diff = buf_cmp(b1, b2, sortby);
118 return buf_cmp(b1, b2, sortby);

Completed in 144 milliseconds