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:major_names
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
genhd.c
165
} *
major_names
[BLKDEV_MAJOR_HASH_SIZE];
variable
181
for (dp =
major_names
[major_to_index(offset)]; dp; dp = dp->next)
in blkdev_show()
224
for (index = ARRAY_SIZE(
major_names
)-1; index > 0; index--) {
in __register_blkdev()
225
if (
major_names
[index] == NULL)
in __register_blkdev()
262
for (n = &
major_names
[index]; *n; n = &(*n)->next) {
in __register_blkdev()
291
for (n = &
major_names
[index]; *n; n = &(*n)->next)
in unregister_blkdev()
778
for (n = &
major_names
[major_to_index(major)]; *n; n = &(*n)->next) {
in blk_request_module()
/kernel/linux/linux-5.10/block/
H
A
D
genhd.c
399
} *
major_names
[BLKDEV_MAJOR_HASH_SIZE];
variable
413
for (dp =
major_names
[major_to_index(offset)]; dp; dp = dp->next)
in blkdev_show()
449
for (index = ARRAY_SIZE(
major_names
)-1; index > 0; index--) {
in register_blkdev()
450
if (
major_names
[index] == NULL)
in register_blkdev()
483
for (n = &
major_names
[index]; *n; n = &(*n)->next) {
in register_blkdev()
511
for (n = &
major_names
[index]; *n; n = &(*n)->next)
in unregister_blkdev()
Completed in 6 milliseconds