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:atomic_dec_bug
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
util.h
25
#define
atomic_dec_bug
(v) BUG_ON(atomic_dec_return(v) < 0)
macro
31
#define
atomic_dec_bug
(v) atomic_dec(v)
macro
H
A
D
journal.c
819
atomic_dec_bug
(&fifo_back(&c->journal.pin));
976
atomic_dec_bug
(ref);
in bch_journal_meta()
H
A
D
btree.c
134
atomic_dec_bug
(&PTR_BUCKET(c, k, i)->pin);
in bkey_put()
288
atomic_dec_bug
(w->journal);
in btree_complete_write()
498
atomic_dec_bug
(w->journal);
in bch_btree_leaf_dirty()
H
A
D
request.c
79
atomic_dec_bug
(journal_ref);
in bch_data_insert_keys()
H
A
D
super.c
670
atomic_dec_bug
(&ca->buckets[bucket].pin);
in bch_prio_write()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
util.h
23
#define
atomic_dec_bug
(v) BUG_ON(atomic_dec_return(v) < 0)
macro
29
#define
atomic_dec_bug
(v) atomic_dec(v)
macro
H
A
D
journal.c
814
atomic_dec_bug
(&fifo_back(&c->journal.pin));
971
atomic_dec_bug
(ref);
in bch_journal_meta()
H
A
D
btree.c
134
atomic_dec_bug
(&PTR_BUCKET(c, k, i)->pin);
in bkey_put()
288
atomic_dec_bug
(w->journal);
in btree_complete_write()
498
atomic_dec_bug
(w->journal);
in bch_btree_leaf_dirty()
H
A
D
request.c
79
atomic_dec_bug
(journal_ref);
in bch_data_insert_keys()
H
A
D
super.c
667
atomic_dec_bug
(&ca->buckets[bucket].pin);
in bch_prio_write()
Completed in 19 milliseconds