Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddebugfs.rs81 T: Sync + 'static, in create_file()
150 T: Writer + Send + Sync + 'static, in read_only_file()
177 T: BinaryWriter + Send + Sync + 'static, in read_binary_file()
215 T: Send + Sync + 'static, in read_callback_file()
232 T: Writer + Reader + Send + Sync + 'static, in read_write_file()
248 T: BinaryWriter + BinaryReader + Send + Sync + 'static, in read_write_binary_file()
268 T: Send + Sync + 'static, in read_write_callback_file()
291 T: Reader + Send + Sync + 'static, in write_only_file()
308 T: BinaryReader + Send + Sync + 'static, in write_binary_file()
324 T: Send + Sync + 'static, in write_callback_file()
[all …]
H A Ddevres.rs323 P: ForeignOwnable + Send + 'static, in register_foreign()
371 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register()
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/alloc/
H A Dkbox.rs289 A: 'static, in pin()