OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 20:10:13 GMT 2025