OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsb_freeq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
rtw.c
1197
SIMPLEQ_INIT(&tsb->
tsb_freeq
);
1201
SIMPLEQ_INSERT_TAIL(&tsb->
tsb_freeq
, ts, ts_q);
1700
SIMPLEQ_INSERT_TAIL(&tsb->
tsb_freeq
, ts, ts_q);
1756
if (!SIMPLEQ_EMPTY(&tsb->
tsb_freeq
) && tdb->tdb_nfree > 0)
1827
SIMPLEQ_INSERT_TAIL(&tsb->
tsb_freeq
, ts, ts_q);
3086
if (SIMPLEQ_EMPTY(&tsb->
tsb_freeq
) || tdb->tdb_nfree == 0) {
3350
ts = SIMPLEQ_FIRST(&tsb->
tsb_freeq
);
3518
SIMPLEQ_REMOVE_HEAD(&tsb->
tsb_freeq
, ts_q);
3888
SIMPLEQ_INIT(&tsb->
tsb_freeq
);
rtwvar.h
244
struct rtw_txq
tsb_freeq
;
member in struct:rtw_txsoft_blk
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025