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:WAIT_FOR_IDLE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.h
241
#define
WAIT_FOR_IDLE
0x00004
macro
H
A
D
ibmvscsi_tgt.c
539
vscsi->flags |=
WAIT_FOR_IDLE
;
in ibmvscsis_disconnect()
955
list_empty(&vscsi->waiting_rsp) && (vscsi->flags &
WAIT_FOR_IDLE
)) {
in ibmvscsis_free_cmd_resources()
956
vscsi->flags &= ~
WAIT_FOR_IDLE
;
in ibmvscsis_free_cmd_resources()
2846
(vscsi->flags &
WAIT_FOR_IDLE
)) {
in ibmvscsis_scheduler()
2847
vscsi->flags &= ~
WAIT_FOR_IDLE
;
in ibmvscsis_scheduler()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.h
241
#define
WAIT_FOR_IDLE
0x00004
macro
H
A
D
ibmvscsi_tgt.c
540
vscsi->flags |=
WAIT_FOR_IDLE
;
in ibmvscsis_disconnect()
956
list_empty(&vscsi->waiting_rsp) && (vscsi->flags &
WAIT_FOR_IDLE
)) {
in ibmvscsis_free_cmd_resources()
957
vscsi->flags &= ~
WAIT_FOR_IDLE
;
in ibmvscsis_free_cmd_resources()
2835
(vscsi->flags &
WAIT_FOR_IDLE
)) {
in ibmvscsis_scheduler()
2836
vscsi->flags &= ~
WAIT_FOR_IDLE
;
in ibmvscsis_scheduler()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nv50_fbcon.c
88
PUSH_MTHD(push, NV502D,
WAIT_FOR_IDLE
, 0);
in nv50_fbcon_copyarea()
H
A
D
nvc0_fbcon.c
88
PUSH_IMMD(push, NV902D,
WAIT_FOR_IDLE
, 0);
in nvc0_fbcon_copyarea()
Completed in 12 milliseconds