| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A 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/tools/perf/scripts/perl/Perf-Trace-Util/ |
| H A 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
|
| H A D | Context.xs | 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
| H A D | Build | 1 perf-util-y += Context.o
|
| /linux/Documentation/networking/ |
| H A D | netdevices.rst | 215 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 …]
|
| H A D | xsk-tx-metadata.rst | 120 Context Descriptor is a relative offset to the starting time of the Qbv
|
| /linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Context.pm | 1 package Perf::Trace::Context;
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | kernel-doc.rst | 110 * 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/Documentation/doc-guide/ |
| H A D | kernel-doc.rst | 83 * 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/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 29 use crate::{context::Context, page_range::Shrinker, process::Process, thread::Thread}; 335 match Context::new(name) { in rust_binder_new_context() 348 let ctx = unsafe { Arc::<Context>::from_foreign(device) }; in rust_binder_remove_context() 368 let ctx = unsafe { Arc::<Context>::borrow((*device).ctx) }; in rust_binder_open()
|
| H A D | process.rs | 43 context::Context, 428 pub(crate) ctx: Arc<Context>, 497 fn new(ctx: Arc<Context>, cred: ARef<Credential>) -> Result<Arc<Self>> { in new() argument 526 pub(crate) fn debug_print_stats(&self, m: &SeqFile, ctx: &Context) -> Result<()> { in debug_print_stats() 574 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() argument 1604 pub(crate) fn open(ctx: ArcBorrow<'_, Context>, file: &File) -> Result<Arc<Process>> { in open() argument
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/ |
| H A D | Build | 1 perf-util-y += Context.o
|
| /linux/tools/perf/scripts/perl/ |
| H A D | failed-syscalls.pl | 11 use Perf::Trace::Context;
|
| H A D | check-perf-trace.pl | 13 use Perf::Trace::Context;
|
| /linux/arch/sparc/kernel/ |
| H A D | dtlb_miss.S | 7 brz,pn %g5, kvmap_dtlb ! Context 0 processing
|
| H A D | itlb_miss.S | 7 brz,pn %g5, kvmap_itlb ! Context 0 processing
|
| /linux/drivers/media/pci/intel/ivsc/ |
| H A D | Kconfig | 15 Context Engine) and CSI (Camera Serial Interface), each of which
|
| /linux/tools/perf/Documentation/ |
| H A 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/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 135 _pyudev_context: ClassVar[Optional[pyudev.Context]] = None 146 cls._pyudev_context = pyudev.Context()
|
| /linux/Documentation/kernel-hacking/ |
| H A 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/Documentation/scheduler/ |
| H A D | sched-arch.rst | 7 Context switch
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb
|
| /linux/Documentation/bpf/ |
| H A D | prog_cgroup_sysctl.rst | 19 2. Context
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 422 byte mask value for Context ID comparator N. 432 Number of Context ID comparators
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | Kconfig | 143 bool "Channel Context support"
|