Searched refs:head_ref_mut (Results 1 – 1 of 1) sorted by relevance
201 let head_ref_mut = &mut *head; in set_list() localVariable202 head_ref_mut.list.next = futexes.get_addr(0) as *const RobustList; in set_list()205 let list_2 = NonNull::from(&*head_ref_mut.list.next).as_ptr(); in set_list()270 let head_ref_mut = &mut *head; in test01() localVariable271 head_ref_mut.list.next = futexes.offset(0) as *const RobustList; in test01()272 let list_2 = NonNull::from(&*head_ref_mut.list.next).as_ptr(); in test01()