Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq_pie.c330 q->p_params.tupdate = in fq_pie_change()
379 unsigned long next, tupdate; in fq_pie_timer() local
397 tupdate = q->p_params.tupdate; in fq_pie_timer()
401 next = tupdate; in fq_pie_timer()
403 if (tupdate) in fq_pie_timer()
479 jiffies_to_usecs(q->p_params.tupdate)) || in fq_pie_dump()
547 q->p_params.tupdate = 0; in fq_pie_destroy()
H A Dsch_pie.c164 q->params.tupdate = in pie_change()
432 if (q->params.tupdate) in pie_timer()
433 mod_timer(&q->adapt_timer, jiffies + q->params.tupdate); in pie_timer()
476 jiffies_to_usecs(q->params.tupdate)) || in pie_dump()
541 q->params.tupdate = 0; in pie_destroy()
/openbmc/linux/include/net/
H A Dpie.h30 u32 tupdate; member
92 params->tupdate = usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */ in pie_params_init()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dupdate-alternatives.bbclass281 …alt_setup_links += '\tupdate-alternatives --install %s %s %s %s\n' % (alt_link, alt_name, alt_tar…
282 alt_remove_links += '\tupdate-alternatives --remove %s %s\n' % (alt_name, alt_target)
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1463 - (DISTFILES,distclean): move tupdate.perl to src/
1480 - (distclean): remove po-to-tbl.sed and tupdate.perl.
1482 - * tupdate.perl.in: Substitute Perl path even in exec line.
1487 - * tupdate.perl.in: use "Updated: " in msgid "".
1509 - * tupdate.perl.in: Fix die message.
1525 - * tupdate.perl.in: Complete rewrite for new .po file format.
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch837 + printf("\t--single-frame\t\tupdate the display only once\n");