HomeSort by: relevance | last modified time | path
    Searched defs:update_vf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 109 static void update_vf(struct hfsc_class *, int, u_int64_t);
812 update_vf(cl, len, cur_time);
896 update_vf(cl, 0, 0); /* remove cl from the actlist */
918 * actlist is now handled in update_vf() so that update_vf(cl, 0, 0)
1058 update_vf(struct hfsc_class *cl, int len, u_int64_t cur_time) function in typeref:typename:void
1853 update_vf(cl, 0, cur_time);

Completed in 13 milliseconds