/kernel/linux/linux-5.10/samples/bpf/ |
H A D | trace_output_user.c | 5 #include <time.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | time.h | 31 * finer then tick granular time. 46 * Similar to the struct tm in userspace <time.h>, but it needs to be here so 86 * @a: the time which may be after @b 87 * @b: the time which may be before @a 89 * time_after32(a, b) returns true if the time @a is after time @b. 90 * time_before32(b, a) returns true if the time @b is before time @a. 101 * time_between32 - check if a 32-bit timestamp is within a given time range 102 * @t: the time whic [all...] |
H A D | pps_kernel.h | 14 #include <linux/time.h> 52 int current_mode; /* PPS mode at event time */ 111 /* Subtract known time delay from PPS event time(s) */
|
/kernel/linux/linux-5.10/include/media/ |
H A D | dmxdev.h | 25 #include <linux/time.h>
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | timer.c | 14 #include <linux/time.h> 26 if (delay < 5 ) /* minimum time is 5 ticks */ in snd_emu10k1_timer_start()
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | copy.c | 22 #include <linux/time.h>
|
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
H A D | sst-dsp.h | 59 u32 target, u32 time, char *operation);
|
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | ionapp_export.c | 18 #include <sys/time.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | clockid.c | 5 #include <time.h>
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | rock.h | 69 __u8 time[7]; /* actually 6 unsigned, 1 signed */ member
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | security.c | 15 #include <linux/time.h>
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | symlink.c | 14 #include <linux/time.h>
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | info.h | 46 uint8_t time[10]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | scc.h | 170 unsigned int time; member
|
H A D | rtc.h | 20 * struct tm in <time.h>, but it needs to be here so that the kernel 43 struct rtc_time time; /* time the alarm is set to */ member 83 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ 84 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ 85 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ 86 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
|
H A D | joystick.h | 45 __u32 time; /* event timestamp in milliseconds */ member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_kernel.h | 9 #include <linux/time.h>
|
/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | video.h | 32 #include <time.h> 128 /* unused, make sure to use atomic time for y2038 if it ever gets used */ 204 * Read the 33 bit presentation time stamp as defined
|
/kernel/linux/linux-5.10/fs/ |
H A D | compat_binfmt_elf.c | 18 #include <linux/time.h>
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | pioctl.c | 13 #include <linux/time.h>
|
/kernel/linux/linux-5.10/lib/ |
H A D | strnlen_user.c | 8 #include <asm/word-at-a-time.h> 88 * string, since the string can be changed at any time by other
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | timeconv.c | 24 * Converts the calendar time to broken-down time representation 31 #include <linux/time.h> 71 * time64_to_tm - converts the calendar time to local broken-down time 76 * @result pointer to struct tm variable to receive broken-down time
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | usnjrnl.h | 23 * example it will record that file "blah" was written to at a particular time 47 * We do not care about transaction logging at this point in time but we still 73 * disabled, the process will continue the next time the volume is mounted. 170 /*0x20*/sle64 time; /* Time when this record was created. */ member
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | udftime.c | 22 * to unix time 41 #include <linux/time.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | cl0080.h | 57 __u64 time; member
|