Searched refs:new_divisor (Results 1 – 2 of 2) sorted by relevance
146 int old_divisor, new_divisor; in dn_rehash_zone() local153 new_divisor = 256; in dn_rehash_zone()161 new_divisor = 1024; in dn_rehash_zone()166 ht = kcalloc(new_divisor, sizeof(struct dn_fib_node*), GFP_KERNEL); in dn_rehash_zone()174 dz->dz_divisor = new_divisor; in dn_rehash_zone()
444 int new_divisor; in oti6858_set_termios() local447 new_divisor = (96000000 + 8 * br) / (16 * br); in oti6858_set_termios()448 real_br = 96000000 / (16 * new_divisor); in oti6858_set_termios()449 divisor = cpu_to_le16(new_divisor); in oti6858_set_termios()