Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-riscv-imsic-state.c156 if (READ_ONCE(mvec->move_next)) { in __imsic_local_sync()
170 mvec = READ_ONCE(vec->move_next); in __imsic_local_sync()
199 WRITE_ONCE(vec->move_next, NULL); in __imsic_local_sync()
366 WRITE_ONCE(vec->move_next, move_vec); in imsic_vector_move_update()
455 vec->move_next = NULL; in imsic_vector_alloc()
H A Dirq-riscv-imsic-state.h26 struct imsic_vector *move_next; member
/linux/rust/kernel/
H A Dlist.rs871 /// cursor.move_next();
897 /// cursor.move_next();
908 /// if !cursor.move_next() {
924 /// cursor.move_next();
1030 pub fn move_next(&mut self) -> bool { in move_next()
1131 self.cursor.move_next(); in arc()
1134 // INVARIANT: `self.ptr` is not equal to `self.cursor.next` due to the above `move_next` in arc()
1014 pub fn move_next(&mut self) -> bool { move_next() method
H A Drbtree.rs588 /// cursor = cursor.move_next().unwrap();
599 /// cursor = cursor.move_next().unwrap();
602 /// let cursor = cursor.move_next();
973 pub fn move_next(self) -> Option<Self> {
970 pub fn move_next(self) -> Option<Self> { move_next() method
/linux/drivers/android/binder/
H A Dfreeze.rs364 curr = cursor.move_next(); in find_freeze_recipients()
H A Dprocess.rs307 cursor.move_next(); in pull_delivered_death()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3073 goto move_next; in ath11k_dp_rx_reap_mon_status_ring()
3119 goto move_next; in ath11k_dp_rx_reap_mon_status_ring()
3139 move_next: in ath11k_dp_rx_reap_mon_status_ring()