OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_hup_pending
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbarm/dev/
plcomvar.h
113
struct timeval
sc_hup_pending
;
member in struct:plcom_softc
plcom.c
758
microuptime(&sc->
sc_hup_pending
);
759
sc->
sc_hup_pending
.tv_sec++;
863
if (timerisset(&sc->
sc_hup_pending
)) {
865
while (timercmp(&now, &sc->
sc_hup_pending
, <)) {
866
timersub(&sc->
sc_hup_pending
, &now, &diff);
873
timerclear(&sc->
sc_hup_pending
);
/src/sys/dev/ic/
comvar.h
139
struct timeval
sc_hup_pending
;
member in struct:com_softc
com.c
993
microuptime(&sc->
sc_hup_pending
);
994
sc->
sc_hup_pending
.tv_sec++;
1085
if (timerisset(&sc->
sc_hup_pending
)) {
1087
while (timercmp(&now, &sc->
sc_hup_pending
, <)) {
1088
timersub(&sc->
sc_hup_pending
, &now, &diff);
1095
timerclear(&sc->
sc_hup_pending
);
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025