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:new_s1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/lib/
H
A
D
assoc_array.c
796
struct assoc_array_shortcut *shortcut, *new_s0, *
new_s1
;
in assoc_array_insert_mid_shortcut()
local
901
new_s1
= kzalloc(struct_size(
new_s1
, index_key, keylen),
in assoc_array_insert_mid_shortcut()
903
if (!
new_s1
)
in assoc_array_insert_mid_shortcut()
905
edit->new_meta[2] = assoc_array_shortcut_to_ptr(
new_s1
);
in assoc_array_insert_mid_shortcut()
907
new_s1
->back_pointer = assoc_array_node_to_ptr(new_n0);
in assoc_array_insert_mid_shortcut()
908
new_s1
->parent_slot = sc_slot;
in assoc_array_insert_mid_shortcut()
909
new_s1
->next_node = shortcut->next_node;
in assoc_array_insert_mid_shortcut()
910
new_s1
->skip_to_level = shortcut->skip_to_level;
in assoc_array_insert_mid_shortcut()
912
new_n0->slots[sc_slot] = assoc_array_shortcut_to_ptr(
new_s1
);
in assoc_array_insert_mid_shortcut()
[all...]
/kernel/linux/linux-5.10/lib/
H
A
D
assoc_array.c
797
struct assoc_array_shortcut *shortcut, *new_s0, *
new_s1
;
in assoc_array_insert_mid_shortcut()
local
902
new_s1
= kzalloc(sizeof(struct assoc_array_shortcut) +
in assoc_array_insert_mid_shortcut()
904
if (!
new_s1
)
in assoc_array_insert_mid_shortcut()
906
edit->new_meta[2] = assoc_array_shortcut_to_ptr(
new_s1
);
in assoc_array_insert_mid_shortcut()
908
new_s1
->back_pointer = assoc_array_node_to_ptr(new_n0);
in assoc_array_insert_mid_shortcut()
909
new_s1
->parent_slot = sc_slot;
in assoc_array_insert_mid_shortcut()
910
new_s1
->next_node = shortcut->next_node;
in assoc_array_insert_mid_shortcut()
911
new_s1
->skip_to_level = shortcut->skip_to_level;
in assoc_array_insert_mid_shortcut()
913
new_n0->slots[sc_slot] = assoc_array_shortcut_to_ptr(
new_s1
);
in assoc_array_insert_mid_shortcut()
915
memcpy(
new_s1
in assoc_array_insert_mid_shortcut()
[all...]
Completed in 3 milliseconds