Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst117 rte_tel_data_add_dict_int(d, "Prep time (mins)", 25);
118 rte_tel_data_add_dict_int(d, "Cooking time (mins)", 30);
124 {"/example_lib/brownie_recipe": {"Recipe": "Brownies", "Prep time (mins)": 25,
125 "Cooking time (mins)": 30, "Serves": 16}}
/f-stack/tools/ifconfig/
H A Daf_inet6.c431 int days, hours, mins, secs; local
438 mins = (total / 60) % 60;
449 if (!first || mins) {
451 p += sprintf(p, "%dm", mins);
/f-stack/tools/ndp/
H A Dndp.c1436 int days, hours, mins, secs; in sec2str() local
1444 mins = (total / 60) % 60; in sec2str()
1461 if (!first || mins) { in sec2str()
1463 n = snprintf(p, ep - p, "%dm", mins); in sec2str()
/f-stack/dpdk/doc/guides/nics/
H A Dixgbe.rst203 max_read_interval = ~4 mins 48 sec.
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7275 uint64_t mins = (total / 60) % 60; in secs_to_dhms() local
7281 (u_longlong_t)mins, (u_longlong_t)secs); in secs_to_dhms()
7284 (u_longlong_t)hours, (u_longlong_t)mins, in secs_to_dhms()