OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/include/sys/
t_list.c
52
LIST_HEAD(listhead, entry) old_head,
new_head
, old_copy;
68
LIST_MOVE(&old_head, &
new_head
, entries);
72
n3 = LIST_FIRST(&
new_head
);
79
LIST_REMOVE(LIST_FIRST(&
new_head
), entries);
80
ATF_CHECK_MSG(LIST_EMPTY(&
new_head
), "New list not empty!");
/src/lib/libc/cdb/
cdbw.c
248
struct key_hash_head *head, *head2, *
new_head
;
local in function:cdbw_put_key
294
new_head
= calloc(sizeof(*
new_head
), new_hash_size);
295
if (
new_head
== NULL)
300
SLIST_INIT(
new_head
+ i);
307
head2 =
new_head
+
314
cdbw->hash =
new_head
;
Completed in 14 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025