| 41 | static inline GList *_PG_get_prefetch_list(cache_t *cache, const request_t *req); |
| 42 | |
| 43 | const char *PG_default_params(void) { |
| 44 | return "lookahead-range=20, " |
| 45 | "block-size=1, max-metadata-size=0.1, " |
| 46 | "prefetch-threshold=0.05"; |
| 47 | } |
| 48 | |
| 49 | static void set_PG_default_init_params(PG_init_params_t *init_params) { |
| 50 | init_params->lookahead_range = 20; |
no outgoing calls
no test coverage detected