Searched refs:DSO__DATA_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20)76 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,82 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,
856 ssize_t size = DSO__DATA_CACHE_SIZE; in bpf_read()924 end = cache->offset + DSO__DATA_CACHE_SIZE; in __dso_cache__find()952 end = cache->offset + DSO__DATA_CACHE_SIZE; in dso_cache__insert()1003 ret = pread(dso__data(dso)->fd, data, DSO__DATA_CACHE_SIZE, offset); in file_read()1017 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__populate()1028 *ret = DSO__DATA_CACHE_SIZE; in dso_cache__populate()
187 #define DSO__DATA_CACHE_SIZE 4096 macro188 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1)