Searched defs:softtail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c44 * entries to the softtail.
136 static softcall_t *softhead, *softtail, *softfree; variable
338 softtail->sc_next = sc;
339 softtail = sc;
341 softhead = softtail = sc;

Completed in 45 milliseconds