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_wfs_next_blocking
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h
129
#define
cds_wfs_next_blocking
_cds_wfs_next_blocking
macro
226
*
cds_wfs_next_blocking
: get next node of a popped stack.
238
extern struct cds_wfs_node *
cds_wfs_next_blocking
(struct cds_wfs_node *node);
243
* Same as
cds_wfs_next_blocking
, but returns CDS_WFS_WOULDBLOCK if it
337
node =
cds_wfs_next_blocking
(node))
352
n = (node ?
cds_wfs_next_blocking
(node) : NULL); \
354
node = n, n = (node ?
cds_wfs_next_blocking
(node) : NULL))
/src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c
68
struct cds_wfs_node *
cds_wfs_next_blocking
(struct cds_wfs_node *node)
function
Completed in 22 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026