Searched refs:times (Results 1 - 25 of 88) sorted by last modified time

1234

/linux-master/net/ipv4/
H A Dicmp.c108 __be32 times[3]; member in struct:icmp_bxm::__anon158
1158 icmp_param.data.times[1] = inet_current_timestamp();
1159 icmp_param.data.times[2] = icmp_param.data.times[1];
1161 BUG_ON(skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4));
/linux-master/fs/bcachefs/
H A Dsuper.c543 bch2_time_stats_exit(&c->times[i]);
779 bch2_time_stats_init(&c->times[i]);
824 c->journal.flush_write_time = &c->times[BCH_TIME_journal_flush_write];
825 c->journal.noflush_write_time = &c->times[BCH_TIME_journal_noflush_write];
826 c->journal.flush_seq_time = &c->times[BCH_TIME_journal_flush_seq];
H A Djournal_io.c1682 track_event_change(&c->times[BCH_TIME_blocked_journal_max_in_flight], false);
H A Dbtree_update_interior.c576 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_total],
1127 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_foreground],
1738 bch2_time_stats_update(&c->times[n2
2107 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_merge], start_time);
H A Dbtree_io.c330 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort],
400 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort],
993 /* We might get called multiple times on read retry: */
1264 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read_done], start_time);
1339 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read],
1573 * XXX This allocates multiple times from the same mempools, and can deadlock
H A Dbtree_gc.c1973 bch2_time_stats_update(&c->times[BCH_TIME_btree_gc], start_time);
H A Dsysfs.c774 bch2_time_stats_to_text(out, &c->times[BCH_TIME_##name]);
H A Dbtree_cache.c664 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_mem_alloc],
H A Dbcachefs.h1122 struct bch2_time_stats times[BCH_TIME_STAT_NR]; member in struct:bch_fs
H A Djournal_reclaim.c65 if (track_event_change(&c->times[BCH_TIME_blocked_journal_low_on_space], low_on_space) ||
66 track_event_change(&c->times[BCH_TIME_blocked_journal_low_on_pin], low_on_pin) ||
67 track_event_change(&c->times[BCH_TIME_blocked_write_buffer_full], low_on_wb))
H A Dalloc_foreground.c241 track_event_change(&c->times[BCH_TIME_blocked_allocate_open_bucket], true);
267 track_event_change(&c->times[BCH_TIME_blocked_allocate_open_bucket], false);
268 track_event_change(&c->times[BCH_TIME_blocked_allocate], false);
556 track_event_change(&c->times[BCH_TIME_blocked_allocate], true);
H A Djournal.c569 track_event_change(&c->times[BCH_TIME_blocked_journal_max_in_flight], true)) {
H A Dio_write.c460 bch2_time_stats_update(&c->times[BCH_TIME_data_write], op->start_time);
H A Dio_read.c137 bch2_time_stats_update(&c->times[BCH_TIME_data_promote],
359 bch2_time_stats_update(&rbio->c->times[BCH_TIME_data_read],
/linux-master/include/linux/
H A Dfs.h1135 #define SB_NOATIME BIT(10) /* Do not update access times. */
1136 #define SB_NODIRATIME BIT(11) /* Do not update directory access times */
1142 #define SB_LAZYTIME BIT(25) /* Update the on-disk [acm]times lazily */
1919 int vfs_utimes(const struct path *path, struct timespec64 *times);
2197 #define S_NOATIME (1 << 1) /* Do not update access times */
3483 * written to multiple times.
H A Dsyscalls.h1047 struct utimbuf __user *times);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h629 /* Number of times hotplug detection was tried after an HPD interrupt */
1541 unsigned int times[17]; /* [1us, 16ms] */ member in struct:intel_crtc::__anon48::__anon49
H A Dintel_display_debugfs.c461 for (row = 0; row < ARRAY_SIZE(crtc->debug.vbl.times); row++)
462 count += crtc->debug.vbl.times[row];
467 for (row = 0; row < ARRAY_SIZE(crtc->debug.vbl.times); row++) {
486 if (crtc->debug.vbl.times[row]) {
487 x = ilog2(crtc->debug.vbl.times[row]);
H A Dintel_crtc.c543 if (h >= ARRAY_SIZE(crtc->debug.vbl.times))
544 h = ARRAY_SIZE(crtc->debug.vbl.times) - 1;
545 crtc->debug.vbl.times[h]++;
/linux-master/kernel/
H A Dsys.c26 #include <linux/times.h>
1023 SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
1042 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf)
H A Dsysctl.c48 #include <linux/times.h>
/linux-master/drivers/iio/
H A Dindustrialio-gts-helper.c200 * the times are in the order of preference and greater times are
269 * supported gains and times can provide.
339 * iio_gts_build_avail_time_table - build table of available integration times
342 * Build the table which can represent the available times to be returned
352 int *times, i, j, idx = 0, *int_micro_times; local
357 times = kcalloc(gts->num_itime, sizeof(int), GFP_KERNEL);
358 if (!times)
361 /* Sort times from all tables to one and remove duplicates */
365 if (times[id
[all...]
/linux-master/tools/perf/util/
H A Dstat.h99 int times; member in struct:perf_stat_config
/linux-master/tools/perf/
H A Dbuiltin-stat.c459 static bool handle_interval(unsigned int interval, int *times) argument
463 if (interval_count && !(--(*times)))
588 static int dispatch_events(bool forks, int timeout, int interval, int *times) argument
614 if (timeout || handle_interval(interval, times))
692 int times = stat_config.times; local
888 status = dispatch_events(forks, timeout, interval, &times);
904 status = dispatch_events(forks, timeout, interval, &times);
1231 OPT_INTEGER(0, "interval-count", &stat_config.times,
1232 "print counts for fixed number of times"),
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c209 u32 times[5]; local
223 for (i = 0; i < ARRAY_SIZE(times); i++) {
252 times[i] = ktime_us_delta(t1, t0);
255 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL);
259 times[ARRAY_SIZE(times) / 2],
260 times[0],
261 times[ARRAY_SIZ
[all...]

Completed in 397 milliseconds

1234