Searched refs:DSO__DATA_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
52 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20)75 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,81 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,
125 #define DSO__DATA_CACHE_SIZE 4096 macro126 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1)
761 ssize_t size = DSO__DATA_CACHE_SIZE; in bpf_read()827 end = cache->offset + DSO__DATA_CACHE_SIZE; in __dso_cache__find()855 end = cache->offset + DSO__DATA_CACHE_SIZE; in dso_cache__insert()906 ret = pread(dso->data.fd, data, DSO__DATA_CACHE_SIZE, offset); in file_read()920 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__populate()931 *ret = DSO__DATA_CACHE_SIZE; in dso_cache__populate()