| /linux/drivers/android/binder/ |
| H A D | transaction.rs | 23 thread::{PushWorkRes, Thread}, 32 pub(crate) from: Arc<Thread>, 56 from: &Arc<Thread>, in new() argument 116 from: &Arc<Thread>, in new_reply() argument 192 fn find_target_thread(&self) -> Option<Arc<Thread>> { in find_target_thread() argument 204 pub(crate) fn find_from(&self, thread: &Thread) -> Option<&DArc<Transaction>> { in find_from() 347 thread: &Thread, in do_work() argument
|
| H A D | process.rs | 50 thread::{PushWorkRes, Thread}, 107 threads: RBTree<i32, Arc<Thread>>, 109 ready_threads: List<Thread>, 223 othread: Option<&Thread>, in update_node_refcount() argument 244 thread: Option<&Thread>, in new_node_ref() argument 255 thread: &Thread, in new_node_ref_with_thread() argument 663 thread: &'a Arc<Thread>, in get_work_or_register() argument 675 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread() argument 694 let ta: Arc<Thread> = Thread::new(id, self.into())?; in get_current_thread() 724 thread: &Thread, in set_as_manager() argument [all …]
|
| H A D | rust_binder_main.rs | 29 use crate::{context::Context, page_range::Shrinker, process::Process, thread::Thread}; 102 thread: &'a Thread, 106 fn new(writer: UserSliceWriter, thread: &'a Thread) -> Self { in new() 140 thread: &Thread, in do_work() argument 245 _thread: &Thread, in do_work() argument
|
| H A D | thread.rs | 342 fn pop_transaction_to_reply(&mut self, thread: &Thread) -> Result<DArc<Transaction>> { in pop_transaction_to_reply() 410 pub(crate) struct Thread { struct 428 impl ListArcSafe<0> for Thread { argument 433 impl ListItem<0> for Thread { 438 impl Thread { impl 443 try_pin_init!(Thread { in new() 1566 _thread: &Thread, in do_work() argument
|
| H A D | node.rs | 18 thread::Thread, 702 _thread: &Thread, in do_work() argument 1004 pub(crate) fn set_notification_done(self: DArc<Self>, thread: &Thread) { in set_notification_done() argument 1073 _thread: &Thread, in do_work() argument
|
| H A D | freeze.rs | 17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc, 87 thread: &Thread, in do_work() argument
|
| /linux/tools/perf/scripts/python/ |
| H A D | gecko.py | 92 class Thread: class 295 thread = Thread(comm=comm, pid=pid, tid=tid) 304 http_server_thread = threading.Thread(target=test, args=(CORSRequestHandler, HTTPServer,))
|
| /linux/rust/pin-init/examples/ |
| H A D | mutex.rs | 18 thread::{self, sleep, Builder, Thread}, 169 thread: Thread,
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-timerlat-top.rst | 53 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us) 106 Thread latency: 41.96 us (100%)
|
| H A D | common_timerlat_options.txt | 28 Stop trace if the *Thread* latency is higher than the argument in us. 32 Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
|
| H A D | common_timerlat_description.txt | 8 prints the timer latency at the timer *IRQ* handler and the *Thread*
|
| H A D | rtla-osnoise-top.rst | 46 …% CPU Aval Max Noise Max Single HW NMI IRQ Softirq Thread
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netpoll_basic.py | 62 BPF_THREAD: Optional[threading.Thread] = None 249 BPF_THREAD = threading.Thread(target=bpftrace_call)
|
| /linux/Documentation/arch/x86/ |
| H A D | amd-hfi.rst | 41 Thread Classification and Ranking Table Interaction 55 Thread Classification Example Table 67 Thread classification is performed by the hardware each time that the thread is switched out.
|
| H A D | mds.rst | 90 This does not protect against cross Hyper-Thread attacks except for MSBDS 183 protected against cross Hyper-Thread attacks because the Fill Buffer and 193 that stale data from the idling CPU from spilling to the Hyper-Thread
|
| /linux/Documentation/arch/powerpc/ |
| H A D | dscr.rst | 16 dscr /* Thread DSCR value */ 17 dscr_inherit /* Thread has changed default DSCR */
|
| H A D | imc.rst | 19 on-chip but off-core), Core level and Thread level. 25 The Core and Thread IMC PMU counters are handled in the core. Core level PMU
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | cross-thread-rsb.rst | 4 Cross-Thread Return Address Predictions 32 CVE-2022-27672 Cross-Thread Return Address Predictions
|
| H A D | attack_vector_controls.rst | 104 Cross-Thread 202 Vulnerability User-to-Kernel User-to-User Guest-to-Host Guest-to-Guest Cross-Thread Notes
|
| H A D | gather_data_sampling.rst | 24 Because the buffers are shared between Hyper-Threads cross Hyper-Thread attacks
|
| /linux/Documentation/usb/ |
| H A D | dwc3.rst | 39 sleeping is handed over to the Thread. The event is saved in an
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xive.rst | 25 1. Thread Interrupt Management Area (TIMA) 27 Each thread has an associated Thread Interrupt Management context
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 311 一个内核数据竞争检测的替代方法是 `Kernel Thread Sanitizer (KTSAN)
|
| /linux/arch/arm/mm/ |
| H A D | proc-v7m.S | 147 msr control, r1 @ Thread mode has unpriviledged access
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_rate_tc_bw.py | 295 thread = threading.Thread(
|