| 903 | } |
| 904 | |
| 905 | static inline uint8_t |
| 906 | _vm_page_queue(vm_page_astate_t as) |
| 907 | { |
| 908 | |
| 909 | if ((as.flags & PGA_DEQUEUE) != 0) |
| 910 | return (PQ_NONE); |
| 911 | return (as.queue); |
| 912 | } |
| 913 | |
| 914 | /* |
| 915 | * vm_page_queue: |
no outgoing calls
no test coverage detected