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,
821 ssize_t size = DSO__DATA_CACHE_SIZE; in bpf_read()889 end = cache->offset + DSO__DATA_CACHE_SIZE; in __dso_cache__find()917 end = cache->offset + DSO__DATA_CACHE_SIZE; in dso_cache__insert()968 ret = pread(dso__data(dso)->fd, data, DSO__DATA_CACHE_SIZE, offset); in file_read()982 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__populate()993 *ret = DSO__DATA_CACHE_SIZE; in dso_cache__populate()
127 #define DSO__DATA_CACHE_SIZE 4096 macro128 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1)