HomeSort by: relevance | last modified time | path
    Searched refs:sk_jfree_listhead (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_mskvar.h 236 LIST_HEAD(__sk_jfreehead, sk_jpool_entry) sk_jfree_listhead;
if_skvar.h 231 LIST_HEAD(__sk_jfreehead, sk_jpool_entry) sk_jfree_listhead;
if_msk.c 690 LIST_INIT(&sc_if->sk_jfree_listhead);
705 LIST_INSERT_HEAD(&sc_if->sk_jfree_listhead,
756 entry = LIST_FIRST(&sc_if->sk_jfree_listhead);
798 LIST_INSERT_HEAD(&sc->sk_jfree_listhead, entry, jpool_entries);
if_sk.c 882 LIST_INIT(&sc_if->sk_jfree_listhead);
898 LIST_INSERT_HEAD(&sc_if->sk_jfree_listhead,
938 entry = LIST_FIRST(&sc_if->sk_jfree_listhead);
981 LIST_INSERT_HEAD(&sc->sk_jfree_listhead, entry, jpool_entries);

Completed in 34 milliseconds