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:max_ftrace_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/
H
A
D
ram.c
107
unsigned int
max_ftrace_cnt
;
member
251
while (cxt->ftrace_read_cnt < cxt->
max_ftrace_cnt
) {
in ramoops_pstore_read()
441
if (record->id >= cxt->
max_ftrace_cnt
)
in ramoops_pstore_erase()
488
for (i = 0; i < cxt->
max_ftrace_cnt
; i++)
in ramoops_free_przs()
491
cxt->
max_ftrace_cnt
= 0;
in ramoops_free_przs()
819
cxt->
max_ftrace_cnt
= (cxt->flags & RAMOOPS_FLAG_FTRACE_PER_CPU)
in ramoops_probe()
824
&cxt->
max_ftrace_cnt
, LINUX_VERSION_CODE,
in ramoops_probe()
849
if (cxt->
max_ftrace_cnt
)
in ramoops_probe()
/kernel/linux/linux-6.6/fs/pstore/
H
A
D
ram.c
99
unsigned int
max_ftrace_cnt
;
member
238
while (cxt->ftrace_read_cnt < cxt->
max_ftrace_cnt
) {
in ramoops_pstore_read()
423
if (record->id >= cxt->
max_ftrace_cnt
)
in ramoops_pstore_erase()
474
for (i = 0; i < cxt->
max_ftrace_cnt
; i++)
in ramoops_free_przs()
478
cxt->
max_ftrace_cnt
= 0;
in ramoops_free_przs()
801
cxt->
max_ftrace_cnt
= (cxt->flags & RAMOOPS_FLAG_FTRACE_PER_CPU)
in ramoops_probe()
806
&cxt->
max_ftrace_cnt
, LINUX_VERSION_CODE,
in ramoops_probe()
826
if (cxt->
max_ftrace_cnt
)
in ramoops_probe()
Completed in 3 milliseconds