OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_next
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_prio_q.c
63
my_queue->front = my_queue->front->
node_next
;
93
new_node->
node_next
= NULL;
119
if (pn->
node_next
== NULL)
122
return pn->
node_next
+ 1;
163
j = j->
node_next
;
167
new_node->
node_next
= my_queue->front;
170
new_node->
node_next
= i->
node_next
;
171
i->
node_next
= new_node;
189
my_queue->front = my_node->
node_next
;
[
all
...]
/src/external/bsd/ntp/dist/include/
ntp_prio_q.h
29
#define
node_next
nodeu.next
macro
/src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c
1206
uintptr_t *
node_next
;
local
1235
* NOTE: The
node_next
variable is present to avoid breaking
1238
node_next
= (uintptr_t*)&node->next;
1239
uatomic_or_mo(
node_next
, REMOVED_FLAG, CMM_RELEASE);
/src/sys/ufs/chfs/
chfs.h
169
node_next
(struct chfs_node_ref *nref)
function
chfs_gc.c
556
nref =
node_next
(nref);
/src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html
2946
$
node_next
= ''; # current node next name
3184
($node, $
node_next
, $node_prev, $node_up) = split(/,/);
3186
&normalise_node($
node_next
);
3626
$node2next{$node} = $
node_next
;
3633
$
node_next
= '';
3635
$
node_next
= '';
/src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html
2946
$
node_next
= ''; # current node next name
3184
($node, $
node_next
, $node_prev, $node_up) = split(/,/);
3186
&normalise_node($
node_next
);
3626
$node2next{$node} = $
node_next
;
3633
$
node_next
= '';
3635
$
node_next
= '';
Completed in 32 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026