Searched refs:time (Results 376 - 400 of 1959) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dnv41.c76 .time = nv04_timer_time,
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h38 #include <linux/time.h>
/linux-master/sound/pci/au88x0/
H A Dau88x0_mixer.c9 #include <linux/time.h>
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c16 #include <sys/time.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c6 #include <time.h>
/linux-master/include/xen/interface/
H A Dvcpu.h56 * Return information about the state and running time of a VCPU.
63 /* When was current state entered (system time, ns)? */
73 * guaranteed not to drift from system time.
75 uint64_t time[4]; member in struct:vcpu_runstate_info
103 * updated by the hypervisor each time the VCPU is scheduled. Thus
105 * runstate.state_entry_time will indicate the system time at which the
180 * Register a memory location to get a secondary copy of the vcpu time
186 * that usermode can compute system time using the time info and the
191 * system time fro
[all...]
/linux-master/include/media/
H A Ddmxdev.h24 #include <linux/time.h>
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.h41 * @atomic_state: atomic state duplicated at the time of the error
42 * @time: timestamp at which the coredump was captured
52 struct timespec64 time; member in struct:msm_disp_state
/linux-master/arch/arm64/kernel/
H A Dtime.c3 * Based on arch/arm/kernel/time.c
14 #include <linux/time.h>
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h12 #include <linux/time.h>
/linux-master/lib/
H A Dstrnlen_user.c8 #include <asm/word-at-a-time.h>
88 * string, since the string can be changed at any time by other
/linux-master/fs/nfs/
H A Dsymlink.c14 #include <linux/time.h>
/linux-master/sound/pci/echoaudio/
H A Dmidi.c84 MIDI time code sync isn't supported by this code right now, but you still need
85 this state machine to parse the incoming MIDI data stream. Every time the DSP
133 consists of MIDI bytes and timestamps for the MIDI time code
205 int bytes, sent, time; local
240 time = (sent << 3) / 25 + 1; /* 8/25=0.32ms to send a byte */
241 mod_timer(&chip->timer, jiffies + (time * HZ + 999) / 1000);
243 "Timer armed(%d)\n", ((time * HZ + 999) / 1000));
/linux-master/arch/arm/mach-versatile/
H A Dintegrator.c25 #include <asm/mach/time.h>
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-r8a7740.c16 #include <asm/mach/time.h>
/linux-master/kernel/
H A Dtsacct.c31 /* calculate task elapsed time in nsec */
33 /* store whole group time first */
127 u64 time, delta; local
132 time = stime + utime;
133 delta = time - tsk->acct_timexpd;
138 tsk->acct_timexpd = time;
/linux-master/arch/mips/generic/
H A Dboard-ranchu.c13 #include <asm/time.h>
/linux-master/include/uapi/linux/
H A Dinput.h14 #include <sys/time.h>
30 struct timeval time; member in struct:input_event
31 #define input_event_sec time.tv_sec
32 #define input_event_usec time.tv_usec
184 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time */
400 * for the time being as no driver supports it yet.
/linux-master/tools/thermal/tmon/
H A Dpid.c20 #include <time.h>
80 /* To be called at time interval Ts. Type C PID controller.
/linux-master/include/linux/soc/ti/
H A Dknav_qmss.h15 #include <linux/time.h>
/linux-master/tools/testing/selftests/bpf/
H A Dtest_dev_cgroup.c10 #include <sys/time.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_helper_restricted.c2 #include <time.h>
/linux-master/fs/proc/
H A Dkmsg.c11 #include <linux/time.h>
H A Duptime.c7 #include <linux/time.h>
/linux-master/tools/perf/tests/
H A Dperf-record.c96 * so that we have time to open the evlist (calling sys_perf_event_open
194 pr_info("%" PRIu64" %d ", sample.time, sample.cpu);
198 if (prev_time > sample.time) {
199 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n",
200 name, prev_time, sample.time);
204 prev_time = sample.time;

Completed in 527 milliseconds

<<11121314151617181920>>