Home
last modified time | relevance | path

Searched defs:Work (Results 1 – 3 of 3) 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.rs351 pub struct Work<T: ?Sized, const ID: u64 = 0> { global() struct
360 unsafe impl<T: ?Sized, const ID: u64> Send for Work<T, ID> {} global() implementation
364 unsafe impl<T: ?Sized, const ID: u64> Sync for Work<T, ID> {} global() implementation
366 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