HomeSort by: relevance | last modified time | path
    Searched defs:softint_percpu (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
intr.c 52 struct softint_percpu;
59 struct softint_percpu *si_entry; /* [0,ncpu-1] */
62 struct softint_percpu { struct
67 TAILQ_ENTRY(softint_percpu) sip_entries; /* scheduled */
68 TAILQ_ENTRY(softint_percpu) sip_entries_cpu; /* to be scheduled */
73 TAILQ_HEAD(, softint_percpu) si_pending;
76 static TAILQ_HEAD(, softint_percpu) sicpupending \
146 struct softint_percpu *sip;
201 struct softint_percpu *sip;
342 struct softint_percpu *sip
    [all...]

Completed in 95 milliseconds