HomeSort by relevance Sort by last modified time
    Searched full:poll_per (Results 1 - 3 of 3) sorted by null

  /device/google/marlin/dataservices/datatop/src/
datatop_opt.h 59 * @var cli_opts::poll_per
72 long int poll_per; /* -i option */ member in struct:cli_opts
datatop_opt.c 102 clopts->poll_per = strtol(optarg, 0, 10);
103 if (clopts->poll_per <= 0) {
148 if (clopts->poll_per == 0)
149 clopts->poll_per = DEFAULT_POLL_INTERVAL;
datatop.c 124 timeout.tv_sec = usr_cl_opts.poll_per;

Completed in 100 milliseconds