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:gen_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/dma/
H
A
D
xilinx_dma.h
17
* @
gen_lock
: Whether in gen-lock mode
30
int
gen_lock
;
member
/kernel/linux/linux-6.6/include/linux/dma/
H
A
D
xilinx_dma.h
17
* @
gen_lock
: Whether in gen-lock mode
30
int
gen_lock
;
member
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5.h
593
seqcount_spinlock_t
gen_lock
; /* lock against generation changes */
member
H
A
D
raid5.c
578
seq = read_seqcount_begin(&conf->
gen_lock
);
in init_stripe()
599
if (read_seqcount_retry(&conf->
gen_lock
, seq))
in init_stripe()
5824
seq = read_seqcount_begin(&conf->
gen_lock
);
in raid5_make_request()
5890
if (read_seqcount_retry(&conf->
gen_lock
, seq)) {
in raid5_make_request()
7219
seqcount_spinlock_init(&conf->
gen_lock
, &conf->device_lock);
in setup_conf()
8187
write_seqcount_begin(&conf->
gen_lock
);
in raid5_start_reshape()
8204
write_seqcount_end(&conf->
gen_lock
);
in raid5_start_reshape()
8263
write_seqcount_begin(&conf->
gen_lock
);
in raid5_start_reshape()
8274
write_seqcount_end(&conf->
gen_lock
);
in raid5_start_reshape()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5.h
605
seqcount_spinlock_t
gen_lock
; /* lock against generation changes */
member
H
A
D
raid5.c
588
seq = read_seqcount_begin(&conf->
gen_lock
);
in init_stripe()
609
if (read_seqcount_retry(&conf->
gen_lock
, seq))
in init_stripe()
5987
seq = read_seqcount_begin(&conf->
gen_lock
);
in make_stripe_request()
6044
if (read_seqcount_retry(&conf->
gen_lock
, seq)) {
in make_stripe_request()
7557
seqcount_spinlock_init(&conf->
gen_lock
, &conf->device_lock);
in setup_conf()
8549
write_seqcount_begin(&conf->
gen_lock
);
in raid5_start_reshape()
8566
write_seqcount_end(&conf->
gen_lock
);
in raid5_start_reshape()
8625
write_seqcount_begin(&conf->
gen_lock
);
in raid5_start_reshape()
8636
write_seqcount_end(&conf->
gen_lock
);
in raid5_start_reshape()
/kernel/linux/linux-5.10/drivers/dma/xilinx/
H
A
D
xilinx_dma.c
2496
chan->config.
gen_lock
= cfg->
gen_lock
;
in xilinx_vdma_channel_set_config()
2500
if (cfg->
gen_lock
&& chan->genlock) {
in xilinx_vdma_channel_set_config()
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H
A
D
xilinx_dma.c
2550
chan->config.
gen_lock
= cfg->
gen_lock
;
in xilinx_vdma_channel_set_config()
2554
if (cfg->
gen_lock
&& chan->genlock) {
in xilinx_vdma_channel_set_config()
Completed in 46 milliseconds