Lines Matching defs:pl
932 struct mbuf_list *pl;
942 pl = &pq->pq_lists[prio];
943 if (ml_len(pl) > 0) {
944 n = ml_dequeue(pl);
956 pl = &pq->pq_lists[m->m_pkthdr.pf.prio];
957 ml_enqueue(pl, m);
966 struct mbuf_list *pl;
971 pl = &pq->pq_lists[--prio];
972 m = MBUF_LIST_FIRST(pl);
974 *cookiep = pl;
985 struct mbuf_list *pl = cookie;
987 KASSERT(MBUF_LIST_FIRST(pl) == m);
989 ml_dequeue(pl);
996 struct mbuf_list *pl;
1000 pl = &pq->pq_lists[--prio];
1001 ml_enlist(ml, pl);