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:open_index
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H
A
D
dm-space-map-common.c
639
ll->
open_index
= metadata_ll_open;
in sm_ll_new_metadata()
681
ll->
open_index
= metadata_ll_open;
in sm_ll_open_metadata()
690
return ll->
open_index
(ll);
in sm_ll_open_metadata()
741
ll->
open_index
= disk_ll_open;
in sm_ll_new_disk()
777
ll->
open_index
= disk_ll_open;
in sm_ll_open_disk()
786
return ll->
open_index
(ll);
in sm_ll_open_disk()
H
A
D
dm-space-map-common.h
78
open_index_fn
open_index
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
H
A
D
bcmasp.c
653
int i,
open_index
= -1;
in bcmasp_netfilt_get_init()
local
681
if (!init ||
open_index
>= 0)
in bcmasp_netfilt_get_init()
691
open_index
= i;
in bcmasp_netfilt_get_init()
693
open_index
= i;
in bcmasp_netfilt_get_init()
696
if (
open_index
>= 0) {
in bcmasp_netfilt_get_init()
697
nfilter = &priv->net_filters[
open_index
];
in bcmasp_netfilt_get_init()
700
nfilter->hw_index =
open_index
;
in bcmasp_netfilt_get_init()
703
if (wake_filter &&
open_index
>= 0) {
in bcmasp_netfilt_get_init()
705
priv->net_filters[
open_index
+ 1].claimed = true;
in bcmasp_netfilt_get_init()
706
priv->net_filters[
open_index
in bcmasp_netfilt_get_init()
[all...]
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H
A
D
dm-space-map-common.c
1039
ll->
open_index
= metadata_ll_open;
in sm_ll_new_metadata()
1081
ll->
open_index
= metadata_ll_open;
in sm_ll_open_metadata()
1090
return ll->
open_index
(ll);
in sm_ll_open_metadata()
1217
ll->
open_index
= disk_ll_open;
in sm_ll_new_disk()
1253
ll->
open_index
= disk_ll_open;
in sm_ll_open_disk()
1262
return ll->
open_index
(ll);
in sm_ll_open_disk()
H
A
D
dm-space-map-common.h
93
open_index_fn
open_index
;
member
Completed in 6 milliseconds