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)
799 ssize_t size = DSO__DATA_CACHE_SIZE; in bpf_read()865 end = cache->offset + DSO__DATA_CACHE_SIZE; in __dso_cache__find()893 end = cache->offset + DSO__DATA_CACHE_SIZE; in dso_cache__insert()944 ret = pread(dso->data.fd, data, DSO__DATA_CACHE_SIZE, offset); in file_read()958 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__populate()969 *ret = DSO__DATA_CACHE_SIZE; in dso_cache__populate()