Searched refs:max_p (Results 1 – 3 of 3) sorted by relevance
271 __u32 *max_p = NULL; in gred_print_opt() local289 max_p = RTA_DATA(tb[TCA_GRED_MAX_P]); in gred_print_opt()324 if (max_p) in gred_print_opt()325 fprintf(f, "probability %lg ", max_p[i] / pow(2, 32)); in gred_print_opt()
30 static group_list_t *NewGroupList(int max_p) { in NewGroupList() argument34 gl->max_parts = max_p; in NewGroupList()40 gl->group[i].part = (uint32_t *)malloc(sizeof(uint32_t) * max_p); in NewGroupList()
1069 const u32 max_m = 1 << 5, max_n = 1 << 10, max_p = 1 << 3, in clock_set_display_rate() local1074 for (divp = 0, vco = frequency; vco < min_vco && divp < max_p; divp++) in clock_set_display_rate()