OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:td_softint
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/dev/
ts102.c
129
void *
td_softint
;
member in struct:tslot_data
391
td->
td_softint
= NULL;
928
if (td->
td_softint
!= NULL)
929
sparc_softintr_schedule(td->
td_softint
);
948
if (td->
td_softint
) {
949
sparc_softintr_disestablish(td->
td_softint
);
950
td->
td_softint
= NULL;
971
td->
td_softint
= sparc_softintr_establish(ipl, tslot_intr_dispatch, td);
ts102.c
129
void *
td_softint
;
member in struct:tslot_data
391
td->
td_softint
= NULL;
928
if (td->
td_softint
!= NULL)
929
sparc_softintr_schedule(td->
td_softint
);
948
if (td->
td_softint
) {
949
sparc_softintr_disestablish(td->
td_softint
);
950
td->
td_softint
= NULL;
971
td->
td_softint
= sparc_softintr_establish(ipl, tslot_intr_dispatch, td);
ts102.c
129
void *
td_softint
;
member in struct:tslot_data
391
td->
td_softint
= NULL;
928
if (td->
td_softint
!= NULL)
929
sparc_softintr_schedule(td->
td_softint
);
948
if (td->
td_softint
) {
949
sparc_softintr_disestablish(td->
td_softint
);
950
td->
td_softint
= NULL;
971
td->
td_softint
= sparc_softintr_establish(ipl, tslot_intr_dispatch, td);
Completed in 33 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025