Searched refs:reprogram (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/pci/ctxfi/
H A Dcttimer.c54 unsigned int reprogram:1; /* need to reprogram the internval */ member in struct:ct_timer
172 * reprogram the timer interval;
188 atimer->reprogram = 0; /* clear flag */
224 atimer->reprogram = 0; /* clear flag */
258 } while (atimer->reprogram);
279 atimer->reprogram = 1;
/linux-master/kernel/time/
H A Dhrtimer.c188 * reprogram the target cpu hardware and we would cause it to fire
675 * T1 is removed, so this code is called and would reprogram
677 * will not reprogram the hardware due to hang_detected being
811 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) argument
846 !reprogram)
851 * If the timer is not on the current cpu, we cannot reprogram
862 * clock bases and reprogram the clock event device.
940 * also requires to eventually reprogram the per CPU clock event devices
994 * Called from timekeeping code to reprogram the hrtimer interrupt device
1108 * reprogram t
1111 __remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, u8 newstate, int reprogram) argument
1148 bool reprogram; local
1195 hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram) argument
[all...]
/linux-master/drivers/rtc/
H A Dinterface.c945 reprogram:
951 goto reprogram;
/linux-master/kernel/events/
H A Dcore.c2765 bool reprogram = true; local
2773 reprogram = (ctx->task == current);
2777 * otherwise we cannot reprogram things.
2782 if (task_curr(ctx->task) && !reprogram) {
2787 WARN_ON_ONCE(reprogram && cpuctx->task_ctx && cpuctx->task_ctx != ctx);
2799 reprogram = cgroup_is_descendant(cgrp->css.cgroup,
2804 if (reprogram) {
2852 * event will issue the IPI and reprogram the hardware.

Completed in 201 milliseconds