Searched refs:jpool_entries (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/lge/
H A Dif_lge.c790 entry, jpool_entries);
808 SLIST_REMOVE_HEAD(&sc->lge_jinuse_listhead, jpool_entries);
810 jpool_entries);
814 SLIST_REMOVE_HEAD(&sc->lge_jfree_listhead, jpool_entries);
841 SLIST_REMOVE_HEAD(&sc->lge_jfree_listhead, jpool_entries);
842 SLIST_INSERT_HEAD(&sc->lge_jinuse_listhead, entry, jpool_entries);
873 SLIST_REMOVE_HEAD(&sc->lge_jinuse_listhead, jpool_entries);
874 SLIST_INSERT_HEAD(&sc->lge_jfree_listhead, entry, jpool_entries);
H A Dif_lgereg.h494 SLIST_ENTRY(lge_jpool_entry) jpool_entries; member in struct:lge_jpool_entry

Completed in 101 milliseconds