Home
last modified time | relevance | path

Searched refs:from_last (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dib_recv.c82 struct list_head *from_last = from->prev; in list_splice_entire_tail() local
84 list_splice_tail(from_last, to); in list_splice_entire_tail()
85 list_add_tail(from_last, to); in list_splice_entire_tail()
/kernel/linux/linux-6.6/net/rds/
H A Dib_recv.c83 struct list_head *from_last = from->prev; in list_splice_entire_tail() local
85 list_splice_tail(from_last, to); in list_splice_entire_tail()
86 list_add_tail(from_last, to); in list_splice_entire_tail()
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c398 u32 from_last; in hci_pio_push_to_next_rx() local
403 from_last = xfer->data_word_before_partial; in hci_pio_push_to_next_rx()
406 from_last = from[received]; in hci_pio_push_to_next_rx()
447 last_word = (count == 1) ? from_last : *from++; in hci_pio_push_to_next_rx()

Completed in 5 milliseconds