OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isd_ch
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if.c
263
struct callout
isd_ch
;
member in struct:if_slowtimo_data
799
callout_init(&isd->
isd_ch
, CALLOUT_MPSAFE);
800
callout_setfunc(&isd->
isd_ch
, if_slowtimo_intr, ifp);
1375
callout_halt(&isd->
isd_ch
, NULL);
1377
callout_destroy(&isd->
isd_ch
);
2668
callout_schedule(&isd->
isd_ch
, hz / IFNET_SLOWHZ);
2693
callout_schedule(&isd->
isd_ch
, hz / IFNET_SLOWHZ);
2714
callout_schedule(&isd->
isd_ch
, 0);
Completed in 13 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025