Home
last modified time | relevance | path

Searched full:since (Results 1 – 25 of 7611) sorted by relevance

12345678910>>...305

/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst84 **ingress** ingress path of the inet socket (since 4.10);
85 **egress** egress path of the inet socket (since 4.10);
86 **sock_create** opening of an inet socket (since 4.10);
87 **sock_ops** various socket operations (since 4.12);
88 **device** device access (since 4.15);
89 **bind4** call to bind(2) for an inet4 socket (since 4.17);
90 **bind6** call to bind(2) for an inet6 socket (since 4.17);
91 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
92 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
93 **connect4** call to connect(2) for an inet4 socket (since 4.17);
[all …]
/kernel/linux/linux-4.19/lib/
Derrseq.c9 * number of "subscribers" to tell whether it has changed since a previous
18 * can later be used to tell whether any new errors have occurred since that
22 * frequently, since we have so few bits to use as a counter.
25 * been sampled since a new value was recorded. That allows us to avoid bumping
26 * the counter if no one has sampled it since the last time an error was
32 * has ever been an error set since it was first initialized.
134 * errseq_check() - Has an error occurred since a particular sample point?
136 * @since: Previously-sampled errseq_t from which to check.
138 * Grab the value that eseq points to, and see if it has changed @since
139 * the given value was sampled. The @since value is not advanced, so there
[all …]
/kernel/linux/linux-5.10/lib/
Derrseq.c9 * number of "subscribers" to tell whether it has changed since a previous
18 * can later be used to tell whether any new errors have occurred since that
22 * frequently, since we have so few bits to use as a counter.
25 * been sampled since a new value was recorded. That allows us to avoid bumping
26 * the counter if no one has sampled it since the last time an error was
32 * has ever been an error set since it was first initialized.
134 * errseq_check() - Has an error occurred since a particular sample point?
136 * @since: Previously-sampled errseq_t from which to check.
138 * Grab the value that eseq points to, and see if it has changed @since
139 * the given value was sampled. The @since value is not advanced, so there
[all …]
/kernel/linux/linux-4.19/Documentation/core-api/
Derrseq.rst6 number of "subscribers" to tell whether it has changed since a previous
19 frequently, since we have so few bits to use as a counter.
22 a flag to tell whether the value has been sampled since a new value was
24 sampled it since the last time an error was recorded.
36 any new errors have occurred since that sampling was done, and atomically
39 can tell whether the value has changed since they last checked it.
44 has ever been an error set since it was first initialized.
57 far and whether he made any mistakes since they last asked.
111 whether one was made since they last checked, and the latest value
122 errseq_t since = errseq_sample(&wd.wd_err);
[all …]
/kernel/linux/linux-5.10/Documentation/core-api/
Derrseq.rst6 number of "subscribers" to tell whether it has changed since a previous
19 frequently, since we have so few bits to use as a counter.
22 a flag to tell whether the value has been sampled since a new value was
24 sampled it since the last time an error was recorded.
36 any new errors have occurred since that sampling was done, and atomically
39 can tell whether the value has changed since they last checked it.
44 has ever been an error set since it was first initialized.
57 far and whether he made any mistakes since they last asked.
111 whether one was made since they last checked, and the latest value
122 errseq_t since = errseq_sample(&wd.wd_err);
[all …]
/kernel/linux/linux-4.19/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst74 **ingress** ingress path of the inet socket (since 4.10);
75 **egress** egress path of the inet socket (since 4.10);
76 **sock_create** opening of an inet socket (since 4.10);
77 **sock_ops** various socket operations (since 4.12);
78 **device** device access (since 4.15);
79 **bind4** call to bind(2) for an inet4 socket (since 4.17);
80 **bind6** call to bind(2) for an inet6 socket (since 4.17);
81 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
82 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
83 **connect4** call to connect(2) for an inet4 socket (since 4.17);
[all …]
/kernel/linux/linux-4.19/arch/h8300/include/asm/
Dhash.h7 * and H8S have only 16x16->32. Since it's tolerably compact, this is
8 * basically an inlined version of the __mulsi3 code. Since the inputs
12 * (Since neither CPU has any multi-bit shift instructions, a
16 * since that is heavily dependent on rotates. Which, as mentioned, suck
32 * This has been designed to modify x in place, since that's the most
33 * common usage, but preserve k, since hash_64() makes two calls in
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dhash.h7 * and H8S have only 16x16->32. Since it's tolerably compact, this is
8 * basically an inlined version of the __mulsi3 code. Since the inputs
12 * (Since neither CPU has any multi-bit shift instructions, a
16 * since that is heavily dependent on rotates. Which, as mentioned, suck
32 * This has been designed to modify x in place, since that's the most
33 * common usage, but preserve k, since hash_64() makes two calls in
/kernel/linux/linux-5.10/fs/ntfs/
Dtime.h26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
28 * intervals since the value of tv_sec.
31 * measured as the number of 100-nano-second intervals since 1st January 1601,
66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
68 * intervals since the value of tv_sec.
71 * measured as the number of 100 nano-second intervals since 1st January 1601,
/kernel/linux/linux-4.19/include/uapi/linux/
Dvbox_vmmdev_types.h33 VMMDEVREQ_REGISTER_PATCH_MEMORY = 22, /* since version 3.0.6 */
34 VMMDEVREQ_DEREGISTER_PATCH_MEMORY = 23, /* since version 3.0.6 */
39 VMMDEVREQ_REPORT_GUEST_INFO2 = 58, /* since version 3.2.0 */
40 VMMDEVREQ_REPORT_GUEST_STATUS = 59, /* since version 3.2.8 */
41 VMMDEVREQ_REPORT_GUEST_USER_STATE = 74, /* since version 4.3 */
64 VMMDEVREQ_VIDEMODE_SUPPORTED2 = 57, /* since version 3.2.0 */
65 VMMDEVREQ_GET_DISPLAY_CHANGE_REQEX = 80, /* since version 4.2.4 */
91 VMMDEVREQ_GET_SESSION_ID = 217, /* since version 3.2.8 */
/kernel/linux/linux-5.10/tools/include/linux/
Dring_buffer.h12 * Since the mmap() consumer (userspace) can run on a
31 * D needs to be a full barrier since it separates the data
34 * For B a WMB is sufficient since it separates two WRITEs,
35 * and for C an RMB is sufficient since it separates two READs.
41 * supported architectures since for a fair number it would
/kernel/linux/linux-4.19/fs/ntfs/
Dtime.h40 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
42 * intervals since the value of tv_sec.
45 * measured as the number of 100-nano-second intervals since 1st January 1601,
80 * and a long tv_nsec where tv_sec is the number of 1-second intervals since
82 * intervals since the value of tv_sec.
85 * measured as the number of 100 nano-second intervals since 1st January 1601,
/kernel/linux/linux-5.10/drivers/block/paride/
DTransition-notes8 anything except B, since it is under if (!ps_tq_active) under
9 ps_spinlock. C is always preceded by B, since we can't reach it
12 the sum of numbers of A and C, since each call of ps_tq_int() is
16 since at any time number of B can not exceed the number of these
87 we were acquiring the lock, (1) would be already false, since
98 pi_spinlock, or after not tocuhing ->claimed_cont since acquiring pi_spinlock
122 ps_continuation, since the latter is changed only from the area.
123 We don't need to reset it to NULL, since we are guaranteed that there
/kernel/linux/linux-4.19/drivers/block/paride/
DTransition-notes8 anything except B, since it is under if (!ps_tq_active) under
9 ps_spinlock. C is always preceded by B, since we can't reach it
12 the sum of numbers of A and C, since each call of ps_tq_int() is
16 since at any time number of B can not exceed the number of these
87 we were acquiring the lock, (1) would be already false, since
98 pi_spinlock, or after not tocuhing ->claimed_cont since acquiring pi_spinlock
122 ps_continuation, since the latter is changed only from the area.
123 We don't need to reset it to NULL, since we are guaranteed that there
/kernel/linux/linux-5.10/include/uapi/linux/
Dppp_defs.h143 * The following structure records the time in seconds since
151 __kernel_old_time_t xmit_idle; /* time since last NP packet sent */
152 __kernel_old_time_t recv_idle; /* time since last NP packet received */
156 __s32 xmit_idle; /* time since last NP packet sent */
157 __s32 recv_idle; /* time since last NP packet received */
161 __s64 xmit_idle; /* time since last NP packet sent */
162 __s64 recv_idle; /* time since last NP packet received */
Dvbox_vmmdev_types.h33 VMMDEVREQ_REGISTER_PATCH_MEMORY = 22, /* since version 3.0.6 */
34 VMMDEVREQ_DEREGISTER_PATCH_MEMORY = 23, /* since version 3.0.6 */
39 VMMDEVREQ_REPORT_GUEST_INFO2 = 58, /* since version 3.2.0 */
40 VMMDEVREQ_REPORT_GUEST_STATUS = 59, /* since version 3.2.8 */
41 VMMDEVREQ_REPORT_GUEST_USER_STATE = 74, /* since version 4.3 */
64 VMMDEVREQ_VIDEMODE_SUPPORTED2 = 57, /* since version 3.2.0 */
65 VMMDEVREQ_GET_DISPLAY_CHANGE_REQEX = 80, /* since version 4.2.4 */
92 VMMDEVREQ_GET_SESSION_ID = 217, /* since version 3.2.8 */
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.h30 * dedicated signal handler, since there, it is populated by Kernel
35 * because here we have to avoid syscalls to trigger the signal since
46 * in such a case return 0, since in fact we have not just simply grabbed
73 * struct tdescr since it will be changed inside the in get_current_context()
81 * test thread. Since such delivery happens on the ret_to_user() in get_current_context()
89 * - note that since we are using a breakpoint instruction here in get_current_context()
/kernel/linux/linux-4.19/Documentation/virtual/kvm/
Dlocking.txt52 The mapping from gfn to pfn may be changed since we can only ensure the pfn
81 For direct sp, we can easily avoid it since the spte of direct sp is fixed
96 spte is read-only and the Accessed bit has already been set since the
99 But it is not true after fast page fault since the spte can be marked
144 be flushed caused by this reason in mmu_spte_update() since this is a common
147 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
192 Comment: it is a spinlock since it is used in mmu notifier.
213 wakeup notification event since external interrupts from the
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c85 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap()
87 /* Get the number of buffers streamed since the start */ in vivid_thread_touch_cap()
95 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap()
110 * since we started, including the current buffer. in vivid_thread_touch_cap()
114 /* And the number of jiffies since we started */ in vivid_thread_touch_cap()
121 * in jiffies since we started streaming. in vivid_thread_touch_cap()
/kernel/linux/linux-4.19/Documentation/sound/cards/
Dhdspm.rst10 Full functionality has been added to the driver. Since some of
25 since unused DMA channels are disabled and less memory is
74 where DMA reads/writes. Since of the bulk mode of PCI it is only
98 Since DSP-MADI-Mixer has 8152 Fader, it does not make sense to
99 use the standard mixer-controls, since this would break most of
105 hwdep-interface. Since it could be a performance problem always
133 frequency or slave), since even not using an Audio-application
168 Note: Since MADI has a much higher bit-rate than word-clock, the
169 card should synchronise better in MADI Mode. But since the
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dhdspm.rst10 Full functionality has been added to the driver. Since some of
25 since unused DMA channels are disabled and less memory is
74 where DMA reads/writes. Since of the bulk mode of PCI it is only
98 Since DSP-MADI-Mixer has 8152 Fader, it does not make sense to
99 use the standard mixer-controls, since this would break most of
105 hwdep-interface. Since it could be a performance problem always
133 frequency or slave), since even not using an Audio-application
168 Note: Since MADI has a much higher bit-rate than word-clock, the
169 card should synchronise better in MADI Mode. But since the
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
DSafeSetID.rst18 capabilities, since using file capabilities to run a program with elevated
19 privileges opens up possible security holes since any user with access to the
25 since CAP_SETUID allows changing to any user on the system, including the root
27 especially since programs often only call setuid() to drop privileges to a
38 of CAP_SETUID since the non-root program cannot take advantage of CAP_SETUID to
92 "Since setuid only affects the current process, and since the SELinux controls
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dfloating-point.json6 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
13 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
20 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
27 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
34 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
41 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
48 …represents a one-cycle dispatch event. This event is a speculative event. Since this event include…
55 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
62 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
69 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
/kernel/linux/linux-5.10/sound/soc/fsl/
DKconfig14 This option is only useful for out-of-tree drivers since
25 This option is only useful for out-of-tree drivers since
35 This option is only useful for out-of-tree drivers since
53 This option is only useful for out-of-tree drivers since
65 This option is only useful for out-of-tree drivers since
75 This option is only useful for out-of-tree drivers since
110 This option is only useful for out-of-tree drivers since
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/
Dvirtual-memory.json13 …": "This event counts when a data (D) page walk is completed or started. Since a page walk implie…
32 … event counts when an instruction (I) page walk is completed or started. Since a page walk implie…
51 …a (D) page walk or an instruction (I) page walk is completed or started. Since a page walk implie…
61 …e when a data (D) page walk or instruction (I) page walk is in progress. Since a pagewalk implies…

12345678910>>...305