Home
last modified time | relevance | path

Searched refs:WaitEntry (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/pin-init/examples/
H A Dmutex.rs92 stack_pin_init!(let wait_entry = WaitEntry::insert_new(&self.wait_list)); in lock()
133 let wait_entry = list_field.as_ptr().cast::<WaitEntry>(); in drop()
158 struct WaitEntry { struct
164 impl WaitEntry { argument