Home
last modified time | relevance | path

Searched refs:time (Results 2001 - 2025 of 7580) sorted by relevance

1...<<81828384858687888990>>...304

/third_party/musl/compat/time32/
H A Dutimensat_time32.c2 #include <time.h>
H A Dclock_gettime32.c2 #include <time.h>
H A Dlstat_time32.c2 #include <time.h>
H A Dnanosleep_time32.c2 #include <time.h>
H A Dthrd_sleep_time32.c2 #include <time.h>
H A Dstat_time32.c2 #include <time.h>
/third_party/musl/libc-test/src/functional/
H A Dclock_gettime.c1 #include <time.h>
/third_party/musl/libc-test/src/functionalext/common/
H A Dtime_test_data.h21 #include <time.h>
/third_party/musl/libc-test/src/api/
H A Dsemaphore.c15 #include <time.h>
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dvfork.c19 #include <time.h>
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dclock_getcpuclockid.c16 #include <time.h>
H A Dnanosleep.c16 #include <time.h>
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_timezone_test.cpp3 #include <time.h>
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsleep.c18 #include <time.h>
H A Dusleep.c18 #include <time.h>
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjutil.c59 #include <sys/time.h>
/third_party/optimized-routines/string/include/
H A Dbenchlib.h9 #include <time.h>
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/
H A Dsntp_port.c27 #include <time.h>
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c566 * rewrite the time-stamp of the event record with the curren time
581 event->time.time = snd_seq_timer_get_cur_time(q->timer, true); in update_timestamp_of_queue()
584 event->time.tick = snd_seq_timer_get_cur_tick(q->timer); in update_timestamp_of_queue()
688 /* convert time according to flag with subscription */ in deliver_to_subscribers()
887 /* add the duration time */ in snd_seq_dispatch_event()
890 ev->time.tick += ev->data.note.duration; in snd_seq_dispatch_event()
894 ev->time.time in snd_seq_dispatch_event()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kvm.c36 #include <sys/time.h>
77 COMPARE_EVENT_KEY(time, time);
150 EV_METRIC_CMP(time)
171 EV_METRIC_ENTRY(time)
178 .name = "time",
253 EV_METRIC_PERCENT(time)
719 event->total.time = 0; in clear_events_cache_stats()
723 event->vcpu[i].time = 0; in clear_events_cache_stats()
826 vcpu_record->start_time = sample->time; in handle_begin_event()
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c2679 u64 time; in smb2_open() local
3328 time = ksmbd_UnixTimeToNT(stat.atime); in smb2_open()
3329 rsp->LastAccessTime = cpu_to_le64(time); in smb2_open()
3330 time = ksmbd_UnixTimeToNT(stat.mtime); in smb2_open()
3331 rsp->LastWriteTime = cpu_to_le64(time); in smb2_open()
3332 time = ksmbd_UnixTimeToNT(stat.ctime); in smb2_open()
3333 rsp->ChangeTime = cpu_to_le64(time); in smb2_open()
3720 u64 time; in smb2_populate_readdir_entry() local
3725 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->ctime); in smb2_populate_readdir_entry()
3726 posix_info->ChangeTime = cpu_to_le64(time); in smb2_populate_readdir_entry()
4482 u64 time; get_file_basic_info() local
4553 u64 time; get_file_all_info() local
4745 u64 time; get_file_network_open_info() local
4855 u64 time; find_file_posix_info() local
5402 u64 time; smb2_close() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c38 #include "time-utils.h"
167 u64 time; member
263 /* perf_time__ranges_skip_sample does not work if time is zero */ in intel_pt_log_events()
1317 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample()
1812 /* No support for guest mode at this time */ in intel_pt_synth_pebs_sample()
1829 sample.time = tsc_to_perf_time(timestamp, &pt->tc); in intel_pt_synth_pebs_sample()
2165 * To filter against time ranges, it is only necessary to look at the next start
2166 * or end time.
2173 /* Next time is an end time */ in intel_pt_next_time()
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c125 time_t time; member
301 time_t time);
904 * on all hardware so refuse it for time being. in drm_intel_gem_bo_alloc_userptr()
1003 * kernel mm tracking alive for our lifetime. The first time we in has_userptr()
1203 /** Frees all cached buffers significantly older than @time. */
1205 drm_intel_gem_cleanup_bo_cache(drm_intel_bufmgr_gem *bufmgr_gem, time_t time) in drm_intel_gem_cleanup_bo_cache() argument
1209 if (bufmgr_gem->time == time) in drm_intel_gem_cleanup_bo_cache()
1221 if (time - bo_gem->free_time <= 1) in drm_intel_gem_cleanup_bo_cache()
1230 bufmgr_gem->time in drm_intel_gem_cleanup_bo_cache()
1304 drm_intel_gem_bo_unreference_final(drm_intel_bo *bo, time_t time) drm_intel_gem_bo_unreference_final() argument
1369 drm_intel_gem_bo_unreference_locked_timed(drm_intel_bo *bo, time_t time) drm_intel_gem_bo_unreference_locked_timed() argument
1388 struct timespec time; drm_intel_gem_bo_unreference() local
2189 struct timespec time; drm_intel_gem_bo_clear_relocs() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsharpsl_pm.c262 dev_dbg(sharpsl_pm.dev, "Battery: voltage: %d, status: %d, percentage: %d, time: %ld\n", voltage, in sharpsl_battery_thread()
320 dev_dbg(sharpsl_pm.dev, "Toggling Charger at time: %lx\n", jiffies); in sharpsl_charge_toggle()
365 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies); in sharpsl_chrg_full_timer()
387 /* Can trigger at the same time as an AC status change so
667 dev_dbg(sharpsl_pm.dev, "SharpSL suspending for first time.\n"); in corgi_pxa_pm_enter()
698 int time; in sharpsl_off_charge_battery() local
724 int time; in sharpsl_off_charge_battery() local
738 time = RCNR; in sharpsl_off_charge_battery()
744 if ((RCNR - time) > SHARPSL_WAIT_CO_TIME) in sharpsl_off_charge_battery()
761 time in sharpsl_off_charge_battery()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsharpsl_pm.c258 dev_dbg(sharpsl_pm.dev, "Battery: voltage: %d, status: %d, percentage: %d, time: %ld\n", voltage, in sharpsl_battery_thread()
316 dev_dbg(sharpsl_pm.dev, "Toggling Charger at time: %lx\n", jiffies); in sharpsl_charge_toggle()
361 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies); in sharpsl_chrg_full_timer()
383 /* Can trigger at the same time as an AC status change so
663 dev_dbg(sharpsl_pm.dev, "SharpSL suspending for first time.\n"); in corgi_pxa_pm_enter()
694 int time; in sharpsl_off_charge_battery() local
720 int time; in sharpsl_off_charge_battery() local
734 time = RCNR; in sharpsl_off_charge_battery()
740 if ((RCNR - time) > SHARPSL_WAIT_CO_TIME) in sharpsl_off_charge_battery()
757 time in sharpsl_off_charge_battery()
[all...]

Completed in 24 milliseconds

1...<<81828384858687888990>>...304