Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c241 __val += per_cpu(sdpstats, __i).var; \
249 u32 *h = per_cpu(sdpstats, __i).hist; \
329 memset(&per_cpu(sdpstats, i), 0, sizeof(struct sdpstats)); in sdpstats_write()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c81 int per_cpu; member
653 sc->per_cpu = 1; in hpet_attach()
655 "per_cpu", &sc->per_cpu); in hpet_attach()
713 num_percpu_et = min(num_msi / mp_ncpus, sc->per_cpu); in hpet_attach()