OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_head
(Results
1 - 2
of
2
) sorted by null
/external/strace/
unwind.c
138
struct mmap_cache_t *
cache_head
;
local
153
cache_head
= xcalloc(cur_array_size, sizeof(*
cache_head
));
180
entry = &
cache_head
[tcp->mmap_cache_size - 1];
196
cache_head
= xreallocarray(
cache_head
, cur_array_size,
197
sizeof(*
cache_head
));
200
entry = &
cache_head
[tcp->mmap_cache_size];
208
tcp->mmap_cache =
cache_head
;
/external/dnsmasq/src/
cache.c
19
static struct crec *
cache_head
= NULL, *cache_tail = NULL, **hash_table = NULL;
variable in typeref:struct:crec
185
cache_head
= crecp;
202
if (
cache_head
) /* check needed for init code */
203
cache_head
->prev = crecp;
204
crecp->next =
cache_head
;
206
cache_head
= crecp;
217
cache_head
= crecp->next;
567
*chainp =
cache_head
;
632
*chainp =
cache_head
;
[
all
...]
Completed in 2241 milliseconds