Searched refs:smp (Results 201 - 225 of 388) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/x86/cpufreq/
H A Dhwpstate.c59 #include <sys/smp.h>
/freebsd-12-stable/sys/x86/isa/
H A Dclock.c59 #include <sys/smp.h>
/freebsd-12-stable/sys/arm/arm/
H A Dgeneric_timer.c54 #include <sys/smp.h>
/freebsd-12-stable/stand/lua/
H A Dcore.lua176 loader.setenv("kern.smp.disabled", "1")
184 loader.unsetenv("kern.smp.disabled")
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c2348 u_char *smp; /* pointer to start of shared mem for Ba/Ea/Ha */ local
2351 case 6: smp = &instance->shmem[instance->shmem_Ba]; break;
2352 case 8: smp = &instance->shmem[instance->shmem_Ea]; break;
2353 case 12: smp = &instance->shmem[instance->shmem_Ha]; break;
2354 default: smp = (u_char *) NULL; break;
2364 if (i && smp != NULL) {
2366 smp[i + 2]++;
2367 memcpy(&smp[i+3], buf, (size_t) (len+3));
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c45 #include <sys/smp.h>
H A Dpmap_dispatch.c61 #include <machine/smp.h>
/freebsd-12-stable/sys/kern/
H A Dkern_racct.c56 #include <sys/smp.h>
62 #include <machine/smp.h>
H A Dkern_clocksource.c49 #include <sys/smp.h>
57 #include <machine/smp.h>
H A Dkern_mib.c56 #include <sys/smp.h>
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dmachdep.c71 #include <sys/smp.h>
110 #include <machine/smp.h>
H A Dmp_machdep.c72 #include <sys/smp.h>
92 #include <machine/smp.h>
/freebsd-12-stable/sys/x86/x86/
H A Dcpu_machdep.c74 #include <sys/smp.h>
85 #include <machine/smp.h>
/freebsd-12-stable/share/man/man4/
H A DMakefile496 smp.4 \
751 MLINKS+=smp.4 SMP.4
/freebsd-12-stable/sys/contrib/ncsw/user/env/
H A Dxx.c39 #include <sys/smp.h>
/freebsd-12-stable/sys/cddl/dev/profile/
H A Dprofile.c52 #include <sys/smp.h>
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h13 #include <sys/smp.h>
/freebsd-12-stable/sys/compat/linsysfs/
H A Dlinsysfs.c39 #include <sys/smp.h>
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h41 #include <sys/smp.h>
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonport.c45 #include <sys/smp.h>
/freebsd-12-stable/sys/geom/eli/
H A Dg_eli_integrity.c45 #include <sys/smp.h>
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_tdma.c73 #include <sys/smp.h> /* for mp_ncpus */
H A Dif_ath_tx_edma.c73 #include <sys/smp.h> /* for mp_ncpus */
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c63 #include <sys/smp.h>
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_machdep.c47 #include <sys/smp.h>

Completed in 196 milliseconds

1234567891011>>