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:last_element
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
hv-gpci.c
229
int
last_element
= (returned_values - 1) * elementsize;
in processor_bus_topology_show()
local
236
u32 starting_index = arg->bytes[
last_element
+ 3] +
in processor_bus_topology_show()
237
(arg->bytes[
last_element
+ 2] << 8) +
in processor_bus_topology_show()
238
(arg->bytes[
last_element
+ 1] << 16) +
in processor_bus_topology_show()
239
(arg->bytes[
last_element
] << 24) + 1;
in processor_bus_topology_show()
297
int
last_element
= (returned_values - 1) * elementsize;
in processor_config_show()
local
304
u32 starting_index = arg->bytes[
last_element
+ 3] +
in processor_config_show()
305
(arg->bytes[
last_element
+ 2] << 8) +
in processor_config_show()
306
(arg->bytes[
last_element
+ 1] << 16) +
in processor_config_show()
307
(arg->bytes[
last_element
] << 2
in processor_config_show()
365
int
last_element
= (returned_values - 1) * elementsize;
affinity_domain_via_virtual_processor_show()
local
435
int
last_element
= (returned_values - 1) * elementsize;
affinity_domain_via_domain_show()
local
464
affinity_domain_via_partition_result_parse(int returned_values, int element_size, char *buf, size_t *
last_element
, size_t *n, struct hv_gpci_request_buffer *arg)
affinity_domain_via_partition_result_parse()
argument
515
size_t
last_element
= 0;
affinity_domain_via_partition_show()
local
[all...]
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
namei.c
223
bool
last_element
= !post[0];
in ovl_lookup_single()
local
247
if (
last_element
&& d->metacopy && !d_is_reg(this)) {
in ovl_lookup_single()
252
if (d->is_dir || !
last_element
) {
in ovl_lookup_single()
271
if (
last_element
)
in ovl_lookup_single()
278
if (
last_element
)
in ovl_lookup_single()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
namei.c
238
bool
last_element
= !post[0];
in ovl_lookup_single()
local
262
if (
last_element
&& d->metacopy && !d_is_reg(this)) {
in ovl_lookup_single()
270
if (d->is_dir || !
last_element
) {
in ovl_lookup_single()
289
if (
last_element
)
in ovl_lookup_single()
296
if (
last_element
)
in ovl_lookup_single()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
stree.c
621
struct path_element *
last_element
;
in search_by_key()
local
662
last_element
=
in search_by_key()
671
if ((bh =
last_element
->pe_buffer =
in search_by_key()
775
&
last_element
->pe_position);
in search_by_key()
786
last_element
->pe_position++;
in search_by_key()
800
B_N_CHILD_NUM(bh,
last_element
->pe_position);
in search_by_key()
808
int pos =
last_element
->pe_position;
in search_by_key()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
stree.c
621
struct path_element *
last_element
;
in search_by_key()
local
662
last_element
=
in search_by_key()
671
if ((bh =
last_element
->pe_buffer =
in search_by_key()
775
&
last_element
->pe_position);
in search_by_key()
786
last_element
->pe_position++;
in search_by_key()
800
B_N_CHILD_NUM(bh,
last_element
->pe_position);
in search_by_key()
808
int pos =
last_element
->pe_position;
in search_by_key()
Completed in 10 milliseconds