Searched refs:Context (Results 1 – 25 of 45) sorted by relevance
12
/linux-5.19.10/Documentation/translations/zh_CN/doc-guide/ |
D | kernel-doc.rst | 69 * 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-5.19.10/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 9 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
|
D | Context.xs | 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
D | Build | 1 perf-y += Context.o
|
/linux-5.19.10/Documentation/networking/ |
D | netdevices.rst | 214 Context: process 218 Context: process 223 Context: process 231 Context: process 238 Context: process 245 Context: process 252 Context: process 256 Context: atomic (can't sleep under rwlock or RCU) 268 Context: Process with BHs disabled or BH (timer), 280 Context: BHs disabled [all …]
|
/linux-5.19.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Context.pm | 1 package Perf::Trace::Context;
|
/linux-5.19.10/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 1 perf-y += Context.o
|
/linux-5.19.10/Documentation/doc-guide/ |
D | kernel-doc.rst | 78 * Context: Describes whether the function can sleep, what locks it takes, 123 section named ``Context``. This should include whether the function 129 * Context: Any context. 130 * Context: Any context. Takes and releases the RCU lock. 131 * Context: Any context. Expects <lock> to be held by caller. 132 * Context: Process context. May sleep if @gfp flags permit. 133 * Context: Process context. Takes and releases <mutex>. 134 * Context: Softirq or process context. Takes and releases <lock>, BH-safe. 135 * Context: Interrupt context. 334 * Context: Locking context.
|
/linux-5.19.10/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 107 * Context: Describes whether the function can sleep, what locks it takes, 153 sezione chiamata ``Context``. Questo dovrebbe informare sulla possibilità 160 * Context: Any context. 161 * Context: Any context. Takes and releases the RCU lock. 162 * Context: Any context. Expects <lock> to be held by caller. 163 * Context: Process context. May sleep if @gfp flags permit. 164 * Context: Process context. Takes and releases <mutex>. 165 * Context: Softirq or process context. Takes and releases <lock>, BH-safe. 166 * Context: Interrupt context. 365 * Context: Locking context.
|
/linux-5.19.10/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 11 use Perf::Trace::Context;
|
D | check-perf-trace.pl | 13 use Perf::Trace::Context;
|
/linux-5.19.10/arch/arc/kernel/ |
D | ctx_sw_asm.S | 16 ;################### Low Level Context Switch ##########################
|
/linux-5.19.10/arch/sparc/kernel/ |
D | dtlb_miss.S | 7 brz,pn %g5, kvmap_dtlb ! Context 0 processing
|
D | itlb_miss.S | 7 brz,pn %g5, kvmap_itlb ! Context 0 processing
|
/linux-5.19.10/Documentation/core-api/ |
D | entry.rst | 9 * RCU / Context tracking 85 * RCU / Context tracking 99 * RCU / Context tracking 217 * RCU / Context tracking
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-script-perl.txt | 122 use Perf::Trace::Context; 187 Perf::Trace::Context Module 193 Perf::Trace::Context defines a set of functions that can be used to
|
/linux-5.19.10/Documentation/devicetree/bindings/misc/ |
D | qcom,fastrpc.txt | 53 Definition: Context Bank ID.
|
/linux-5.19.10/Documentation/kernel-hacking/ |
D | locking.rst | 141 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 331 User Context A SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH … 332 User Context B SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH … 378 All In User Context [all …]
|
/linux-5.19.10/Documentation/accounting/ |
D | taskstats-struct.rst | 182 __u64 nvcsw; /* Context voluntary switch counter */ 183 __u64 nivcsw; /* Context involuntary switch counter */
|
/linux-5.19.10/Documentation/scheduler/ |
D | sched-arch.rst | 7 Context switch
|
/linux-5.19.10/Documentation/devicetree/bindings/display/imx/ |
D | nxp,imx8mq-dcss.yaml | 32 - description: Context loader completion and error interrupt
|
/linux-5.19.10/fs/cifs/ |
D | smb2pdu.h | 217 char Context[]; /* ignored, Windows sets to 4 bytes of zero */ member
|
/linux-5.19.10/fs/ksmbd/ |
D | smb2pdu.h | 218 __u8 Context[4]; /* ignored, Windows sets to 4 bytes of zero */ member
|
/linux-5.19.10/Documentation/scsi/ |
D | ChangeLog.arcmsr | 105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb
|
/linux-5.19.10/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 19 2. Context
|
12