Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.15/Documentation/translations/zh_CN/doc-guide/
H A Dkernel-doc.rst69 * Context: 描述函数是否可以休眠, 它需要、释放或期望持有什么锁.
107 可调用函数的上下文应该在 ``Context`` 节中描述。此节应该包括函数是休眠的还是
113 * Context: Any context.
114 * Context: Any context. Takes and releases the RCU lock.
115 * Context: Any context. Expects <lock> to be held by caller.
116 * Context: Process context. May sleep if @gfp flags permit.
117 * Context: Process context. Takes and releases <mutex>.
118 * Context: Softirq or process context. Takes and releases <lock>, BH-safe.
119 * Context: Interrupt context.
306 * Context: 锁(Locking)上下文.
/linux-6.15/tools/perf/scripts/perl/Perf-Trace-Util/
H A DREADME9 that scripts may want to use. Context.pm contains the Perl->C
11 executable; scripts wishing to do that should 'use Context.pm'.
13 The Perl->C perf interface is completely driven by Context.xs. If you
23 make # to create Context.c
25 edit Context.c to add const to the char* file = __FILE__ line in
30 Context.c
H A DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
H A DBuild1 perf-util-y += Context.o
/linux-6.15/Documentation/networking/
H A Dnetdevices.rst215 Context: process
220 Context: process
233 Context: process
241 Context: process
249 Context: process
257 Context: process
262 Context: atomic (can't sleep under RCU)
274 Context: Process with BHs disabled or BH (timer),
286 Context: BHs disabled
291 Context: BHs disabled
[all …]
/linux-6.15/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm1 package Perf::Trace::Context;
/linux-6.15/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild1 perf-util-y += Context.o
/linux-6.15/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl11 use Perf::Trace::Context;
H A Dcheck-perf-trace.pl13 use Perf::Trace::Context;
/linux-6.15/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst110 * Context: Describes whether the function can sleep, what locks it takes,
156 sezione chiamata ``Context``. Questo dovrebbe informare sulla possibilità
163 * Context: Any context.
164 * Context: Any context. Takes and releases the RCU lock.
165 * Context: Any context. Expects <lock> to be held by caller.
166 * Context: Process context. May sleep if @gfp flags permit.
167 * Context: Process context. Takes and releases <mutex>.
168 * Context: Softirq or process context. Takes and releases <lock>, BH-safe.
169 * Context: Interrupt context.
368 * Context: Locking context.
/linux-6.15/Documentation/doc-guide/
H A Dkernel-doc.rst83 * Context: Describes whether the function can sleep, what locks it takes,
128 section named ``Context``. This should include whether the function
134 * Context: Any context.
135 * Context: Any context. Takes and releases the RCU lock.
136 * Context: Any context. Expects <lock> to be held by caller.
137 * Context: Process context. May sleep if @gfp flags permit.
138 * Context: Process context. Takes and releases <mutex>.
139 * Context: Softirq or process context. Takes and releases <lock>, BH-safe.
140 * Context: Interrupt context.
339 * Context: Locking context.
/linux-6.15/arch/sparc/kernel/
H A Ddtlb_miss.S7 brz,pn %g5, kvmap_dtlb ! Context 0 processing
H A Ditlb_miss.S7 brz,pn %g5, kvmap_itlb ! Context 0 processing
/linux-6.15/Documentation/core-api/
H A Dentry.rst9 * RCU / Context tracking
85 * RCU / Context tracking
99 * RCU / Context tracking
217 * RCU / Context tracking
/linux-6.15/drivers/media/pci/intel/ivsc/
H A DKconfig15 Context Engine) and CSI (Camera Serial Interface), each of which
/linux-6.15/tools/perf/Documentation/
H A Dperf-script-perl.txt122 use Perf::Trace::Context;
187 Perf::Trace::Context Module
193 Perf::Trace::Context defines a set of functions that can be used to
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase_device.py127 _pyudev_context: ClassVar[Optional[pyudev.Context]] = None
138 cls._pyudev_context = pyudev.Context()
/linux-6.15/Documentation/kernel-hacking/
H A Dlocking.rst141 Locking Only In User Context
161 Locking Between User Context and Softirqs
176 as well: see `Hard IRQ Context`_.
183 Locking Between User Context and Tasklets
189 Locking Between User Context and Timers
242 Hard IRQ Context
321 …IRQ Handler B Softirq A Softirq B Tasklet A Tasklet B Timer A Timer B User Context A User Context B
378 All In User Context
491 Accessing From Interrupt Context
1418 Interrupt Context
[all …]
/linux-6.15/Documentation/accounting/
H A Dtaskstats-struct.rst182 __u64 nvcsw; /* Context voluntary switch counter */
183 __u64 nivcsw; /* Context involuntary switch counter */
/linux-6.15/Documentation/scheduler/
H A Dsched-arch.rst7 Context switch
/linux-6.15/Documentation/devicetree/bindings/display/imx/
H A Dnxp,imx8mq-dcss.yaml32 - description: Context loader completion and error interrupt
/linux-6.15/Documentation/timers/
H A Ddelay_sleep_functions.rst31 * - Usage in atomic Context
/linux-6.15/fs/smb/client/
H A Dsmb2pdu.h201 char Context[]; /* ignored, Windows sets to 4 bytes of zero */ member
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.h190 __u8 Context[4]; /* ignored, Windows sets to 4 bytes of zero */ member
/linux-6.15/Documentation/scsi/
H A DChangeLog.arcmsr105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb

123