Home
last modified time | relevance | path

Searched refs:time (Results 2376 - 2400 of 4132) sorted by relevance

1...<<919293949596979899100>>...166

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c32 #include "util/time-utils.h"
171 {.str = "time", .field = PERF_OUTPUT_TIME},
682 pr_err("Can't provide 'tod' time, missing clock data. " in perf_session__check_output_opt()
862 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
867 u64 t = sample->time; in perf_sample__fprintf_start()
870 initial_time = sample->time; in perf_sample__fprintf_start()
871 t = sample->time - initial_time; in perf_sample__fprintf_start()
874 t = sample->time - previous_time; in perf_sample__fprintf_start()
878 previous_time = sample->time; in perf_sample__fprintf_start()
2371 sample->time)) { in process_sample_event()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha256-avx-asm.S47 # This code schedules 1 block at a time, with 4 lanes per block
154 ## compute s0 four at a time and s1 two at a time
155 ## compute W[-16] + W[-7] 4 at a time
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vblank.c45 * From the computer's perspective, every time the monitor displays
47 * from top to bottom, one row of pixels at a time. The current row
58 * give the electron gun (on CRTs) enough time to move back to the top of
61 * time to move back to the other side of the screen to start scanning the
106 * points in time.
180 vblank->time = t_vblank; in store_vblank()
291 * a long time. in drm_update_vblank_count()
307 u64 diff_ns = ktime_to_ns(ktime_sub(t_vblank, vblank->time)); in drm_update_vblank_count()
468 * this time. This makes the count account for the entire time in drm_vblank_disable_and_save()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c575 void mt76_update_survey_active_time(struct mt76_phy *phy, ktime_t time) in mt76_update_survey_active_time() argument
579 state->cc_active += ktime_to_us(ktime_sub(time, in mt76_update_survey_active_time()
581 phy->survey_time = time; in mt76_update_survey_active_time()
674 survey->time = div_u64(state->cc_active, 1000); in mt76_get_survey()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c95 vp->time = emu->use_time++; in snd_emux_note_on()
423 vp->time = 0; in snd_emux_terminate_all()
425 /* initialize allocation time */ in snd_emux_terminate_all()
496 vp->time = emu->use_time++; in terminate_voice()
927 vp->time = 0; in snd_emux_init_voices()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c101 MODULE_PARM_DESC(slow_rsp_threshold, "Amount of time (in seconds) to wait "
185 * so for old servers set time granularity to 1 second while for in cifs_read_super()
279 /* are using part of create time for more randomness, see man statfs */ in cifs_statfs()
315 } else /* file mode might have been restricted at mount time in cifs_permission()
338 cifs_inode->time = 0; in cifs_alloc_inode()
983 * setting the revalidate time to zero. in cifs_llseek()
985 CIFS_I(inode)->time = 0; in cifs_llseek()
1137 CIFS_I(target_inode)->time = 0; in cifs_remap_file_range()
1203 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c321 u64 time = intel_gt_pm_interval_to_ns(gt, cycles); in live_rps_clock_interval() local
326 engine->name, cycles, time, dt, expected, in live_rps_clock_interval()
329 if (10 * time < 8 * dt || in live_rps_clock_interval()
330 8 * time > 10 * dt) { in live_rps_clock_interval()
331 pr_err("%s: rps clock time does not match walltime!\n", in live_rps_clock_interval()
886 /* And then wait for the timeout, for real this time */ in sleep_for_ei()
/kernel/linux/linux-6.6/drivers/memstick/core/
H A Dmspro_block.c119 unsigned short time; member
387 rc += sysfs_emit_at(buffer, rc, "time: %d:%d:%d\n", in mspro_block_attr_show_specfile()
388 x_spfile->time >> 11, in mspro_block_attr_show_specfile()
389 (x_spfile->time >> 5) & 0x3f, in mspro_block_attr_show_specfile()
390 (x_spfile->time & 0x1f) * 2); in mspro_block_attr_show_specfile()
446 * finished (and request processor should come back some time later).
/kernel/linux/linux-6.6/fs/fat/
H A Dnamei_vfat.c591 __le16 time, date; in vfat_build_slots() local
645 fat_time_unix2fat(sbi, ts, &time, &date, &time_cs); in vfat_build_slots()
646 de->time = de->ctime = time; in vfat_build_slots()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha256-avx-asm.S47 # This code schedules 1 block at a time, with 4 lanes per block
155 ## compute s0 four at a time and s1 two at a time
156 ## compute W[-16] + W[-7] 4 at a time
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vblank.c45 * From the computer's perspective, every time the monitor displays
47 * from top to bottom, one row of pixels at a time. The current row
58 * give the electron gun (on CRTs) enough time to move back to the top of
61 * time to move back to the other side of the screen to start scanning the
106 * points in time.
180 vblank->time = t_vblank; in store_vblank()
294 * a long time. in drm_update_vblank_count()
310 u64 diff_ns = ktime_to_ns(ktime_sub(t_vblank, vblank->time)); in drm_update_vblank_count()
474 * this time. This makes the count account for the entire time in drm_vblank_disable_and_save()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c328 u64 time = intel_gt_pm_interval_to_ns(gt, cycles); in live_rps_clock_interval() local
333 engine->name, cycles, time, dt, expected, in live_rps_clock_interval()
336 if (10 * time < 8 * dt || in live_rps_clock_interval()
337 8 * time > 10 * dt) { in live_rps_clock_interval()
338 pr_err("%s: rps clock time does not match walltime!\n", in live_rps_clock_interval()
888 /* And then wait for the timeout, for real this time */ in sleep_for_ei()
/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c527 static __always_inline bool time_has_passed(const struct timespec *time) in time_has_passed() argument
532 if (now.tv_sec > time->tv_sec) in time_has_passed()
534 if (now.tv_sec < time->tv_sec) in time_has_passed()
536 return (now.tv_nsec >= time->tv_nsec); in time_has_passed()
1730 "-r, --random\t\tArbitrarily sleep a certain amount of time, default\n" in show_usage()
1764 "\t\t\tthen print a message every time that the NRLAT value\n" in show_usage()
1770 "-u, --time TIME\t\tArbitrarily sleep for a specified time TIME ms before\n" in show_usage()
1844 { "time", required_argument, 0, 'u' }, in scan_arguments()
1939 check_alldigits(optarg, "-u [--time]"); in scan_arguments()
[all...]
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_synth.c95 vp->time = emu->use_time++; in snd_emux_note_on()
423 vp->time = 0; in snd_emux_terminate_all()
425 /* initialize allocation time */ in snd_emux_terminate_all()
496 vp->time = emu->use_time++; in terminate_voice()
928 vp->time = 0; in snd_emux_init_voices()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp245 struct AudioTimeStamp time; in HWTEST_F() local
260 ret = capture_->GetCapturePosition(capture_, &frames, &time); in HWTEST_F()
274 struct AudioTimeStamp time; in HWTEST_F() local
277 ret = capture_->GetCapturePosition(capture_, &frames, &time); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dnomadik-mtu.c21 #include <asm/mach/time.h>
202 * to wake-up at a max 127s a head in time. Dividing a 2.4 MHz timer in nmdk_timer_init()
H A Dmips-gic-timer.c21 #include <linux/time.h>
/kernel/linux/linux-5.10/arch/mips/ath25/
H A Dar2315.c27 #include <asm/time.h>
186 * a workaround. Give it some time to attempt a gpio based hardware in ar2315_restart()
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Diq31244.c31 #include <asm/mach/time.h>
H A Dn2100.c35 #include <asm/mach/time.h>
/kernel/linux/linux-5.10/drivers/base/test/
H A Dtest_async_driver_probe.c13 #include <linux/time.h>
30 * required amount of time and then report completion. in test_probe()
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
H A Dheart.h13 #include <linux/time.h>
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/
H A Dcore.c27 #include <asm/mach/time.h>
153 * Get the time offset from the system PIT. Note that if we have missed an
/kernel/linux/linux-5.10/arch/arm/mach-spear/
H A Dspear6xx.c24 #include <asm/mach/time.h>
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dmmp2.c20 #include <asm/mach/time.h>

Completed in 32 milliseconds

1...<<919293949596979899100>>...166