Home
last modified time | relevance | path

Searched defs:Work (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/trace/
H A Dkprobes.rst178 Init a Kprobe
186 Safety Check
209 Preparing Detour Buffer
221 Pre-optimization
242 Optimization
257 Unoptimization
/linux/rust/kernel/
H A Dworkqueue.rs486 pub struct Work<T: ?Sized, const ID: u64 = 0> { global() struct
495 unsafe impl<T: ?Sized, const ID: u64> Send for Work<T, ID> {} global() implementation
499 unsafe impl<T: ?Sized, const ID: u64> Sync for Work<T, ID> {} global() implementation
501 impl<T: ?Sized, const ID: u64> Work<T, ID> { global() implementation
[all...]
/linux/tools/perf/scripts/python/
H A Dparallel-perf.py39 class Work(): class
/linux/drivers/android/binder/
H A Dprocess.rs1718 Work(DLArc<dyn DeliverToRead>), enumerator