Searched refs:nr_retries (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/wireless/libertas_tf/
H A Dmain.c113 if (++priv->nr_retries > 10) { lbtf_cmd_work()
116 priv->nr_retries = 0; lbtf_cmd_work()
H A Dcmd.c767 if (priv->nr_retries) lbtf_process_rx_command()
768 priv->nr_retries = 0; lbtf_process_rx_command()
H A Dlibertas_tf.h223 int nr_retries; member in struct:lbtf_private
/linux-4.1.27/include/linux/
H A Dhrtimer.h177 * @nr_retries: Total number of hrtimer interrupt retries
193 unsigned long nr_retries; member in struct:hrtimer_cpu_base
/linux-4.1.27/kernel/time/
H A Dtimer_list.c159 P(nr_retries); print_cpu()
H A Dhrtimer.c1334 cpu_base->nr_retries++; hrtimer_interrupt()
/linux-4.1.27/mm/
H A Dmemcontrol.c2222 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES; try_charge() local
2304 if (nr_retries--) try_charge()
3038 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES; mem_cgroup_force_empty() local
3043 while (nr_retries && page_counter_read(&memcg->memory)) { mem_cgroup_force_empty()
3052 nr_retries--; mem_cgroup_force_empty()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c2273 u16 nr_retries = 0; hi_command() local
2342 nr_retries++; hi_command()
2343 if (nr_retries > DRXJ_MAX_RETRIES) { hi_command()

Completed in 1443 milliseconds