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:next_lpos
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/kernel/printk/
H
A
D
printk_ringbuffer.c
634
unsigned long
next_lpos
;
in data_push_tail()
local
673
&
next_lpos
)) {
in data_push_tail()
749
next_lpos
)) { /* LMM(data_push_tail:D) */
in data_push_tail()
1004
unsigned long
next_lpos
;
in get_next_lpos()
local
1007
next_lpos
= lpos + size;
in get_next_lpos()
1010
if (DATA_WRAPS(data_ring, begin_lpos) == DATA_WRAPS(data_ring,
next_lpos
))
in get_next_lpos()
1011
return
next_lpos
;
in get_next_lpos()
1014
return (DATA_THIS_WRAP_START_LPOS(data_ring,
next_lpos
) + size);
in get_next_lpos()
1028
unsigned long
next_lpos
;
in data_alloc()
local
1042
next_lpos
in data_alloc()
1109
unsigned long
next_lpos
;
data_realloc()
local
[all...]
/kernel/linux/linux-6.6/kernel/printk/
H
A
D
printk_ringbuffer.c
637
unsigned long
next_lpos
;
in data_push_tail()
local
675
if (!data_make_reusable(rb, tail_lpos, lpos, &
next_lpos
)) {
in data_push_tail()
751
next_lpos
)) { /* LMM(data_push_tail:D) */
in data_push_tail()
1006
unsigned long
next_lpos
;
in get_next_lpos()
local
1009
next_lpos
= lpos + size;
in get_next_lpos()
1012
if (DATA_WRAPS(data_ring, begin_lpos) == DATA_WRAPS(data_ring,
next_lpos
))
in get_next_lpos()
1013
return
next_lpos
;
in get_next_lpos()
1016
return (DATA_THIS_WRAP_START_LPOS(data_ring,
next_lpos
) + size);
in get_next_lpos()
1030
unsigned long
next_lpos
;
in data_alloc()
local
1044
next_lpos
in data_alloc()
1111
unsigned long
next_lpos
;
data_realloc()
local
[all...]
Completed in 4 milliseconds