| 532 | } |
| 533 | |
| 534 | int work_queue_priority(int qid) |
| 535 | { |
| 536 | return work_queue_priority_wq(work_qid2wq(qid)); |
| 537 | } |
| 538 | |
| 539 | /**************************************************************************** |
| 540 | * Name: work_start_highpri |
nothing calls this directly
no test coverage detected