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

  /src/sys/dev/pci/
if_mskvar.h 86 struct sk_jpool_entry { struct
88 LIST_ENTRY(sk_jpool_entry) jpool_entries;
236 LIST_HEAD(__sk_jfreehead, sk_jpool_entry) sk_jfree_listhead;
237 LIST_HEAD(__sk_jinusehead, sk_jpool_entry) sk_jinuse_listhead;
if_skvar.h 85 struct sk_jpool_entry { struct
87 LIST_ENTRY(sk_jpool_entry) jpool_entries;
231 LIST_HEAD(__sk_jfreehead, sk_jpool_entry) sk_jfree_listhead;
232 LIST_HEAD(__sk_jinusehead, sk_jpool_entry) sk_jinuse_listhead;
if_msk.c 648 struct sk_jpool_entry *entry;
702 entry = malloc(sizeof(struct sk_jpool_entry),
753 struct sk_jpool_entry *entry;
775 struct sk_jpool_entry *entry;
if_sk.c 841 struct sk_jpool_entry *entry;
894 entry = malloc(sizeof(struct sk_jpool_entry),
935 struct sk_jpool_entry *entry;
957 struct sk_jpool_entry *entry;

Completed in 16 milliseconds