Home
last modified time | relevance | path

Searched refs:waiting_at (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Damba-pl08x.c245 * @waiting_at: time in jiffies when this channel moved to waiting state
259 unsigned long waiting_at; member
868 plchan->waiting_at = jiffies; in pl08x_phy_alloc_and_start()
907 unsigned long waiting_at; in pl08x_phy_free() local
910 waiting_at = jiffies; in pl08x_phy_free()
919 p->waiting_at <= waiting_at) { in pl08x_phy_free()
921 waiting_at = p->waiting_at; in pl08x_phy_free()
927 p->waiting_at < in pl08x_phy_free()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Damba-pl08x.c245 * @waiting_at: time in jiffies when this channel moved to waiting state
259 unsigned long waiting_at; member
868 plchan->waiting_at = jiffies; in pl08x_phy_alloc_and_start()
907 unsigned long waiting_at; in pl08x_phy_free() local
910 waiting_at = jiffies; in pl08x_phy_free()
919 p->waiting_at <= waiting_at) { in pl08x_phy_free()
921 waiting_at = p->waiting_at; in pl08x_phy_free()
927 p->waiting_at < in pl08x_phy_free()
[all...]

Completed in 5 milliseconds