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:scan_queue
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
187
atomic_t
scan_queue
; /* Set to non-zero when pkt_handle_queue */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
180
atomic_t
scan_queue
; /* Set to non-zero when pkt_handle_queue */
member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_mlme.c
688
struct __queue *
scan_queue
= &pmlmepriv->scanned_queue;
in free_scanqueue()
local
692
spin_lock_bh(&
scan_queue
->lock);
in free_scanqueue()
695
phead = get_list_head(
scan_queue
);
in free_scanqueue()
706
spin_unlock_bh(&
scan_queue
->lock);
in free_scanqueue()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
1112
atomic_set(&pd->
scan_queue
, 0);
in pkt_handle_queue()
1339
atomic_set(&pd->
scan_queue
, 1);
in pkt_handle_packets()
1384
if (atomic_read(&pd->
scan_queue
) > 0)
in kcdrwd()
2357
atomic_set(&pd->
scan_queue
, 1);
in pkt_make_request_write()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme.c
930
struct __queue *
scan_queue
= &pmlmepriv->scanned_queue;
in free_scanqueue()
local
934
spin_lock_bh(&
scan_queue
->lock);
in free_scanqueue()
937
phead = get_list_head(
scan_queue
);
in free_scanqueue()
949
spin_unlock_bh(&
scan_queue
->lock);
in free_scanqueue()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme.c
843
struct __queue *
scan_queue
= &pmlmepriv->scanned_queue;
in free_scanqueue()
local
846
spin_lock_bh(&
scan_queue
->lock);
in free_scanqueue()
849
phead = get_list_head(
scan_queue
);
in free_scanqueue()
860
spin_unlock_bh(&
scan_queue
->lock);
in free_scanqueue()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
1129
atomic_set(&pd->
scan_queue
, 0);
in pkt_handle_queue()
1395
atomic_set(&pd->
scan_queue
, 1);
in pkt_handle_packets()
1427
if (atomic_read(&pd->
scan_queue
) > 0)
in kcdrwd()
2415
atomic_set(&pd->
scan_queue
, 1);
in pkt_make_request_write()
Completed in 17 milliseconds