Home
last modified time | relevance | path

Searched refs:cache_get (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/
Dfunctools.py494 cache_get = cache.get # bound method to lookup a key or return None
515 result = cache_get(key, sentinel)
531 link = cache_get(key)
/external/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c274 cache_get(&head); in test_sunrpc_cache()
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h188 extern struct file_buffer *cache_get(struct cache *, long long);
Dcaches-queues-lists.c440 struct file_buffer *cache_get(struct cache *cache, long long index) in cache_get() function
Dunsquashfs.c334 struct cache_entry *cache_get(struct cache *cache, long long block, int size) in cache_get() function
1041 block->buffer = cache_get(data_cache, start, in write_file()
1056 block->buffer = cache_get(fragment_cache, start, size); in write_file()
Dmksquashfs.c1686 struct file_buffer *fragment = cache_get(fragment_buffer, fragments); in allocate_fragment()
2564 cache_get(fwriter_buffer, file_buffer->block); in frag_deflator()