Searched refs:stop_count (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc_sync.c29 static __cpuinitdata atomic_t stop_count; variable
126 atomic_set(&stop_count, 0);
140 while (atomic_read(&stop_count) != cpus-1)
165 atomic_inc(&stop_count);
191 atomic_inc(&stop_count);
196 while (atomic_read(&stop_count) != cpus)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcmmio.c257 int stop_count; member in struct:pcmmio_subdev_private::__anon15129::__anon15130::__anon15131
509 subpriv->dio.intr.stop_count = 0;
955 if (subpriv->dio.intr.stop_count > 0) {
956 subpriv->dio.intr.stop_count--;
957 if (subpriv->dio.intr.stop_count == 0) {
1014 if (!subpriv->dio.intr.continuous && subpriv->dio.intr.stop_count == 0) {
1134 subpriv->dio.intr.stop_count = cmd->stop_arg;
1139 subpriv->dio.intr.stop_count = 0;
H A Dpcmuio.c193 int stop_count; member in struct:pcmuio_subdev_private::__anon15134
393 subpriv->intr.stop_count = 0;
818 if (subpriv->intr.stop_count > 0) {
819 subpriv->intr.stop_count--;
820 if (subpriv->intr.stop_count == 0) {
877 if (!subpriv->intr.continuous && subpriv->intr.stop_count == 0) {
982 subpriv->intr.stop_count = cmd->stop_arg;
987 subpriv->intr.stop_count = 0;
H A Dmite.c613 u32 stop_count = local
621 (int)(nbytes_lb - stop_count) > 0)
622 nbytes_lb = stop_count;
625 (int)(nbytes_ub - stop_count) > 0)
626 nbytes_ub = stop_count;
H A Dni_mio_common.c2375 unsigned int stop_count; local
2439 stop_count = cmd->stop_arg - 1;
2443 stop_count += num_adc_stages_611x;
2446 devpriv->stc_writel(dev, stop_count, AI_SC_Load_A_Registers);
2454 if (stop_count == 0) {

Completed in 85 milliseconds