Home
last modified time | relevance | path

Searched full:waited (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/include/linux/
Dwait_bit.h56 * @word: the word being waited on, a kernel virtual address
57 * @bit: the bit of the word being waited on
83 * @word: the word being waited on, a kernel virtual address
84 * @bit: the bit of the word being waited on
108 * @word: the word being waited on, a kernel virtual address
109 * @bit: the bit of the word being waited on
135 * @word: the word being waited on, a kernel virtual address
136 * @bit: the bit of the word being waited on
161 * @word: the word being waited on, a kernel virtual address
162 * @bit: the bit of the word being waited on
[all …]
/kernel/linux/linux-5.10/include/linux/
Dwait_bit.h56 * @word: the word being waited on, a kernel virtual address
57 * @bit: the bit of the word being waited on
83 * @word: the word being waited on, a kernel virtual address
84 * @bit: the bit of the word being waited on
108 * @word: the word being waited on, a kernel virtual address
109 * @bit: the bit of the word being waited on
135 * @word: the word being waited on, a kernel virtual address
136 * @bit: the bit of the word being waited on
161 * @word: the word being waited on, a kernel virtual address
162 * @bit: the bit of the word being waited on
[all …]
/kernel/liteos_a/kernel/include/
Dlos_rwlock.h115 …* <li>The function fails if the rwlock that is waited on is already locked by another thread when …
124 * @param rwlock [IN] Handle of the rwlock to be waited on.
149 …* <li>The function fails if the rwlock that is waited on is already locked by another thread when …
158 * @param rwlock [IN] Handle of the rwlock to be waited on.
183 * <li>The function fails if the rwlock that is waited on is already locked by another thread when
192 * @param rwlock [IN] Handle of the rwlock to be waited on.
217 * <li>The function fails if the rwlock that is waited on is already locked by another thread
226 * @param rwlock [IN] Handle of the rwlock to be waited on.
Dlos_mux.h150 …* <li>The function fails if the mutex that is waited on is already locked by another thread when t…
159 * @param mutex [IN] Handle of the mutex to be waited on.
184 …* <li>The function fails if the mutex that is waited on is already locked by another thread when t…
193 * @param mutex [IN] Handle of the mutex to be waited on.
/kernel/linux/linux-5.10/include/trace/events/
Dkvm.h44 TP_PROTO(__u64 ns, bool waited, bool valid),
45 TP_ARGS(ns, waited, valid),
49 __field( bool, waited )
55 __entry->waited = waited;
60 __entry->waited ? "wait" : "poll",
/kernel/linux/linux-6.6/include/trace/events/
Dkvm.h44 TP_PROTO(__u64 ns, bool waited, bool valid),
45 TP_ARGS(ns, waited, valid),
49 __field( bool, waited )
55 __entry->waited = waited;
60 __entry->waited ? "wait" : "poll",
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/
Dcache.json170 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (…
177 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav…
181 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (…
188 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav…
194 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
201 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res…
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Dcache.json11 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav…
14 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (…
19 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav…
24 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (…
29 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res…
32 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
/kernel/linux/linux-5.10/Documentation/block/
Dstat.rst79 waited on this block device. If there are multiple I/O requests waiting,
100 This value counts the number of milliseconds that I/O requests have waited
/kernel/linux/linux-6.6/Documentation/block/
Dstat.rst79 waited on this block device. If there are multiple I/O requests waiting,
100 This value counts the number of milliseconds that I/O requests have waited
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
Dphy_ac.h19 #define B43_PHY_AC_CLASSCTL_WAITEDEN 0x0004 /* Waited enable */
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dphy_ac.h19 #define B43_PHY_AC_CLASSCTL_WAITEDEN 0x0004 /* Waited enable */
/kernel/liteos_m/kernel/include/
Dlos_mux.h242 …* <li>The function fails if the mutex that is waited on is already locked by another thread when t…
250 * @param muxHandle [IN] Handle of the mutex to be waited on. The value of handle should be
259 …* @retval #LOS_ERRNO_MUX_PEND_IN_LOCK The mutex is waited on when the task scheduling is dis…
/kernel/linux/linux-6.6/kernel/sched/
Dwait_bit.c132 * @word: the word being waited on, a kernel virtual address
133 * @bit: the bit of the word being waited on
/kernel/linux/linux-5.10/kernel/sched/
Dwait_bit.c132 * @word: the word being waited on, a kernel virtual address
133 * @bit: the bit of the word being waited on
/kernel/linux/linux-6.6/include/linux/reset/
Dreset-simple.h31 * waited for between an assert and a deassert to reset the
/kernel/linux/linux-5.10/include/linux/reset/
Dreset-simple.h31 * waited for between an assert and a deassert to reset the
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dtrace_hv.h441 __field(int, waited)
447 __entry->waited = do_sleep;
452 __entry->waited ? "wait" : "poll",
/kernel/linux/linux-6.6/arch/powerpc/kvm/
Dtrace_hv.h461 __field(int, waited)
467 __entry->waited = do_sleep;
472 __entry->waited ? "wait" : "poll",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelake/
Dcache.json11 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav…
14 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (…
19 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav…
24 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (…
29 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res…
32 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dcache.json18 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav…
21 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (…
26 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav…
31 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (…
44 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res…
47 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/rocketlake/
Dcache.json11 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav…
14 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (…
19 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav…
24 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (…
29 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res…
32 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
Dhdq1w.c57 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_hdq1w_reset()
Di2c.c67 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_i2c_reset()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Di2c.c67 pr_warn("%s: %s: softreset failed (waited %d usec)\n", in omap_i2c_reset()

12345678910>>...18