Searched full:years (Results 1 – 25 of 292) sorted by relevance
12345678910>>...12
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | TODO.txt | 6 improved a lot the past 2 years, there's no reason anymore not to use it. 12 - There's a lot of complexity added past few years to make relocations faster. 13 That doesn't make sense given hw and gpu apis moved away from this model years 16 2. Any complexity added in this area past few years which can't be justified
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | lib_test.c | 30 * Checks every day in a 160000 years interval starting on 1970-01-01 36 * 160000 years = (160000 / 400) * 400 years in rtc_time64_to_tm_test_date_range()
|
| D | rtc-bq32k.c | 48 uint8_t years; member 112 tm->tm_year = bcd2bin(regs.years) + in bq32k_rtc_read_time() 131 regs.years = bin2bcd(tm->tm_year - 100); in bq32k_rtc_set_time() 133 regs.years = bin2bcd(tm->tm_year); in bq32k_rtc_set_time()
|
| D | rtc-spear.c | 43 #define YEARS_UNITS (0xf<<16) /* years units position */ 44 #define YEARS_TENS (0xf<<20) /* years tens position */ 45 #define YEARS_HUNDREDS (0xf<<24) /* years hundereds position */ 46 #define YEARS_MILLENIUMS (0xf<<28) /* years millenium position */
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | timeconv.c | 35 * Nonzero if YEAR is a leap year (every 4 years, 49 /* How many leap years between y1 and y2, y1 must less or equal to y2 */ 61 /* Normal years. */ 63 /* Leap years. */
|
| /kernel/linux/linux-6.6/kernel/time/ |
| D | time_test.c | 50 * Checks every day in a 160000 years interval centered at 1970-01-01 56 * 80000 years = (80000 / 400) * 400 years in time64_to_tm_test_date_range()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-bq32k.c | 47 uint8_t years; member 111 tm->tm_year = bcd2bin(regs.years) + in bq32k_rtc_read_time() 130 regs.years = bin2bcd(tm->tm_year - 100); in bq32k_rtc_set_time() 132 regs.years = bin2bcd(tm->tm_year); in bq32k_rtc_set_time()
|
| D | lib.c | 19 /* Normal years */ 21 /* Leap years */
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | 3.Early-stage.rst | 22 Consider an example: some years ago, developers working with Linux audio 95 Years of experience with the kernel development community have taught a 99 requiring months or years of effort before the code can be brought up to 119 mainline for years.
|
| D | botching-up-ioctls.rst | 9 One clear insight kernel graphics hackers gained in the past few years is that 224 years to accomplish this. And then again years until the last user able to
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | 3.Early-stage.rst | 22 Consider an example: some years ago, developers working with Linux audio 95 Years of experience with the kernel development community have taught a 99 requiring months or years of effort before the code can be brought up to 119 mainline for years.
|
| D | botching-up-ioctls.rst | 9 One clear insight kernel graphics hackers gained in the past few years is that 224 years to accomplish this. And then again years until the last user able to
|
| /kernel/linux/linux-6.6/arch/sh/boards/mach-dreamcast/ |
| D | rtc.c | 16 /* The AICA RTC has an Epoch of 1/1/1950, so we must subtract 20 years (in 18 20 years when setting the time. */
|
| /kernel/linux/linux-5.10/arch/sh/boards/mach-dreamcast/ |
| D | rtc.c | 16 /* The AICA RTC has an Epoch of 1/1/1950, so we must subtract 20 years (in 18 20 years when setting the time. */
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/cifs/ |
| D | authors.rst | 19 for proving years ago that very good smb/cifs clients could be done on Unix-like 52 - Shirish Pargaonkar (for many ACL patches over the years)
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/cifs/ |
| D | authors.rst | 19 for proving years ago that very good smb/cifs clients could be done on Unix-like 52 - Shirish Pargaonkar (for many ACL patches over the years)
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | time.h | 50 /* the number of years since 1900 */ 82 * issues) when it is known that the times are less than 68 years apart.
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | time.h | 63 /* the number of years since 1900 */ 95 * issues) when it is known that the times are less than 68 years apart.
|
| /kernel/linux/linux-5.10/arch/x86/platform/intel-mid/ |
| D | intel_mid_vrtc.c | 96 * tm.year is the number of years since 1900, and the in vrtc_set_mmss() 97 * vrtc need the years since 1972. in vrtc_set_mmss()
|
| /kernel/linux/linux-6.6/Documentation/ABI/removed/ |
| D | ip_queue | 7 module was already announced to become obsolete years ago.
|
| D | devfs | 5 devfs has been unmaintained for a number of years, has unfixable
|
| /kernel/linux/linux-5.10/Documentation/ABI/removed/ |
| D | ip_queue | 7 module was already announced to become obsolete years ago.
|
| D | devfs | 5 devfs has been unmaintained for a number of years, has unfixable
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | abi-stable.rst | 8 for at least 2 years.
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | abi-stable.rst | 8 for at least 2 years.
|
12345678910>>...12