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:queue_free
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
queue.h
25
* Function: void
queue_free
(Queue_t *queue)
29
extern void
queue_free
(Queue_t *queue);
H
A
D
queue.c
83
* Function: void
queue_free
(Queue_t *queue)
87
void
queue_free
(Queue_t *queue)
in queue_free()
function
304
EXPORT_SYMBOL(
queue_free
);
variable
H
A
D
acornscsi.c
2950
queue_free
(&ashost->queues.disconnected);
in acornscsi_probe()
2951
queue_free
(&ashost->queues.issue);
in acornscsi_probe()
2978
queue_free
(&ashost->queues.disconnected);
in acornscsi_remove()
2979
queue_free
(&ashost->queues.issue);
in acornscsi_remove()
H
A
D
fas216.c
2869
queue_free
(&info->queues.issue);
in fas216_init()
2956
queue_free
(&info->queues.disconnected);
in fas216_release()
2957
queue_free
(&info->queues.issue);
in fas216_release()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H
A
D
queue.h
25
* Function: void
queue_free
(Queue_t *queue)
29
extern void
queue_free
(Queue_t *queue);
H
A
D
queue.c
87
* Function: void
queue_free
(Queue_t *queue)
91
void
queue_free
(Queue_t *queue)
in queue_free()
function
308
EXPORT_SYMBOL(
queue_free
);
variable
H
A
D
acornscsi.c
2856
queue_free
(&ashost->queues.disconnected);
in acornscsi_probe()
2857
queue_free
(&ashost->queues.issue);
in acornscsi_probe()
2884
queue_free
(&ashost->queues.disconnected);
in acornscsi_remove()
2885
queue_free
(&ashost->queues.issue);
in acornscsi_remove()
H
A
D
fas216.c
2871
queue_free
(&info->queues.issue);
in fas216_init()
2958
queue_free
(&info->queues.disconnected);
in fas216_release()
2959
queue_free
(&info->queues.issue);
in fas216_release()
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_clock.c
36
static inline int
queue_free
(struct timestamp_event_queue *q)
in queue_free()
function
59
if (!
queue_free
(queue))
in enqueue_external_timestamp()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_clock.c
37
static inline int
queue_free
(struct timestamp_event_queue *q)
in queue_free()
function
60
if (!
queue_free
(queue))
in enqueue_external_timestamp()
Completed in 15 milliseconds