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:queue_poll
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
211
static int
queue_poll
(struct arm_smmu_queue_poll *qp)
in queue_poll()
function
613
ret =
queue_poll
(&qp);
in arm_smmu_cmdq_poll_until_not_full()
638
smp_cond_load_relaxed(cmd, !VAL || (ret =
queue_poll
(&qp)));
in __arm_smmu_cmdq_poll_until_msi()
661
ret =
queue_poll
(&qp);
in __arm_smmu_cmdq_poll_until_consumed()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H
A
D
arm-smmu-v3.c
201
static int
queue_poll
(struct arm_smmu_queue_poll *qp)
in queue_poll()
function
618
ret =
queue_poll
(&qp);
in arm_smmu_cmdq_poll_until_not_full()
643
smp_cond_load_relaxed(cmd, !VAL || (ret =
queue_poll
(&qp)));
in __arm_smmu_cmdq_poll_until_msi()
666
ret =
queue_poll
(&qp);
in __arm_smmu_cmdq_poll_until_consumed()
/kernel/linux/linux-5.10/block/
H
A
D
blk-sysfs.c
596
QUEUE_RW_ENTRY(
queue_poll
, "io_poll");
/kernel/linux/linux-6.6/block/
H
A
D
blk-sysfs.c
522
QUEUE_RW_ENTRY(
queue_poll
, "io_poll");
Completed in 12 milliseconds