OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccb_timeout
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
dptvar.h
55
int
ccb_timeout
; /* timeout in ms */
member in struct:dpt_ccb
dpt.c
709
for (i = ccb->
ccb_timeout
* 20; i != 0; i--) {
814
ccb->
ccb_timeout
= DPT_ABORT_TIMEOUT;
965
ccb->
ccb_timeout
= xs->timeout;
1069
ccb->
ccb_timeout
= 200;
1291
ccb->
ccb_timeout
= 0;
/src/sys/dev/iscsi/
iscsi_utils.c
327
callout_init(&ccb->
ccb_timeout
, CALLOUT_MPSAFE);
328
callout_setfunc(&ccb->
ccb_timeout
, ccb_timeout_co, ccb);
352
callout_halt(&ccb->
ccb_timeout
, NULL);
353
callout_destroy(&ccb->
ccb_timeout
);
iscsi_globals.h
254
struct callout
ccb_timeout
; /* To make sure it isn't lost */
member in struct:ccb_s
706
void
ccb_timeout
(ccb_t *);
iscsi_ioctl.c
1709
callout_schedule(&ccb->
ccb_timeout
, ticks);
1717
callout_stop(&ccb->
ccb_timeout
);
1842
ccb_timeout
(ccb);
iscsi_send.c
398
ccb,&ccb->
ccb_timeout
));
1714
*
ccb_timeout
:
1722
ccb_timeout
(ccb_t *ccb)
function
1728
printf("
ccb_timeout
: num=%d total=%d disp=%d invalid ccb=%p\n",
1736
DEBC(conn, 0, ("
ccb_timeout
: num=%d total=%d disp=%d\n",
Completed in 47 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026