Searched refs:h_init (Results 1 – 3 of 3) sorted by relevance
255 struct fixed31_32 h_init; in calculate_inits() local263 h_init = in calculate_inits()269 inits->h_init.integer = dc_fixpt_floor(h_init); in calculate_inits()270 inits->h_init.fraction = dc_fixpt_u0d19(h_init) << 5; in calculate_inits()294 SCL_H_INIT_INT, inits->h_init.integer, in program_scl_ratios_inits()295 SCL_H_INIT_FRAC, inits->h_init.fraction); in program_scl_ratios_inits()
456 struct init_int_and_frac h_init; member
583 static int h_init(struct smq_hash_table *ht, struct entry_space *es, unsigned nr_entries) in h_init() function1793 if (h_init(&mq->table, &mq->es, from_cblock(cache_size))) in __smq_create()1796 if (h_init(&mq->hotspot_table, &mq->es, mq->nr_hotspot_blocks)) in __smq_create()