Home
last modified time | relevance | path

Searched refs:sucd (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/isns/isnsd/
H A Dsched.c96 fn->pred->sucd = fn->sucd; in il_shift()
97 fn->sucd->pred = fn->pred; in il_shift()
115 n = n->sucd; in il_shift()
131 fn->sucd = n; in il_shift()
132 n->pred->sucd = fn; in il_shift()
227 npred->sucd = n; in el_init()
255 n->sucd = NULL; in el_init()
256 npred->sucd = n; in el_init()
410 x->sucd = n->sucd; in el_add()
411 n->sucd->pred = x; in el_add()
[all …]
H A Disns_sched.h40 struct el_notice *sucd; member