Searched refs:time (Results 226 - 250 of 1944) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c17 #include <sys/time.h>
61 printf("The time is %lld.%06lld\n",
H A Dvdso_test_getcpu.c12 #include <sys/time.h>
/linux-master/arch/arm/mach-s3c/
H A Dcpuidle-s3c64xx.c12 #include <linux/time.h>
/linux-master/tools/testing/selftests/rseq/
H A Dbasic_test.c12 #include <sys/time.h>
/linux-master/tools/testing/selftests/proc/
H A Dproc-uptime.h22 #include <time.h>
/linux-master/arch/powerpc/platforms/44x/
H A Debony.c22 #include <asm/time.h>
H A Dppc44x_simple.c16 #include <asm/time.h>
H A Dsam440ep.c21 #include <asm/time.h>
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c19 #include <asm/time.h>
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h67 u32 time; member in struct:uc_css_header
/linux-master/drivers/macintosh/
H A Dsmu.c12 * - blocking version of time functions
366 struct rtc_time *time)
371 cmd_buf->data[1] = hex2bcd(time->tm_sec);
372 cmd_buf->data[2] = hex2bcd(time->tm_min);
373 cmd_buf->data[3] = hex2bcd(time->tm_hour);
374 cmd_buf->data[4] = time->tm_wday;
375 cmd_buf->data[5] = hex2bcd(time->tm_mday);
376 cmd_buf->data[6] = hex2bcd(time->tm_mon) + 1;
377 cmd_buf->data[7] = hex2bcd(time->tm_year - 100);
381 int smu_get_rtc_time(struct rtc_time *time, in argument
365 smu_fill_set_rtc_cmd(struct smu_cmd_buf *cmd_buf, struct rtc_time *time) argument
408 smu_set_rtc_time(struct rtc_time *time, int spinwait) argument
[all...]
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc5121_ads.c17 #include <asm/time.h>
/linux-master/arch/powerpc/platforms/85xx/
H A Dqemu_e500.c19 #include <asm/time.h>
/linux-master/tools/workqueue/
H A Dwq_monitor.py14 CPUtime Total CPU time consumed by the workqueue in seconds. This is
39 import time namespace
68 PWQ_STAT_CPU_TIME = prog['PWQ_STAT_CPU_TIME'] # total CPU time consumed
155 now = time.time()
172 time.sleep(interval)
/linux-master/arch/um/include/shared/
H A Dirq_kern.h10 #include <linux/time-internal.h>
32 * number, fd, dev_id and time-travel event pointer.
/linux-master/crypto/
H A Djitterentropy.h8 extern int jent_hash_time(void *hash_state, __u64 time, u8 *addtl,
/linux-master/crypto/asymmetric_keys/
H A Dx509_parser.h8 #include <linux/time.h>
/linux-master/tools/perf/util/
H A Drlimit.c6 #include <sys/time.h>
/linux-master/include/linux/
H A Drestart_block.h35 u64 time; member in struct:restart_block::__anon604::__anon605
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h3 * Fast user context implementation of clock_gettime, gettimeofday, and time.
15 #include <uapi/linux/time.h>
42 * change over time, possibly while we're accessing them.
205 * number maps 1:1 to per-CPU pvclock time info.
208 * preemption, it cannot guarantee that per-CPU pvclock time
241 u64 tsc, time; local
243 if (hv_read_tsc_page_tsc(&hvclock_page, &tsc, &time))
244 return time & S64_MAX;
307 * the regular delta calculation (@cycles - @last) to return a huge time
311 * @last. If not then use @last, which is the base time o
[all...]
/linux-master/arch/mips/vdso/
H A Dvgettimeofday.c10 #include <linux/time.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_failure.c5 #include <time.h>
/linux-master/arch/arm/include/asm/
H A Dword-at-a-time.h8 * Little-endian word-at-a-time zero byte handling.
56 #include <asm-generic/word-at-a-time.h>
/linux-master/arch/arm64/include/asm/
H A Dword-at-a-time.h45 #include <asm-generic/word-at-a-time.h>
/linux-master/arch/sh/include/asm/
H A Dword-at-a-time.h6 # include <asm-generic/word-at-a-time.h>

Completed in 224 milliseconds

1234567891011>>