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_WQT_USER
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/idxd/
H
A
D
irq.c
77
if (wq->type ==
IDXD_WQT_USER
)
in process_misc_interrupts()
85
if (wq->type ==
IDXD_WQT_USER
)
in process_misc_interrupts()
H
A
D
sysfs.c
16
[
IDXD_WQT_USER
] = "user",
69
return wq->type ==
IDXD_WQT_USER
;
in is_idxd_wq_cdev()
980
case
IDXD_WQT_USER
:
in wq_type_show()
982
idxd_wq_type_names[
IDXD_WQT_USER
]);
in wq_type_show()
1007
else if (sysfs_streq(buf, idxd_wq_type_names[
IDXD_WQT_USER
]))
in wq_type_store()
1008
wq->type =
IDXD_WQT_USER
;
in wq_type_store()
H
A
D
idxd.h
70
IDXD_WQT_USER
,
enumerator
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
idxd.h
152
IDXD_WQT_USER
,
enumerator
523
return wq->type ==
IDXD_WQT_USER
;
in is_idxd_wq_user()
H
A
D
irq.c
419
if (wq->type ==
IDXD_WQT_USER
)
in idxd_misc_thread()
427
if (wq->type ==
IDXD_WQT_USER
)
in idxd_misc_thread()
H
A
D
sysfs.c
16
[
IDXD_WQT_USER
] = "user",
890
case
IDXD_WQT_USER
:
in wq_type_show()
891
return sysfs_emit(buf, "%s\n", idxd_wq_type_names[
IDXD_WQT_USER
]);
in wq_type_show()
915
else if (sysfs_streq(buf, idxd_wq_type_names[
IDXD_WQT_USER
]))
in wq_type_store()
916
wq->type =
IDXD_WQT_USER
;
in wq_type_store()
H
A
D
cdev.c
545
wq->type =
IDXD_WQT_USER
;
in idxd_user_drv_probe()
Completed in 13 milliseconds