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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-yuv.c926 int got_sig = 0; local
994 got_sig = signal_pending(current);
995 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
997 got_sig = 0;
1005 if (got_sig) {
H A Divtv-fileops.c624 int got_sig; local
627 while (!(got_sig = signal_pending(current)) &&
632 if (got_sig) {
H A Divtv-ioctl.c211 int got_sig = 0; local
219 got_sig = signal_pending(current);
220 if (got_sig)
222 got_sig = 0;
226 if (got_sig)

Completed in 97 milliseconds