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:nr_subheaders
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/
H
A
D
proc_sysctl.c
1436
int
nr_subheaders
= 0;
in count_subheaders()
local
1445
nr_subheaders
+= count_subheaders(entry->child);
in count_subheaders()
1449
return
nr_subheaders
+ has_files;
in count_subheaders()
1542
int
nr_subheaders
= count_subheaders(table);
in __register_sysctl_paths()
local
1563
if (
nr_subheaders
== 1) {
in __register_sysctl_paths()
1569
sizeof(*subheaders)*
nr_subheaders
, GFP_KERNEL);
in __register_sysctl_paths()
1695
int
nr_subheaders
;
in unregister_sysctl_table()
local
1701
nr_subheaders
= count_subheaders(header->ctl_table_arg);
in unregister_sysctl_table()
1702
if (unlikely(
nr_subheaders
> 1)) {
in unregister_sysctl_table()
1707
for (i =
nr_subheaders
in unregister_sysctl_table()
[all...]
Completed in 5 milliseconds