Searched refs:cache_get (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/ |
D | functools.py | 494 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/ |
D | includeTest.c | 274 cache_get(&head); in test_sunrpc_cache()
|
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.h | 188 extern struct file_buffer *cache_get(struct cache *, long long);
|
D | caches-queues-lists.c | 440 struct file_buffer *cache_get(struct cache *cache, long long index) in cache_get() function
|
D | unsquashfs.c | 334 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()
|
D | mksquashfs.c | 1686 struct file_buffer *fragment = cache_get(fragment_buffer, fragments); in allocate_fragment() 2564 cache_get(fwriter_buffer, file_buffer->block); in frag_deflator()
|