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:temp_queue
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/netrom/
H
A
D
nr_in.c
149
struct sk_buff_head
temp_queue
;
in nr_state3_machine()
local
230
skb_queue_head_init(&
temp_queue
);
in nr_state3_machine()
240
skb_queue_tail(&
temp_queue
, skbn);
in nr_state3_machine()
243
skb_queue_tail(&
temp_queue
, skbn);
in nr_state3_machine()
248
while ((skbn = skb_dequeue(&
temp_queue
)) != NULL) {
in nr_state3_machine()
/kernel/linux/linux-6.6/net/netrom/
H
A
D
nr_in.c
149
struct sk_buff_head
temp_queue
;
in nr_state3_machine()
local
229
skb_queue_head_init(&
temp_queue
);
in nr_state3_machine()
239
skb_queue_tail(&
temp_queue
, skbn);
in nr_state3_machine()
242
skb_queue_tail(&
temp_queue
, skbn);
in nr_state3_machine()
247
while ((skbn = skb_dequeue(&
temp_queue
)) != NULL) {
in nr_state3_machine()
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
fsl-qdma.c
634
struct fsl_qdma_queue *
temp_queue
;
in fsl_qdma_queue_transfer_complete()
local
659
temp_queue
= fsl_queue + i;
in fsl_qdma_queue_transfer_complete()
661
spin_lock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
662
if (list_empty(&
temp_queue
->comp_used)) {
in fsl_qdma_queue_transfer_complete()
664
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
668
fsl_comp = list_first_entry(&
temp_queue
->comp_used,
in fsl_qdma_queue_transfer_complete()
673
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
688
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
702
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
fsl-qdma.c
636
struct fsl_qdma_queue *
temp_queue
;
in fsl_qdma_queue_transfer_complete()
local
661
temp_queue
= fsl_queue + i;
in fsl_qdma_queue_transfer_complete()
663
spin_lock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
664
if (list_empty(&
temp_queue
->comp_used)) {
in fsl_qdma_queue_transfer_complete()
666
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
670
fsl_comp = list_first_entry(&
temp_queue
->comp_used,
in fsl_qdma_queue_transfer_complete()
675
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
690
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
704
spin_unlock(&
temp_queue
->queue_lock);
in fsl_qdma_queue_transfer_complete()
Completed in 5 milliseconds