Home
last modified time | relevance | path

Searched defs:static (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/
H A Ddevres.rs361 T: Send + 'static, in register() argument
313 register_foreign<P>(dev: &Device<Bound>, data: P) -> Result where P: ForeignOwnable + Send + 'static, register_foreign() argument
H A Dworkqueue.rs269 W: RawWorkItem<ID> + Send + 'static, in enqueue() argument
302 W: RawDelayedWorkItem<ID> + Send + 'static, in enqueue_delayed() argument
[all...]
H A Dcpufreq.rs1049 pub fn new_foreign_owned(dev: &Device<Bound>) -> Result in new_foreign_owned()
/linux/tools/verification/rv/
H A DMakefile65 static: $(RV_IN) target
/linux/tools/tracing/rtla/
H A DMakefile84 static: $(RTLA_IN) target
/linux/rust/kernel/drm/
H A Ddriver.rs137 new_foreign_owned( drm: &drm::Device<T>, dev: &device::Device<device::Bound>, flags: usize, ) -> Result where T: 'static, new_foreign_owned() argument
/linux/rust/kernel/alloc/
H A Dkbox.rs289 A: 'static, in pin()