Home
last modified time | relevance | path

Searched refs:LEN_RUNTIME (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py45 LEN_RUNTIME = len("999999.999") # 10 variable
592 fmt += "{}{{:>{}}}".format(separator, LEN_RUNTIME*fix_csv_align)
612 fmt += "{}{{:{}.{}f}}".format(separator, LEN_RUNTIME*fix_csv_align, time_precision)
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c51 #define LEN_RUNTIME ((XHCI_MAXINTRS + 1) * 0x20) macro
61 #if (OFF_RUNTIME + LEN_RUNTIME) > OFF_DOORBELL
3397 xhci, "runtime", LEN_RUNTIME); in usb_xhci_realize()