OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rs_timeout
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netbt/
rfcomm_session.c
182
callout_init(&rs->
rs_timeout
, 0);
183
callout_setfunc(&rs->
rs_timeout
, rfcomm_session_timeout, rs);
229
callout_stop(&rs->
rs_timeout
);
230
if (callout_invoking(&rs->
rs_timeout
))
254
callout_destroy(&rs->
rs_timeout
);
311
callout_ack(&rs->
rs_timeout
);
380
callout_schedule(&rs->
rs_timeout
, rfcomm_ack_timeout * hz);
439
callout_schedule(&new->
rs_timeout
, rfcomm_mcc_timeout * hz);
563
callout_schedule(&rs->
rs_timeout
, rfcomm_ack_timeout * hz);
845
callout_stop(&rs->
rs_timeout
);
[
all
...]
rfcomm.h
291
callout_t
rs_timeout
; /* timeout */
member in struct:rfcomm_session
rfcomm_dlc.c
182
callout_schedule(&rs->
rs_timeout
,
Completed in 13 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025