Searched refs:samples (Results 101 - 110 of 110) sorted by relevance

12345

/linux-master/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c411 u32 i, adel = 0, samples = next->ptfv_list[PTFV_DVFS_SAMPLES_INDEX]; local
449 for (i = 0; i < samples; i++) {
/linux-master/drivers/isdn/mISDN/
H A Ddsp_cmx.c1150 showdelay(struct dsp *dsp, int samples, int delay) argument
1155 delaycount += samples;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py786 # Check samples are compiled
787 samples = ["sample_ret0.bpf.o", "sample_map_ret0.bpf.o"] variable
788 for s in samples:
/linux-master/drivers/net/wireless/broadcom/b43/
H A Db43.h691 s8 samples[8][4]; member in struct:b43_noise_calculation
H A Dmain.c1446 /* Get the noise samples. */
1453 dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
1454 dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
1455 dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
1456 dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
1459 /* Calculate the Link Quality by the noise samples. */
1463 average += dev->noisecalc.samples[i][j];
/linux-master/include/sound/
H A Dpcm.h720 * bytes_to_samples - Unit conversion of the size from bytes to samples
724 * Return: the size in samples
744 * samples_to_bytes - Unit conversion of the size from samples to bytes
746 * @size: size in samples
1147 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
/linux-master/tools/perf/
H A Dbuiltin-script.c333 u64 samples; member in struct:evsel_script
377 return fprintf(fp, "[ perf script: Wrote %.3f MB %s (%" PRIu64 " samples) ]\n",
378 st.st_size / 1024.0 / 1024.0, es->filename, es->samples);
607 * verify all user requested events exist and the samples
2170 ++es->samples;
3923 "do various checks like samples ordering and lost events"),
/linux-master/block/
H A Dbfq-iosched.c225 /* hw_tag detection: parallel requests threshold and min samples needed. */
247 /* Min number of samples required to perform peak-rate update */
486 #define bfq_sample_valid(samples) ((samples) > 80)
1456 * If enough samples have been computed, return the current max budget
3441 } else /* no new rq dispatched, just reset the number of samples */
3457 * reliable, a minimum number of samples must be present, and
3596 bfq_log(bfqd, "update_peak_rate: goto reset, samples %d",
6032 * think time samples can grow significantly before the reset
6395 * - reset to zero samples, whic
[all...]
/linux-master/tools/perf/util/
H A Dheader.c2085 fprintf(fp, "# contains samples with branch stack\n");
3898 * between host recording the samples, and host parsing the samples is the
/linux-master/scripts/
H A Dcheckpatch.pl2617 # Do not check for BPF programs (tools/testing/selftests/bpf/progs/*.c, samples/bpf/*_kern.c, *.bpf.c).
2619 $realfile =~ m@^samples/bpf/.*_kern\.c$@ ||

Completed in 207 milliseconds

12345