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:global_queue
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi.h
155
struct
global_queue
{
struct
270
struct
global_queue
**global_queues;
H
A
D
qedi_debugfs.c
140
struct
global_queue
*que = NULL;
in qedi_gbl_ctx_show()
H
A
D
qedi_main.c
1267
struct
global_queue
*que;
in qedi_process_completions()
1319
struct
global_queue
*que;
in qedi_fp_has_work()
1519
struct
global_queue
**gl = qedi->global_queues;
in qedi_free_global_queues()
1649
qedi->global_queues = kzalloc((sizeof(struct
global_queue
*) *
in qedi_alloc_global_queues()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi.h
155
struct
global_queue
{
struct
270
struct
global_queue
**global_queues;
H
A
D
qedi_debugfs.c
140
struct
global_queue
*que = NULL;
in qedi_gbl_ctx_show()
H
A
D
qedi_main.c
1266
struct
global_queue
*que;
in qedi_process_completions()
1318
struct
global_queue
*que;
in qedi_fp_has_work()
1518
struct
global_queue
**gl = qedi->global_queues;
in qedi_free_global_queues()
1645
qedi->global_queues = kzalloc((sizeof(struct
global_queue
*) *
in qedi_alloc_global_queues()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf.h
264
struct
global_queue
{
struct
362
struct
global_queue
**global_queues;
H
A
D
qedf_main.c
2190
struct
global_queue
*que;
in qedf_fp_has_work()
2220
struct
global_queue
*que;
in qedf_process_completions()
2932
struct
global_queue
**gl = qedf->global_queues;
in qedf_free_global_queues()
3055
qedf->global_queues = kzalloc((sizeof(struct
global_queue
*)
in qedf_alloc_global_queues()
3074
qedf->global_queues[i] = kzalloc(sizeof(struct
global_queue
),
in qedf_alloc_global_queues()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf.h
269
struct
global_queue
{
struct
368
struct
global_queue
**global_queues;
H
A
D
qedf_main.c
2194
struct
global_queue
*que;
in qedf_fp_has_work()
2224
struct
global_queue
*que;
in qedf_process_completions()
2934
struct
global_queue
**gl = qedf->global_queues;
in qedf_free_global_queues()
3054
qedf->global_queues = kzalloc((sizeof(struct
global_queue
*)
in qedf_alloc_global_queues()
3073
qedf->global_queues[i] = kzalloc(sizeof(struct
global_queue
),
in qedf_alloc_global_queues()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-bufio.c
203
static LIST_HEAD(
global_queue
);
348
list_add(&b->global_list, &
global_queue
);
in adjust_total_allocated()
1963
if (unlikely(list_empty(&
global_queue
)))
in do_global_cleanup()
1965
b = list_entry(
global_queue
.prev, struct dm_buffer, global_list);
in do_global_cleanup()
1969
list_move(&b->global_list, &
global_queue
);
in do_global_cleanup()
1995
list_move(&b->global_list, &
global_queue
);
in do_global_cleanup()
Completed in 26 milliseconds