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

/linux-master/drivers/media/pci/ivtv/
H A Divtv-yuv.c1065 int got_sig = 0; local
1082 got_sig = signal_pending(current);
1083 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
1085 got_sig = 0;
1093 if (got_sig) {
H A Divtvfb.c278 int got_sig = 0; local
302 got_sig = signal_pending(current);
303 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
305 got_sig = 0;
313 if (got_sig) {
H A Divtv-fileops.c677 int got_sig; local
684 while (!(got_sig = signal_pending(current)) &&
690 if (got_sig) {
H A Divtv-ioctl.c159 int got_sig = 0; local
168 got_sig = signal_pending(current);
169 if (got_sig)
171 got_sig = 0;
176 if (got_sig)

Completed in 116 milliseconds