OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_freelist
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
caches-queues-lists.c
284
int
first_freelist
)
320
cache->
first_freelist
=
first_freelist
;
402
if(cache->
first_freelist
&& cache->free_list)
407
} else if(!cache->
first_freelist
&& cache->free_list)
540
if(cache->
first_freelist
&& cache->free_list)
545
} else if(!cache->
first_freelist
&& cache->free_list)
caches-queues-lists.h
162
int
first_freelist
;
member in struct:cache
199
extern int
first_freelist
;
Completed in 3348 milliseconds