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:spsc_node
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
spsc_queue.h
32
struct
spsc_node
{
struct
34
/* Stores
spsc_node
* */
35
struct
spsc_node
*next;
40
struct
spsc_node
*head;
42
/* atomic pointer to struct
spsc_node
* */
55
static inline struct
spsc_node
*spsc_queue_peek(struct spsc_queue *queue)
in spsc_queue_peek()
65
static inline bool spsc_queue_push(struct spsc_queue *queue, struct
spsc_node
*node)
in spsc_queue_push()
67
struct
spsc_node
**tail;
in spsc_queue_push()
73
tail = (struct
spsc_node
**)atomic_long_xchg(&queue->tail, (long)&node->next);
in spsc_queue_push()
89
static inline struct
spsc_node
*spsc_queue_po
[all...]
H
A
D
gpu_scheduler.h
191
struct
spsc_node
queue_node;
/kernel/linux/linux-6.6/include/drm/
H
A
D
spsc_queue.h
32
struct
spsc_node
{
struct
34
/* Stores
spsc_node
* */
35
struct
spsc_node
*next;
40
struct
spsc_node
*head;
42
/* atomic pointer to struct
spsc_node
* */
55
static inline struct
spsc_node
*spsc_queue_peek(struct spsc_queue *queue)
in spsc_queue_peek()
65
static inline bool spsc_queue_push(struct spsc_queue *queue, struct
spsc_node
*node)
in spsc_queue_push()
67
struct
spsc_node
**tail;
in spsc_queue_push()
73
tail = (struct
spsc_node
**)atomic_long_xchg(&queue->tail, (long)&node->next);
in spsc_queue_push()
89
static inline struct
spsc_node
*spsc_queue_po
[all...]
H
A
D
gpu_scheduler.h
337
struct
spsc_node
queue_node;
Completed in 3 milliseconds