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

  /src/sys/kern/
kern_softint.c 218 } softcpu_t; typedef in typeref:struct:softcpu
258 softint_init_isr(softcpu_t *sc, const char *desc, pri_t pri, u_int level,
300 softcpu_t *sc, *scfirst;
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0,
357 softcpu_t *sc;
431 softcpu_t *sc;
540 const softcpu_t *sc = ci->ci_data.cpu_softcpu;
763 si = ((softcpu_t *)ci->ci_data.cpu_softcpu)->sc_int;

Completed in 13 milliseconds