/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 32 #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 D | sha256-avx-asm.S | 47 # 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 D | drm_vblank.c | 45 * 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 D | mac80211.c | 575 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 D | emux_synth.c | 95 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 D | cifsfs.c | 101 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 D | selftest_rps.c | 321 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 D | mspro_block.c | 119 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 D | namei_vfat.c | 591 __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 D | sha256-avx-asm.S | 47 # 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 D | drm_vblank.c | 45 * 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 D | selftest_rps.c | 328 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 D | latency-collector.c | 527 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 D | emux_synth.c | 95 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 D | audio_capture_common_test.cpp | 245 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 D | nomadik-mtu.c | 21 #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 D | mips-gic-timer.c | 21 #include <linux/time.h>
|
/kernel/linux/linux-5.10/arch/mips/ath25/ |
H A D | ar2315.c | 27 #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 D | iq31244.c | 31 #include <asm/mach/time.h>
|
H A D | n2100.c | 35 #include <asm/mach/time.h>
|
/kernel/linux/linux-5.10/drivers/base/test/ |
H A D | test_async_driver_probe.c | 13 #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 D | heart.h | 13 #include <linux/time.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/ |
H A D | core.c | 27 #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 D | spear6xx.c | 24 #include <asm/mach/time.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | mmp2.c | 20 #include <asm/mach/time.h>
|