Home
last modified time | relevance | path

Searched +full:real +full:- +full:time (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Dtrivial-rtc.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/rtc/trivial-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
18 - $ref: "rtc.yaml#"
23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
24 - abracon,abb5zes3
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
26 - abracon,abeoz9
[all …]
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst12 3. Scheduling Real-Time Tasks
18 4.1 System-wide settings
33 system behavior. As for -rt (group) scheduling, it is assumed that root users
50 ------------------
54 "runtime" microseconds of execution time every "period" microseconds, and
57 every time the task wakes up, the scheduler computes a "scheduling deadline"
61 task actually receives "runtime" time units within "deadline" if a proper
70 with the "traditional" real-time task model (see Section 3) can effectively
76 - Each SCHED_DEADLINE task is characterized by the "runtime",
79 - The state of the task is described by a "scheduling deadline", and
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/
HDgdbserver ... register size /data/jenkins/workspace/GNU-toolchain/arm-10/src/binutils- ...
/OK3568_Linux_fs/kernel/drivers/rtc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 bool "Real Time Clock"
26 bool "Set system time from RTC on startup and resume"
29 If you say yes here, the system time (wall clock) will be set using
31 unnecessary fsck runs at boot time, and to network better.
34 string "RTC used to set the system time"
41 device should record time in UTC, since the kernel won't do
44 This clock should be battery-backed, so that it reads the correct
45 time when the system boots from a power-off state. Otherwise, your
49 be useful to reinitialize system time when resuming from system
[all …]
H A Drtc-at91sam9.c1 // SPDX-License-Identifier: GPL-2.0+
3 * "RTT as Real Time Clock" driver for AT91SAM9 SoC family
7 * Based on rtc-at91rm9200.c by Rick Bronson
23 #include <linux/time.h>
28 * to implement the Real Time Clock interfaces
30 * - A "Real-time Timer" (RTT) counts up in seconds from a base time.
33 * - One of the "General Purpose Backup Registers" (GPBRs) holds the
34 * base time, normally an offset from the beginning of the POSIX
35 * epoch (1970-Jan-1 00:00:00 UTC). Some systems also include the
42 * choose from, or a "real" RTC module. All systems have multiple GPBR
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dtimekeeping.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 * ktime_get() family: read the current time in a multitude of ways,
26 * The default time reference is CLOCK_MONOTONIC, starting at
27 * boot time but not counting the time spent in suspend.
28 * For other references, use the functions with "real", "clocktai",
31 * To get the time in a different format, use the ones wit
34 * See Documentation/core-api/timekeeping.rst for more details.
75 * ktime_get_real - get the real (wall-) time in ktime_t format
88 * ktime_get_boottime - Returns monotonic time since boot in ktime_t format
91 * time spent in suspend.
[all …]
/OK3568_Linux_fs/kernel/include/linux/mfd/syscon/
H A Datmel-st.h1 /* SPDX-License-Identifier: GPL-2.0+ */
6 * System Timer (ST) - System peripherals registers.
26 #define AT91_ST_RTMR 0x0c /* Real-time Mode Register */
27 #define AT91_ST_RTPRES 0xffff /* Real-time Prescalar Value */
32 #define AT91_ST_RTTINC BIT(2) /* Real-time Timer Increment */
39 #define AT91_ST_RTAR 0x20 /* Real-time Alarm Register */
42 #define AT91_ST_CRTR 0x24 /* Current Real-time Register */
43 #define AT91_ST_CRTV 0xfffff /* Current Real-Time Value */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dacct.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * BSD Process Accounting for Linux - Definitions
8 * BSD-style process accounting. The kernel accounting code and all
9 * user-level programs that try to do something useful with the
12 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V.
25 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
26 * exponent and a 13-bit fraction.
27 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dacct.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * BSD Process Accounting for Linux - Definitions
8 * BSD-style process accounting. The kernel accounting code and all
9 * user-level programs that try to do something useful with the
12 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V.
25 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
26 * exponent and a 13-bit fraction.
27 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dacct.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * BSD Process Accounting for Linux - Definitions
8 * BSD-style process accounting. The kernel accounting code and all
9 * user-level programs that try to do something useful with the
12 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V.
25 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
26 * exponent and a 13-bit fraction.
27 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/
H A Darm-none-linux-gnueabihf-gfortran.118 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
73 .\" Fear. Run. Save yourself. No user-serviceable parts.
83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/
H A Daarch64-none-linux-gnu-gfortran.118 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
73 .\" Fear. Run. Save yourself. No user-serviceable parts.
83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dtask-time3 # SPDX-License-Identifier: GPL-2.0-only
13 Reports time consumed for one or more task in a format similar to the standard
14 Bash 'time' builtin. Optionally sorts tasks by real (wall-clock), user (user
15 space CPU), or sys (kernel CPU) time.
26 build/tmp/buildstats/20161018083535/foo-1.0-r0/do_compile, then just that
32 "--sort",
33 choices=("none", "real", "user", "sys"),
44 field_regexes = (("elapsed", ".*Elapsed time: ([0-9.]+)"),
45 ("user", "rusage ru_utime: ([0-9.]+)"),
46 ("sys", "rusage ru_stime: ([0-9.]+)"),
[all …]
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A DKconfig5 menu "Real Time Clock"
11 Enable drver model for real-time-clock drivers. The RTC uclass
20 The PCF2127 is a CMOS Real Time Clock (RTC) and calendar with an integrated
23 has a selectable I2C-bus or SPI-bus, a backup battery switch-over circuit, a
31 compatible Real Time Clock devices.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info4 Copyright (C) 1999-2020 Free Software Foundation, Inc.
9 Invariant Sections being "Funding Free Software", the Front-Cover Texts
10 being (a) (see below), and with the Back-Cover Texts being (b) (see
14 (a) The FSF's Front-Cover Text is:
18 (b) The FSF's Back-Cover Text is:
23 INFO-DIR-SECTION Software development
24 START-INFO-DIR-ENTRY
26 END-INFO-DIR-ENTRY
32 Floor Boston, MA 02110-1301 USA
34 Copyright (C) 1999-2020 Free Software Foundation, Inc.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info4 Copyright (C) 1999-2020 Free Software Foundation, Inc.
9 Invariant Sections being "Funding Free Software", the Front-Cover Texts
10 being (a) (see below), and with the Back-Cover Texts being (b) (see
14 (a) The FSF's Front-Cover Text is:
18 (b) The FSF's Back-Cover Text is:
23 INFO-DIR-SECTION Software development
24 START-INFO-DIR-ENTRY
26 END-INFO-DIR-ENTRY
32 Floor Boston, MA 02110-1301 USA
34 Copyright (C) 1999-2020 Free Software Foundation, Inc.
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Datmel-sysregs.txt4 - compatible: Should be "atmel,sama5d2-chipid"
5 - reg : Should contain registers location and length
8 - compatible: Should be "atmel,at91sam9260-pit"
9 - reg: Should contain registers location and length
10 - interrupts: Should contain interrupt for the PIT which is the IRQ line
14 - compatible: Should be "microchip,sam9x60-pit64b"
15 - reg: Should contain registers location and length
16 - interrupts: Should contain interrupt for PIT64B timer
17 - clocks: Should contain the available clock sources for PIT64B timer.
20 - compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dacct.h1 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
31 comp_t is a 16-bit "floating" point number with a 3-bit base 8
32 exponent and a 13-bit fraction. See linux/kernel/acct.c for the
41 uint16_t ac_uid; /* Real user ID. */
42 uint16_t ac_gid; /* Real group ID. */
44 uint32_t ac_btime; /* Beginning time. */
45 comp_t ac_utime; /* User time. */
46 comp_t ac_stime; /* System time. */
47 comp_t ac_etime; /* Elapsed time. */
66 uint32_t ac_uid; /* Real User ID */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dacct.h1 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
31 comp_t is a 16-bit "floating" point number with a 3-bit base 8
32 exponent and a 13-bit fraction. See linux/kernel/acct.c for the
41 uint16_t ac_uid; /* Real user ID. */
42 uint16_t ac_gid; /* Real group ID. */
44 uint32_t ac_btime; /* Beginning time. */
45 comp_t ac_utime; /* User time. */
46 comp_t ac_stime; /* System time. */
47 comp_t ac_etime; /* Elapsed time. */
66 uint32_t ac_uid; /* Real User ID */
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_key_test.c2 * key_test.c -- key test application
5 * Author: Bin Yang <yangbin@rock-chips.com>
6 * Author: Panzhenzhuan Wang <randy.wang@rock-chips.com>
12 * http://www.apache.org/licenses/LICENSE-2.0
63 {"vol-", KEY_VOLUMEDOWN, 0, 0},
84 {"VOL-", KEY_VOLUMEDOWN, 0},
95 //TODO: According to 3229 real board to add test code.
100 //TODO:According to 1808 real board to add test code.
109 {"VOL-", KEY_VOLUMEDOWN, 0},
115 //TODO:According to PX30 real board to add test code.
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dseq-oss.rst15 What this does - it provides the emulation of the OSS sequencer, access
53 However, each MIDI device is exclusive - that is, if a MIDI device
57 * Real-time event processing:
59 The events can be processed in real time without using out of bound
60 ioctl. To switch to real-time mode, send ABSTIME 0 event. The followed
61 events will be processed in real-time without queued. To switch off the
62 real-time mode, send RELTIME 0 event.
67 ``/proc/asound/seq/oss`` at any time. In the later version,
74 Run configure script with both sequencer support (``--with-sequencer=yes``)
75 and OSS emulation (``--with-oss=yes``) options. A module ``snd-seq-oss.o``
[all …]
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dactive_mm.rst9 List: linux-kernel
12 Date: 1999-07-30 21:36:24
14 Cc'd to linux-kernel, because I don't write explanations all that often,
21 > discussed on the mailing lists---I just returned from vacation and
22 > wasn't able to follow linux-kernel for a while).
26 - we have "real address spaces" and "anonymous address spaces". The
28 user-level page tables at all, so when we do a context switch into an
33 doesn't need any user mappings - all kernel threads basically fall into
34 this category, but even "real" threads can temporarily say that for
35 some amount of time they are not going to be interested in user space,
[all …]
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dno_hz.rst2 NO_HZ: Reducing Scheduling-Clock Ticks
7 reduce the number of scheduling-clock interrupts, thereby improving energy
9 some types of computationally intensive high-performance computing (HPC)
10 applications and for real-time applications.
12 There are three main ways of managing scheduling-clock interrupts
13 (also known as "scheduling-clock ticks" or simply "ticks"):
15 1. Never omit scheduling-clock ticks (CONFIG_HZ_PERIODIC=y or
16 CONFIG_NO_HZ=n for older kernels). You normally will -not-
19 2. Omit scheduling-clock ticks on idle CPUs (CONFIG_NO_HZ_IDLE=y or
23 3. Omit scheduling-clock ticks on CPUs that are either idle or that
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dhypervisor.h1 /* SPDX-License-Identifier: GPL-2.0 */
16 * -----------------------------------------------
23 * -----------------------------------------------
25 * The second type are "hyper-fast traps" which encode the function
27 * numbers > 0x80. The register usage for hyper-fast traps is as
30 * -----------------------------------------------
36 * -----------------------------------------------
44 * defined below. So, for example, if a hyper-fast trap takes
49 * is invalid, HV_EBADTRAP will be returned in %o0. Also, all 64-bits
63 #define HV_ENORADDR 2 /* Invalid real address */
[all …]
/OK3568_Linux_fs/kernel/kernel/rcu/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # RCU-related configuration options
24 thousands of CPUs, but for which real-time response
35 designed for UP systems from which real-time response
40 bool "Make expert-level adjustments to RCU configuration"
44 expert-level adjustments to RCU configuration. By default,
45 no such adjustments can be made, which has the often-beneficial
46 side-effect of preventing "make oldconfig" from asking you all
50 Say Y if you need to make expert-level adjustments to RCU.
58 permits arbitrary sleeping or blocking within RCU read-side critical
[all …]

12345678910>>...45