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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtvfb.c289 int got_sig = 0; local
314 got_sig = signal_pending(current);
315 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
317 got_sig = 0;
325 if (got_sig) {
H A Divtv-yuv.c1051 int got_sig = 0; local
1068 got_sig = signal_pending(current);
1069 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
1071 got_sig = 0;
1079 if (got_sig) {
H A Divtv-fileops.c684 int got_sig; local
690 while (!(got_sig = signal_pending(current)) &&
695 if (got_sig) {
H A Divtv-ioctl.c177 int got_sig = 0; local
185 got_sig = signal_pending(current);
186 if (got_sig)
188 got_sig = 0;
192 if (got_sig)

Completed in 115 milliseconds