Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_softint.c212 } softhand_t; typedef
217 softhand_t sc_hand[1];
301 softhand_t *sh, *shmax; in softint_init()
309 sizeof(softhand_t); in softint_init()
358 softhand_t *sh; in softint_establish()
432 softhand_t *sh; in softint_disestablish()
445 sh = (softhand_t *)((uint8_t *)sc + offset); in softint_disestablish()
467 sh = (softhand_t *)((uint8_t *)sc + offset); in softint_disestablish()
484 softhand_t *sh; in softint_schedule()
503 sh = (softhand_t *)((uint8_t *)curcpu()->ci_data.cpu_softcpu + offset); in softint_schedule()
[all …]