HomeSort by relevance Sort by last modified time
    Searched defs:backlog (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/linux-tools-perf/util/ui/
helpline.c 57 static int backlog; local
60 ret = vsnprintf(ui_helpline__last_msg + backlog,
61 sizeof(ui_helpline__last_msg) - backlog, format, ap);
62 backlog += ret;
64 if (ui_helpline__last_msg[backlog - 1] == '\n') {
67 backlog = 0;