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:piowait
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
pio.h
129
struct list_head
piowait
____cacheline_aligned_in_smp;
H
A
D
pio.c
746
INIT_LIST_HEAD(&sc->
piowait
);
in sc_alloc()
890
if (!list_empty(&sc->
piowait
))
in sc_free()
891
dd_dev_err(dd, "
piowait
list not empty!\n");
in sc_free()
958
list_splice_init(&sc->
piowait
, &wake_list);
in sc_disable()
1624
list = &sc->
piowait
;
in sc_piobufavail()
1626
* Note: checking that the
piowait
list is empty and clearing
in sc_piobufavail()
H
A
D
verbs.c
951
was_empty = list_empty(&sc->
piowait
);
in pio_wait()
954
&sc->
piowait
);
in pio_wait()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pio.h
87
struct list_head
piowait
____cacheline_aligned_in_smp;
H
A
D
pio.c
704
INIT_LIST_HEAD(&sc->
piowait
);
in sc_alloc()
848
if (!list_empty(&sc->
piowait
))
in sc_free()
849
dd_dev_err(dd, "
piowait
list not empty!\n");
in sc_free()
916
list_splice_init(&sc->
piowait
, &wake_list);
in sc_disable()
1582
list = &sc->
piowait
;
in sc_piobufavail()
1584
* Note: checking that the
piowait
list is empty and clearing
in sc_piobufavail()
H
A
D
verbs.c
909
was_empty = list_empty(&sc->
piowait
);
in pio_wait()
912
&sc->
piowait
);
in pio_wait()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_verbs.h
172
struct list_head
piowait
; /* list for wait PIO buf */
member
H
A
D
qib_verbs.c
894
list_add_tail(&priv->iowait, &dev->
piowait
);
in no_bufs_available()
1153
list = &dev->
piowait
;
in qib_ib_piobufavail()
1157
* Note: checking that the
piowait
list is empty and clearing
in qib_ib_piobufavail()
1510
INIT_LIST_HEAD(&dev->
piowait
);
in qib_register_ib_device()
1651
if (!list_empty(&dev->
piowait
))
in qib_unregister_ib_device()
1652
qib_dev_err(dd, "
piowait
list not empty!\n");
in qib_unregister_ib_device()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_verbs.h
172
struct list_head
piowait
; /* list for wait PIO buf */
member
H
A
D
qib_verbs.c
894
list_add_tail(&priv->iowait, &dev->
piowait
);
in no_bufs_available()
1153
list = &dev->
piowait
;
in qib_ib_piobufavail()
1157
* Note: checking that the
piowait
list is empty and clearing
in qib_ib_piobufavail()
1511
INIT_LIST_HEAD(&dev->
piowait
);
in qib_register_ib_device()
1649
if (!list_empty(&dev->
piowait
))
in qib_unregister_ib_device()
1650
qib_dev_err(dd, "
piowait
list not empty!\n");
in qib_unregister_ib_device()
Completed in 17 milliseconds