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:init_hash_table
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
cancel.h
21
void
init_hash_table
(struct io_hash_table *table, unsigned size);
H
A
D
cancel.c
228
void
init_hash_table
(struct io_hash_table *table, unsigned size)
in init_hash_table()
function
H
A
D
io_uring.c
279
init_hash_table
(table, hash_buckets);
in io_alloc_hash_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
pxa168_eth.c
533
static int
init_hash_table
(struct pxa168_eth_private *pep)
in init_hash_table()
function
1004
err =
init_hash_table
(pep);
in pxa168_init_hw()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_cmd_parser.c
893
static int
init_hash_table
(struct intel_engine_cs *engine,
in init_hash_table()
function
1030
ret =
init_hash_table
(engine, cmd_tables, cmd_table_count);
in intel_engine_init_cmd_parser()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
pxa168_eth.c
533
static int
init_hash_table
(struct pxa168_eth_private *pep)
in init_hash_table()
function
1003
err =
init_hash_table
(pep);
in pxa168_init_hw()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_cmd_parser.c
906
static int
init_hash_table
(struct intel_engine_cs *engine,
in init_hash_table()
function
1043
ret =
init_hash_table
(engine, cmd_tables, cmd_table_count);
in intel_engine_init_cmd_parser()
Completed in 15 milliseconds