Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:got_sig
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-yuv.c
1063
int
got_sig
= 0;
in ivtv_yuv_udma_frame()
local
1080
got_sig
= signal_pending(current);
in ivtv_yuv_udma_frame()
1081
if (
got_sig
&& test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
in ivtv_yuv_udma_frame()
1083
got_sig
= 0;
in ivtv_yuv_udma_frame()
1091
if (
got_sig
) {
in ivtv_yuv_udma_frame()
H
A
D
ivtvfb.c
278
int
got_sig
= 0;
in ivtvfb_prep_dec_dma_to_device()
local
302
got_sig
= signal_pending(current);
in ivtvfb_prep_dec_dma_to_device()
303
if (
got_sig
&& test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
in ivtvfb_prep_dec_dma_to_device()
305
got_sig
= 0;
in ivtvfb_prep_dec_dma_to_device()
313
if (
got_sig
) {
in ivtvfb_prep_dec_dma_to_device()
H
A
D
ivtv-ioctl.c
164
int
got_sig
= 0;
in ivtv_set_speed()
local
173
got_sig
= signal_pending(current);
in ivtv_set_speed()
174
if (
got_sig
)
in ivtv_set_speed()
176
got_sig
= 0;
in ivtv_set_speed()
181
if (
got_sig
)
in ivtv_set_speed()
H
A
D
ivtv-fileops.c
677
int
got_sig
;
in ivtv_write()
local
684
while (!(
got_sig
= signal_pending(current)) &&
in ivtv_write()
690
if (
got_sig
) {
in ivtv_write()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtvfb.c
278
int
got_sig
= 0;
in ivtvfb_prep_dec_dma_to_device()
local
302
got_sig
= signal_pending(current);
in ivtvfb_prep_dec_dma_to_device()
303
if (
got_sig
&& test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
in ivtvfb_prep_dec_dma_to_device()
305
got_sig
= 0;
in ivtvfb_prep_dec_dma_to_device()
313
if (
got_sig
) {
in ivtvfb_prep_dec_dma_to_device()
H
A
D
ivtv-yuv.c
1065
int
got_sig
= 0;
in ivtv_yuv_udma_frame()
local
1082
got_sig
= signal_pending(current);
in ivtv_yuv_udma_frame()
1083
if (
got_sig
&& test_and_clear_bit(IVTV_F_I_UDMA_PENDING, &itv->i_flags))
in ivtv_yuv_udma_frame()
1085
got_sig
= 0;
in ivtv_yuv_udma_frame()
1093
if (
got_sig
) {
in ivtv_yuv_udma_frame()
H
A
D
ivtv-ioctl.c
159
int
got_sig
= 0;
in ivtv_set_speed()
local
168
got_sig
= signal_pending(current);
in ivtv_set_speed()
169
if (
got_sig
)
in ivtv_set_speed()
171
got_sig
= 0;
in ivtv_set_speed()
176
if (
got_sig
)
in ivtv_set_speed()
H
A
D
ivtv-fileops.c
677
int
got_sig
;
in ivtv_write()
local
684
while (!(
got_sig
= signal_pending(current)) &&
in ivtv_write()
690
if (
got_sig
) {
in ivtv_write()
Completed in 14 milliseconds