Searched defs:static (Results 1 – 7 of 7) sorted by relevance
/linux/rust/kernel/ |
H A D | devres.rs | 361 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 D | workqueue.rs | 269 W: RawWorkItem<ID> + Send + 'static, in enqueue() argument 302 W: RawDelayedWorkItem<ID> + Send + 'static, in enqueue_delayed() argument [all...] |
H A D | cpufreq.rs | 1049 pub fn new_foreign_owned(dev: &Device<Bound>) -> Result in new_foreign_owned()
|
/linux/tools/verification/rv/ |
H A D | Makefile | 65 static: $(RV_IN) target
|
/linux/tools/tracing/rtla/ |
H A D | Makefile | 84 static: $(RTLA_IN) target
|
/linux/rust/kernel/drm/ |
H A D | driver.rs | 137 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 D | kbox.rs | 289 A: 'static, in pin()
|