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:discard_bitset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-target.c
428
unsigned long *
discard_bitset
;
member
746
set_bit(from_dblock(b), cache->
discard_bitset
);
in set_discard()
753
clear_bit(from_dblock(b), cache->
discard_bitset
);
in clear_discard()
761
r = test_bit(from_dblock(b), cache->
discard_bitset
);
in is_discarded()
772
cache->
discard_bitset
);
in is_discarded_oblock()
1979
if (cache->
discard_bitset
)
in destroy()
1980
free_bitset(cache->
discard_bitset
);
in destroy()
2554
cache->
discard_bitset
= alloc_bitset(from_dblock(cache->discard_nr_blocks));
in cache_create()
2555
if (!cache->
discard_bitset
) {
in cache_create()
2559
clear_bitset(cache->
discard_bitset
, from_dbloc
in cache_create()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-target.c
359
unsigned long *
discard_bitset
;
member
680
set_bit(from_dblock(b), cache->
discard_bitset
);
in set_discard()
687
clear_bit(from_dblock(b), cache->
discard_bitset
);
in clear_discard()
696
r = test_bit(from_dblock(b), cache->
discard_bitset
);
in is_discarded()
708
cache->
discard_bitset
);
in is_discarded_oblock()
1928
if (cache->
discard_bitset
)
in destroy()
1929
free_bitset(cache->
discard_bitset
);
in destroy()
2503
cache->
discard_bitset
= alloc_bitset(from_dblock(cache->discard_nr_blocks));
in cache_create()
2504
if (!cache->
discard_bitset
) {
in cache_create()
2508
clear_bitset(cache->
discard_bitset
, from_dbloc
in cache_create()
[all...]
Completed in 8 milliseconds