/third_party/musl/compat/time32/ |
H A D | utimensat_time32.c | 2 #include <time.h>
|
H A D | clock_gettime32.c | 2 #include <time.h>
|
H A D | lstat_time32.c | 2 #include <time.h>
|
H A D | nanosleep_time32.c | 2 #include <time.h>
|
H A D | thrd_sleep_time32.c | 2 #include <time.h>
|
H A D | stat_time32.c | 2 #include <time.h>
|
/third_party/musl/libc-test/src/functional/ |
H A D | clock_gettime.c | 1 #include <time.h>
|
/third_party/musl/libc-test/src/functionalext/common/ |
H A D | time_test_data.h | 21 #include <time.h>
|
/third_party/musl/libc-test/src/api/ |
H A D | semaphore.c | 15 #include <time.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | vfork.c | 19 #include <time.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | clock_getcpuclockid.c | 16 #include <time.h>
|
H A D | nanosleep.c | 16 #include <time.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_timezone_test.cpp | 3 #include <time.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | sleep.c | 18 #include <time.h>
|
H A D | usleep.c | 18 #include <time.h>
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjutil.c | 59 #include <sys/time.h>
|
/third_party/optimized-routines/string/include/ |
H A D | benchlib.h | 9 #include <time.h>
|
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/ |
H A D | sntp_port.c | 27 #include <time.h>
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_clientmgr.c | 566 * 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 D | builtin-kvm.c | 36 #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 D | smb2pdu.c | 2679 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 D | intel-pt.c | 38 #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 D | intel_bufmgr_gem.c | 125 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 D | sharpsl_pm.c | 262 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 D | sharpsl_pm.c | 258 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...] |