| 350 | } |
| 351 | |
| 352 | static inline void |
| 353 | vm_batchqueue_init(struct vm_batchqueue *bq) |
| 354 | { |
| 355 | |
| 356 | bq->bq_cnt = 0; |
| 357 | } |
| 358 | |
| 359 | static inline bool |
| 360 | vm_batchqueue_insert(struct vm_batchqueue *bq, vm_page_t m) |
no outgoing calls
no test coverage detected