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:data_alloc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/kernel/printk/
H
A
D
printk_ringbuffer.c
286
*
data_alloc
:A (or data_realloc:A) / desc_read:D
289
*
data_alloc
:A (or data_realloc:A) / data_push_tail:B
503
* not apply to the copied data. This pairs with
data_alloc
:A and
in desc_read()
508
* If copy_data:A reads from
data_alloc
:B, then desc_read:E
in desc_read()
513
* MB from desc_make_reusable:A to
data_alloc
:B
in desc_read()
517
* Note: desc_make_reusable:A and
data_alloc
:B can be different
in desc_read()
518
* CPUs. However, the
data_alloc
:B CPU (which performs the
in desc_read()
681
*
data_alloc
:A and data_realloc:A.
in data_push_tail()
685
* If data_make_reusable:A reads from
data_alloc
:B,
in data_push_tail()
691
* MB from data_push_tail:D to
data_alloc
in data_push_tail()
1022
static char *
data_alloc
(struct printk_ringbuffer *rb,
data_alloc()
function
[all...]
/kernel/linux/linux-6.6/kernel/printk/
H
A
D
printk_ringbuffer.c
286
*
data_alloc
:A (or data_realloc:A) / desc_read:D
289
*
data_alloc
:A (or data_realloc:A) / data_push_tail:B
505
* not apply to the copied data. This pairs with
data_alloc
:A and
in desc_read()
510
* If copy_data:A reads from
data_alloc
:B, then desc_read:E
in desc_read()
515
* MB from desc_make_reusable:A to
data_alloc
:B
in desc_read()
519
* Note: desc_make_reusable:A and
data_alloc
:B can be different
in desc_read()
520
* CPUs. However, the
data_alloc
:B CPU (which performs the
in desc_read()
683
*
data_alloc
:A and data_realloc:A.
in data_push_tail()
687
* If data_make_reusable:A reads from
data_alloc
:B,
in data_push_tail()
693
* MB from data_push_tail:D to
data_alloc
in data_push_tail()
1024
static char *
data_alloc
(struct printk_ringbuffer *rb, unsigned int size,
data_alloc()
function
[all...]
Completed in 3 milliseconds