Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_softint.c218 } softcpu_t; typedef
258 softint_init_isr(softcpu_t *sc, const char *desc, pri_t pri, u_int level, in softint_init_isr()
300 softcpu_t *sc, *scfirst; in softint_init()
308 softint_max = (softint_bytes - sizeof(softcpu_t)) / in softint_init()
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0, in softint_init()
357 softcpu_t *sc; in softint_establish()
431 softcpu_t *sc; in softint_disestablish()
540 const softcpu_t *sc = ci->ci_data.cpu_softcpu; in softint_schedule_cpu()
763 si = ((softcpu_t *)ci->ci_data.cpu_softcpu)->sc_int; in softint_picklwp()