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:TCF_BUSY
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.c
633
host->targets[i].flags &= ~
TCF_BUSY
;
in initio_init()
749
!(host->targets[first->target].flags &
TCF_BUSY
))
in initio_find_first_pend_scb()
754
(host->targets[first->target].flags &
TCF_BUSY
)) {
in initio_find_first_pend_scb()
801
host->targets[scbp->target].flags |=
TCF_BUSY
;
in initio_append_busy_scb()
826
host->targets[tmp->target].flags &= ~
TCF_BUSY
;
in initio_pop_busy_scb()
858
host->targets[tmp->target].flags &= ~
TCF_BUSY
;
in initio_unlink_busy_scb()
2299
host->targets[i].flags &= ~
TCF_BUSY
; /* 07/22/98 */
in initio_post_scsi_rst()
2369
active_tc->flags &= ~(TCF_SYNC_DONE | TCF_WDTR_DONE |
TCF_BUSY
);
in initio_bus_device_reset()
H
A
D
a100u2w.h
257
#define
TCF_BUSY
0x20
macro
H
A
D
initio.h
487
#define
TCF_BUSY
0x0400
macro
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.c
632
host->targets[i].flags &= ~
TCF_BUSY
;
in initio_init()
748
!(host->targets[first->target].flags &
TCF_BUSY
))
in initio_find_first_pend_scb()
753
(host->targets[first->target].flags &
TCF_BUSY
)) {
in initio_find_first_pend_scb()
800
host->targets[scbp->target].flags |=
TCF_BUSY
;
in initio_append_busy_scb()
825
host->targets[tmp->target].flags &= ~
TCF_BUSY
;
in initio_pop_busy_scb()
857
host->targets[tmp->target].flags &= ~
TCF_BUSY
;
in initio_unlink_busy_scb()
2299
host->targets[i].flags &= ~
TCF_BUSY
; /* 07/22/98 */
in initio_post_scsi_rst()
2369
active_tc->flags &= ~(TCF_SYNC_DONE | TCF_WDTR_DONE |
TCF_BUSY
);
in initio_bus_device_reset()
H
A
D
a100u2w.h
257
#define
TCF_BUSY
0x20
macro
H
A
D
initio.h
462
#define
TCF_BUSY
0x0400
macro
Completed in 15 milliseconds