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:idxd_engine
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
idxd.h
232
struct
idxd_engine
{
struct
322
struct
idxd_engine
**engines;
429
static inline struct
idxd_engine
*confdev_to_engine(struct device *dev)
in confdev_to_engine()
433
return container_of(idxd_dev, struct
idxd_engine
, idxd_dev);
in confdev_to_engine()
H
A
D
sysfs.c
23
struct
idxd_engine
*engine = confdev_to_engine(dev);
in engine_group_id_show()
35
struct
idxd_engine
*engine = confdev_to_engine(dev);
in engine_group_id_store()
89
struct
idxd_engine
*engine = confdev_to_engine(dev);
in idxd_conf_engine_release()
314
struct
idxd_engine
*engine = idxd->engines[i];
in group_engines_show()
1781
struct
idxd_engine
*engine;
in idxd_register_engine_devices()
1914
struct
idxd_engine
*engine = idxd->engines[i];
in idxd_unregister_devices()
H
A
D
init.c
226
struct
idxd_engine
*engine;
in idxd_setup_engines()
231
idxd->engines = kcalloc_node(idxd->max_engines, sizeof(struct
idxd_engine
*),
in idxd_setup_engines()
H
A
D
device.c
664
struct
idxd_engine
*engine;
in idxd_engines_clear_state()
1038
struct
idxd_engine
*eng;
in idxd_engines_setup()
1207
struct
idxd_engine
*engine = idxd->engines[i];
in idxd_group_load_config()
/kernel/linux/linux-5.10/drivers/dma/idxd/
H
A
D
idxd.h
130
struct
idxd_engine
{
struct
182
struct
idxd_engine
*engines;
H
A
D
sysfs.c
394
struct
idxd_engine
*engine =
in engine_group_id_show()
395
container_of(dev, struct
idxd_engine
, conf_dev);
in engine_group_id_show()
407
struct
idxd_engine
*engine =
in engine_group_id_store()
408
container_of(dev, struct
idxd_engine
, conf_dev);
in engine_group_id_store()
613
struct
idxd_engine
*engine = &idxd->engines[i];
in group_engines_show()
1466
struct
idxd_engine
*engine = &idxd->engines[i];
in idxd_setup_engine_sysfs()
1487
struct
idxd_engine
*engine = &idxd->engines[i];
in idxd_setup_engine_sysfs()
1630
struct
idxd_engine
*engine = &idxd->engines[i];
in idxd_cleanup_sysfs()
H
A
D
init.c
168
sizeof(struct
idxd_engine
), GFP_KERNEL);
in idxd_setup_internals()
H
A
D
device.c
653
struct
idxd_engine
*eng;
in idxd_engines_setup()
Completed in 12 milliseconds