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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c39 * Handle software interrupts through 'softcall' mechanism
41 * At present softcall mechanism uses a global list headed by softhead.
43 * nature of entries in the softcall list. softcall() takes care of adding
48 * one instance of softint should process the softcall list with the exception
55 * - Lower half which steals the entries from softcall queue and execute
90 * a - When an entry is being enqueued to softcall queue then the state
93 * b - When interrupt handler has started processing softcall queue.
95 * c - When interrupt handler finished processing softcall queue, the
98 * d - softcall() generate
126 typedef struct softcall { struct
313 softcall(void (*func)(void *), void *arg) function
[all...]

Completed in 55 milliseconds