Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmmap_sync.c39 #define NSAMPLES 1024 macro
60 static sample_t samples[NSAMPLES];
108 samples[nsamples++ % NSAMPLES] = s; in fsync_loop()
138 unsigned long n = nsamples < NSAMPLES ? nsamples : NSAMPLES; in slowest_overlapping_fsync()
/freebsd/usr.sbin/nfsdtop/
H A Dnfsdtop76 NSAMPLES= # -N num
243 NSAMPLES="$OPTARG" ;;
318 case "$NSAMPLES" in
718 -v nsamples=${NSAMPLES:-0} \
/freebsd/contrib/ntp/ntpd/
H A Drefclock_hopfpci.c67 #define NSAMPLES 3 /* stages of median filter */ macro
H A Drefclock_shm.c56 #define NSAMPLES 3 /* stages of median filter */ macro
242 up->shm->nsamples = NSAMPLES; in shm_start()
H A Drefclock_ripencc.c105 #define NSAMPLES 3 /* stages of median filter */ macro