Searched refs:times (Results 51 - 75 of 88) sorted by relevance

1234

/linux-master/lib/zlib_deflate/
H A Ddeflate.c824 Call UPDATE_HASH() MIN_MATCH-3 more times
993 Call UPDATE_HASH() MIN_MATCH-3 more times
/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 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 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],
H A Dbcachefs.h1122 struct bch2_time_stats times[BCH_TIME_STAT_NR]; member in struct:bch_fs
H A Dsysfs.c774 bch2_time_stats_to_text(out, &c->times[BCH_TIME_##name]);
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_cache.c664 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_mem_alloc],
H A Dio_write.c460 bch2_time_stats_update(&c->times[BCH_TIME_data_write], op->start_time);
H A Djournal.c569 track_event_change(&c->times[BCH_TIME_blocked_journal_max_in_flight], true)) {
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c313 u8 times; local
329 times = 100 / tbtt_interval;
331 times++;
333 para[1] = FIELD_PREP(PARA1_H2C69_TBTT_TIMES, times);
335 times = tbtt_interval / 100;
337 times--;
339 para[1] = FIELD_PREP(PARA1_H2C69_TBTT_TIMES, times) |
/linux-master/arch/powerpc/include/asm/
H A Dspu.h167 unsigned long long times[SPU_UTIL_MAX]; member in struct:spu::__anon32
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_base.c623 unsigned long long time = spu->stats.times[state];
/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/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S237 # matrix four times across eight AVX registers. It performs matrix
542 # the state matrix in AVX registers eight times. As we need some
H A Dchacha-avx512vl-x86_64.S200 # matrix four times across eight AVX registers. It performs matrix
466 # the state matrix in AVX registers eight times. Compared to AVX2, this
H A Dchacha-ssse3-x86_64.S231 # the state matrix in SSE registers four times. As we need some scratch
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c987 atomic_set(&vm->fault_attr.times, -1);
1048 atomic_set(&vm->fault_attr.times, -1);
/linux-master/net/bridge/
H A Dbr_sysfs_br.c17 #include <linux/times.h>
H A Dbr_fdb.c14 #include <linux/times.h>
/linux-master/fs/proc/
H A Darray.c82 #include <linux/times.h>
/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
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S403 # - according to Knuth, this is done only 2 out of 65536 times for random
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c537 atomic_set(&engine->reset_timeout.times, -1);
1180 pr_err("i915_reset_engine(%s:%s): reset %lu times, but reported %lu\n",

Completed in 503 milliseconds

1234