Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 25 of 49) sorted by relevance

12

/linux/drivers/android/binder/
H A Dtransaction.rs23 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 Dprocess.rs50 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 Drust_binder_main.rs29 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 Dthread.rs342 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 Dnode.rs18 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 Dfreeze.rs17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc,
87 thread: &Thread, in do_work() argument
/linux/tools/perf/scripts/python/
H A Dgecko.py92 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 Dmutex.rs18 thread::{self, sleep, Builder, Thread},
169 thread: Thread,
/linux/Documentation/tools/rtla/
H A Drtla-timerlat-top.rst53 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us)
106 Thread latency: 41.96 us (100%)
H A Dcommon_timerlat_options.txt28 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 Dcommon_timerlat_description.txt8 prints the timer latency at the timer *IRQ* handler and the *Thread*
H A Drtla-osnoise-top.rst46 …% CPU Aval Max Noise Max Single HW NMI IRQ Softirq Thread
/linux/tools/testing/selftests/drivers/net/
H A Dnetpoll_basic.py62 BPF_THREAD: Optional[threading.Thread] = None
249 BPF_THREAD = threading.Thread(target=bpftrace_call)
/linux/Documentation/arch/x86/
H A Damd-hfi.rst41 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 Dmds.rst90 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 Ddscr.rst16 dscr /* Thread DSCR value */
17 dscr_inherit /* Thread has changed default DSCR */
H A Dimc.rst19 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 Dcross-thread-rsb.rst4 Cross-Thread Return Address Predictions
32 CVE-2022-27672 Cross-Thread Return Address Predictions
H A Dattack_vector_controls.rst104 Cross-Thread
202 Vulnerability User-to-Kernel User-to-User Guest-to-Host Guest-to-Guest Cross-Thread Notes
H A Dgather_data_sampling.rst24 Because the buffers are shared between Hyper-Threads cross Hyper-Thread attacks
/linux/Documentation/usb/
H A Ddwc3.rst39 sleeping is handed over to the Thread. The event is saved in an
/linux/Documentation/virt/kvm/devices/
H A Dxive.rst25 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 Dkcsan.rst311 一个内核数据竞争检测的替代方法是 `Kernel Thread Sanitizer (KTSAN)
/linux/arch/arm/mm/
H A Dproc-v7m.S147 msr control, r1 @ Thread mode has unpriviledged access
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py295 thread = threading.Thread(

12