Home
last modified time | relevance | path

Searched refs:reciprocal_divide (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dreciprocal_div.h33 static inline u32 reciprocal_divide(u32 a, struct reciprocal_value R) in reciprocal_divide() function
H A Dslab_def.h112 return reciprocal_divide(offset, cache->reciprocal_buffer_size); in obj_to_index()
H A Dslub_def.h182 return reciprocal_divide(kasan_reset_tag(obj) - addr, in __obj_to_index()
H A Dhyperv.h219 return reciprocal_divide( in hv_get_avail_to_write_percent()
/OK3568_Linux_fs/kernel/include/net/
H A Dred.h367 return reciprocal_divide(prandom_u32(), p->max_P_reciprocal); in red_random()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport.c414 ids_index = hash - ids->n_ids * reciprocal_divide(hash, ids->rn_ids); in ovs_vport_find_upcall_portid()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_netem.c350 u32 cells = reciprocal_divide(len, q->cell_size_reciprocal); in packet_time_ns()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c4293 slave_id = reciprocal_divide(bond->rr_tx_counter, in bond_rr_gen_slave_id()