Searched refs:new_divisor (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_hash.c147 int old_divisor, new_divisor; local
154 new_divisor = 256;
157 new_divisor = 1024;
164 new_divisor = (old_divisor << 1);
168 new_hashmask = (new_divisor - 1);
175 ht = fz_hash_alloc(new_divisor);
182 fz->fz_divisor = new_divisor;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_table.c146 int old_divisor, new_divisor; local
153 new_divisor = 256;
159 new_divisor = 1024;
164 ht = kcalloc(new_divisor, sizeof(struct dn_fib_node*), GFP_KERNEL);
172 dz->dz_divisor = new_divisor;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Doti6858.c446 int new_divisor; local
449 new_divisor = (96000000 + 8 * br) / (16 * br);
450 real_br = 96000000 / (16 * new_divisor);
451 divisor = cpu_to_le16(new_divisor);

Completed in 104 milliseconds