OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hl_reqs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netbt/
l2cap_misc.c
126
req = TAILQ_FIRST(&link->
hl_reqs
);
144
TAILQ_INSERT_TAIL(&link->
hl_reqs
, req, lr_next);
157
TAILQ_FOREACH(req, &link->
hl_reqs
, lr_next) {
179
TAILQ_REMOVE(&link->
hl_reqs
, req, lr_next);
l2cap_lower.c
86
req = TAILQ_FIRST(&chan->lc_link->
hl_reqs
);
hci_link.c
915
TAILQ_INIT(&link->
hl_reqs
); /* request queue */
953
while ((req = TAILQ_FIRST(&link->
hl_reqs
)) != NULL)
956
KASSERT(TAILQ_EMPTY(&link->
hl_reqs
));
hci.h
2463
TAILQ_HEAD(,l2cap_req)
hl_reqs
; /* pending requests */
member in struct:hci_link
Completed in 20 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026