Searched refs:rtsi (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/rcu/
H A Dtasks.h743 int rtsi; local
773 rtsi = READ_ONCE(rcu_task_stall_info);
810 if (rtsi > 0 && !reported && time_after(j, lastinfo + rtsi)) {
812 rtsi = rtsi * rcu_task_stall_info_mult;
945 int rtsi = READ_ONCE(rcu_task_stall_info); local
948 tasks_rcu_exit_srcu_stall_timer.expires = jiffies + rtsi;
1077 int rtsi; local
1079 rtsi
[all...]
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c4959 unsigned int rtsi; local
4991 for (rtsi = 0; rtsi <= NI_M_MAX_RTSI_CHAN; ++rtsi) {
4992 if (source == NI_MIO_PLL_RTSI_CLOCK(rtsi)) {
4994 NI_M_CLK_FOUT2_PLL_SRC_RTSI(rtsi);
4998 if (rtsi > NI_M_MAX_RTSI_CHAN)
5122 /* allow new and old names of rtsi channels to work. */
5142 dev_err(dev->class_dev, "%s: unknown rtsi channel\n", __func__);
5154 /* allow new and old names of rtsi channel
[all...]

Completed in 151 milliseconds