Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/librump/rumpkern/
H A Dintr.c52 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 */ argument
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; in sithread()
201 struct softint_percpu *sip; in sithread_cpu_bouncer()
340 struct softint_percpu *sip; in softint_establish()
[all …]