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.rs479 pub struct Work<T: ?Sized, const ID: u64 = 0> { struct
488 unsafe impl<T: ?Sized, const ID: u64> Send for Work<T, ID> {} argument
492 unsafe impl<T: ?Sized, const ID: u64> Sync for Work<T, ID> {} implementation
494 impl<T: ?Sized, const ID: u64> Work<T, ID> { implementation
/linux/tools/perf/scripts/python/
H A Dparallel-perf.py39 class Work(): class
/linux/drivers/android/binder/
H A Dprocess.rs1750 Work(DLArc<dyn DeliverToRead>), enumerator