OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cds_lfq_node_rcu
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfqueue.h
20
struct
cds_lfq_node_rcu
{
struct
21
struct
cds_lfq_node_rcu
*next;
26
struct
cds_lfq_node_rcu
*head, *tail;
43
extern void cds_lfq_node_init_rcu(struct
cds_lfq_node_rcu
*node);
58
struct
cds_lfq_node_rcu
*node);
64
* node or modifying the
cds_lfq_node_rcu
structure.
68
struct
cds_lfq_node_rcu
*cds_lfq_dequeue_rcu(struct cds_lfq_queue_rcu *q);
/src/external/lgpl2/userspace-rcu/dist/src/
rculfqueue.c
19
void cds_lfq_node_init_rcu(struct
cds_lfq_node_rcu
*node)
36
void cds_lfq_enqueue_rcu(struct cds_lfq_queue_rcu *q, struct
cds_lfq_node_rcu
*node)
41
struct
cds_lfq_node_rcu
*
/src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
rculfqueue.h
26
struct
cds_lfq_node_rcu
parent;
50
struct
cds_lfq_node_rcu
*make_dummy(struct cds_lfq_queue_rcu *q,
51
struct
cds_lfq_node_rcu
*next)
73
void rcu_free_dummy(struct
cds_lfq_node_rcu
*node)
83
void free_dummy(struct
cds_lfq_node_rcu
*node)
93
void _cds_lfq_node_init_rcu(struct
cds_lfq_node_rcu
*node)
117
struct
cds_lfq_node_rcu
*head;
131
struct
cds_lfq_node_rcu
*node)
138
struct
cds_lfq_node_rcu
*tail, *next;
168
struct
cds_lfq_node_rcu
*node
[
all
...]
/src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfqueue/
cds_lfq_dequeue.c
22
struct
cds_lfq_node_rcu
node; /* Chaining in queue */
79
struct
cds_lfq_node_rcu
*qnode;
cds_lfq_enqueue.c
22
struct
cds_lfq_node_rcu
node; /* Chaining in queue */
/src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_lfq.c
115
struct
cds_lfq_node_rcu
list;
189
struct
cds_lfq_node_rcu
*qnode;
224
struct
cds_lfq_node_rcu
*snode;
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026