Home
last modified time | relevance | path

Searched defs:cpus (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/xz/src/common/
H A Dtuklib_cpucores.c76 int cpus; in tuklib_cpucores() local
85 const long cpus = sysconf(_SC_NPROCESSORS_ONLN); in tuklib_cpucores() local
88 const long cpus = sysconf(_SC_NPROC_ONLN); in tuklib_cpucores() local
/dragonfly/sys/dev/drm/include/linux/
H A Dstop_machine.h39 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine()
/dragonfly/lib/libkcore/
H A Dkcore.h45 #define kinfo_get_cpus(cpus) \ argument
/dragonfly/usr.bin/evtranalyze/
H A Devtranalyze.c475 struct cpu *cpus; member
661 struct cpu *c, *cpus = ctx->cputab.cpus; in ctxsw_prepare_event() local
706 struct cpu *cpus = &cputab->cpus[0]; in find_first_last_ts() local
812 struct cpu *cpus; in cputab_init() local
/dragonfly/sys/dev/virtual/virtio/virtio/
H A Dvirtio.c217 virtio_intr_alloc(device_t dev, int *cnt, int use_config, int *cpus) in virtio_intr_alloc()
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_internal.h100 struct nvmm_cpu cpus[NVMM_MAX_VCPUS]; member
/dragonfly/contrib/gcc-4.7/libgomp/
H A Denv.c486 unsigned short *cpus = NULL; in parse_affinity() local
/dragonfly/sys/dev/virtual/virtio/pci/
H A Dvirtio_pci.c461 vtpci_intr_alloc(device_t dev, int *cnt, int use_config, int *cpus) in vtpci_intr_alloc()
/dragonfly/lib/libevtr/
H A Devtr.c215 struct cpu *cpus; member