Searched refs:ticks (Results 151 - 159 of 159) sorted by path

1234567

/linux-master/sound/pci/ctxfi/
H A Dcthw20k2.c1114 static int set_timer_tick(struct hw *hw, unsigned int ticks) argument
1116 if (ticks)
1117 ticks |= TIMR_IE | TIMR_IP;
1118 hw_write_20kx(hw, TIMR, ticks);
/linux-master/sound/pci/emu10k1/
H A Dtimer.c21 if (delay < 5 ) /* minimum time is 5 ticks */
63 .ticks = 1024,
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c1898 * counting two ticks for each interrupt.
1932 .ticks = 0x10000,
/linux-master/sound/sparc/
H A Dcs4231.c669 unsigned int ticks; local
673 ticks = timer->sticks;
675 (unsigned char)(ticks >> 8) != chip->image[CS4231_TIMER_HIGH] ||
676 (unsigned char)ticks != chip->image[CS4231_TIMER_LOW]) {
679 (unsigned char) (ticks >> 8));
682 (unsigned char) ticks);
874 .ticks = 65535,
/linux-master/sound/usb/line6/
H A Dtoneport.c362 u32 *ticks; local
366 ticks = kmalloc(sizeof(*ticks), GFP_KERNEL);
367 if (!ticks)
372 *ticks = (u32)ktime_get_real_seconds();
373 line6_write_data(line6, 0x80c6, ticks, 4);
374 kfree(ticks);
/linux-master/tools/include/uapi/sound/
H A Dasound.h435 unsigned int sleep_min; /* min ticks to sleep */
958 unsigned int ticks; /* requested resolution in ticks */ member in struct:snd_timer_params
1003 unsigned int ticks; member in struct:snd_timer_read
1008 SNDRV_TIMER_EVENT_TICK, /* val = ticks */
/linux-master/tools/perf/util/
H A Dspark.c13 static const char *ticks[NUM_SPARKS] = { local
30 ticks[((val[i] - min) << SPARK_SHIFT) / f]);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c29 "Pid of rcu_tasks_trace kthread for ticks tracking"},
191 long ticks; local
195 ticks = kthread_pid_ticks();
196 res->stime = ticks - ctx.prev_kthread_stime;
197 ctx.prev_kthread_stime = ticks;
220 printf("Iter %d\t avg ticks per tasks_trace grace period\t%lf\n",
232 printf("SUMMARY ticks per tasks_trace grace period");
252 * using /proc/PID/stat to measure rcu_tasks_trace_kthread kernel ticks
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py41 ticks = 20
43 if ticks == 0:
53 ticks -= 1
132 ticks = 20
134 if ticks == 0:
144 ticks -= 1
149 ticks = 20
151 if ticks == 0:
159 ticks -= 1

Completed in 461 milliseconds

1234567