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:DESC_ID
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/printk/
H
A
D
printk_ringbuffer.c
334
DESC_ID
((id) - DESCS_COUNT(desc_ring))
417
if (id !=
DESC_ID
(state_val))
in get_desc_state()
781
if (
DESC_ID
(atomic_long_read(&desc.state_var)) ==
in desc_push_tail()
822
d_state = desc_read(desc_ring,
DESC_ID
(tail_id + 1), &desc,
in desc_push_tail()
834
DESC_ID
(tail_id + 1)); /* LMM(desc_push_tail:B) */
in desc_push_tail()
885
id =
DESC_ID
(head_id + 1);
in desc_reserve()
1548
desc_make_final(desc_ring,
DESC_ID
(id - 1));
in prb_reserve()
1799
id =
DESC_ID
(atomic_long_read(state_var));
in prb_read()
H
A
D
printk_ringbuffer.h
128
#define
DESC_ID
(sv) ((sv) & DESC_ID_MASK)
macro
221
#define DESC0_ID(ct_bits)
DESC_ID
(-(_DESCS_COUNT(ct_bits) + 1))
/kernel/linux/linux-6.6/kernel/printk/
H
A
D
printk_ringbuffer.c
334
DESC_ID
((id) - DESCS_COUNT(desc_ring))
417
if (id !=
DESC_ID
(state_val))
in get_desc_state()
783
if (
DESC_ID
(atomic_long_read(&desc.state_var)) ==
in desc_push_tail()
824
d_state = desc_read(desc_ring,
DESC_ID
(tail_id + 1), &desc,
in desc_push_tail()
836
DESC_ID
(tail_id + 1)); /* LMM(desc_push_tail:B) */
in desc_push_tail()
887
id =
DESC_ID
(head_id + 1);
in desc_reserve()
1553
desc_make_final(desc_ring,
DESC_ID
(id - 1));
in prb_reserve()
1808
id =
DESC_ID
(atomic_long_read(state_var));
in prb_read()
H
A
D
printk_ringbuffer.h
129
#define
DESC_ID
(sv) ((sv) & DESC_ID_MASK)
macro
222
#define DESC0_ID(ct_bits)
DESC_ID
(-(_DESCS_COUNT(ct_bits) + 1))
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/
H
A
D
nb8800.h
176
#define
DESC_ID
BIT(23)
macro
H
A
D
nb8800.c
1305
priv->rx_dma_config |=
DESC_ID
;
in nb8800_tango4_init()
Completed in 9 milliseconds