Home
last modified time | relevance | path

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

/include/linux/
Dflex_proportions.h44 struct fprop_local_single { struct
56 int fprop_local_init_single(struct fprop_local_single *pl); argument
57 void fprop_local_destroy_single(struct fprop_local_single *pl);
58 void __fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl);
60 struct fprop_local_single *pl, unsigned long *numerator,
64 void fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in fprop_inc_single()