Searched refs:times (Results 76 - 88 of 88) sorted by path

1234

/linux-master/net/ipv4/
H A Dtcp_ipv4.c58 #include <linux/times.h>
/linux-master/net/ipv6/
H A Droute.c29 #include <linux/times.h>
6299 /* NETDEV_UNREGISTER could be fired for multiple times by
H A Dtcp_ipv6.c36 #include <linux/times.h>
/linux-master/tools/perf/
H A Dbuiltin-stat.c439 static bool handle_interval(unsigned int interval, int *times) argument
443 if (interval_count && !(--(*times)))
568 static int dispatch_events(bool forks, int timeout, int interval, int *times) argument
594 if (timeout || handle_interval(interval, times))
672 int times = stat_config.times; local
868 status = dispatch_events(forks, timeout, interval, &times);
884 status = dispatch_events(forks, timeout, interval, &times);
1211 OPT_INTEGER(0, "interval-count", &stat_config.times,
1212 "print counts for fixed number of times"),
[all...]
/linux-master/tools/perf/util/
H A Devlist.c2256 * @times: time ranges that events are enabled (N.B. this is also accessed as an
2261 * @times_step: current position in (int *)@times)[],
2269 struct event_enable_time *times; member in struct:event_enable_timer
2315 eet->times = calloc(times_cnt, sizeof(*eet->times));
2316 if (!eet->times) {
2321 if (parse_event_enable_times(str, eet->times) != times_cnt) {
2343 opts->target.initial_delay = eet->times[0].start;
2350 zfree(&eet->times);
2378 ms = eet->times[
2417 int *times = (int *)eet->times; /* Accessing 'times' as array of int */ local
[all...]
H A Dstat.h100 int times; member in struct:perf_stat_config
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1443 # contents: times for phase start/end, order/color data for html
1448 # contents: start/stop times, pid/cpu/driver info
1844 text = '%.0f (%s ms waking %d times)' % (tL * 1000, tTry, tCnt)
2132 def addProcessUsageEvent(self, name, times):
2133 # get the start and end times for this process
2136 for t in sorted(times):
2156 # get an array of process names and times
4700 # extra detail when the times come from multiple sources
6337 m = re.match('.*waking *(?P<n>[0-9]*) *times.*', low)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c208 static int compute_events(u64 *times, double *events_mean, double *events_stddev, u64 *mean_time) argument
217 if (!times[i])
219 *mean_time += times[i];
220 *events_mean += events_from_time(times[i]);
231 double events_i = *events_mean - events_from_time(times[i]);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c122 if (pinginfo->times[i] == 0)
127 pinginfo->times[i] = recvtime -
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c53 if (pinginfo.times[i] == 0)
60 (double)pinginfo.times[i]/1000000);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kmem.c131 void *arg, int times)
136 for (i = 0; i < times; i++) {
129 cg_run_in_subcgroups(const char *parent, int (*fn)(const char *cgroup, void *arg), void *arg, int times) argument
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c44 #include <sys/times.h>
713 clock_t clock = times(&timebuf);
723 /* times() should never return. */
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c195 int trigger_uevent(unsigned int times) argument
208 for (i = 0; i < times; i++) {

Completed in 349 milliseconds

1234