HomeSort by relevance Sort by last modified time
    Searched refs:max_p (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
q_gred.c 133 __u32 max_P;
264 max_P = probability * pow(2, 32);
265 addattr32(n, 1024, TCA_GRED_MAX_P, max_P);
275 __u32 *max_p = NULL; local
292 max_p = RTA_DATA(tb[TCA_GRED_MAX_P]);
327 if (max_p)
328 fprintf(f, "probability %lg ", max_p[i] / pow(2, 32));
  /external/vboot_reference/cgpt/
cgpt_prioritize.c 30 static group_list_t *NewGroupList(int max_p) {
34 gl->max_parts = max_p;
40 gl->group[i].part = (uint32_t *)malloc(sizeof(uint32_t) * max_p);

Completed in 2880 milliseconds