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

/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-yuv.c1081 int got_sig = 0; ivtv_yuv_udma_frame() local
1098 got_sig = signal_pending(current); ivtv_yuv_udma_frame()
1099 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags)) ivtv_yuv_udma_frame()
1101 got_sig = 0; ivtv_yuv_udma_frame()
1109 if (got_sig) { ivtv_yuv_udma_frame()
H A Divtvfb.c290 int got_sig = 0; ivtvfb_prep_dec_dma_to_device() local
315 got_sig = signal_pending(current); ivtvfb_prep_dec_dma_to_device()
316 if (got_sig && test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags)) ivtvfb_prep_dec_dma_to_device()
318 got_sig = 0; ivtvfb_prep_dec_dma_to_device()
326 if (got_sig) { ivtvfb_prep_dec_dma_to_device()
H A Divtv-ioctl.c172 int got_sig = 0; ivtv_set_speed() local
181 got_sig = signal_pending(current); ivtv_set_speed()
182 if (got_sig) ivtv_set_speed()
184 got_sig = 0; ivtv_set_speed()
189 if (got_sig) ivtv_set_speed()
H A Divtv-fileops.c689 int got_sig; ivtv_write() local
696 while (!(got_sig = signal_pending(current)) && ivtv_write()
702 if (got_sig) { ivtv_write()

Completed in 170 milliseconds