Searched defs:sortby (Results 1 - 4 of 4) sorted by relevance
| /src/sys/kern/ | ||
| H A D | bufq_disksort.c | 110 int sortby; local in function:bufq_disksort_put |
| H A D | bufq_readprio.c | 113 int sortby; local in function:bufq_prio_put |
| H A D | bufq_priocscan.c | 62 buf_cmp(const struct buf *b1, const struct buf *b2, int sortby) argument 81 const int sortby = q->cq_sortby; local in function:cscan_tree_compare_nodes 116 const int sortby = q->cq_sortby; local in function:cscan_tree_compare_key 124 const int sortby = cq->cq_sortby; local in function:cscan_dump 188 cscan_init(struct cscan_queue *q, int sortby) argument 430 const int sortby = bufq->bq_flags & BUFQ_SORT_MASK; local in function:bufq_priocscan_init [all...] |
| /src/sys/sys/ | ||
| H A D | bufq_impl.h | 111 buf_inorder(const struct buf *bp, const struct buf *bq, int sortby) argument |
Completed in 10 milliseconds