OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsb_dirtyq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
rtw.c
1196
SIMPLEQ_INIT(&tsb->
tsb_dirtyq
);
1697
while ((ts = SIMPLEQ_FIRST(&tsb->
tsb_dirtyq
)) != NULL) {
1699
SIMPLEQ_REMOVE_HEAD(&tsb->
tsb_dirtyq
, ts_q);
1778
while ((ts = SIMPLEQ_FIRST(&tsb->
tsb_dirtyq
)) != NULL) {
1826
SIMPLEQ_REMOVE_HEAD(&tsb->
tsb_dirtyq
, ts_q);
1896
SIMPLEQ_EMPTY(&tsb->
tsb_dirtyq
)) {
2078
if (!SIMPLEQ_EMPTY(&tsb->
tsb_dirtyq
))
3519
SIMPLEQ_INSERT_TAIL(&tsb->
tsb_dirtyq
, ts, ts_q);
3577
if (SIMPLEQ_EMPTY(&tsb->
tsb_dirtyq
))
3887
SIMPLEQ_INIT(&tsb->
tsb_dirtyq
);
[
all
...]
rtwvar.h
243
struct rtw_txq
tsb_dirtyq
;
member in struct:rtw_txsoft_blk
Completed in 93 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025