Home
last modified time | relevance | path

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

/drivers/net/phy/
Dfixed_phy.c39 seqcount_t seqcount; member
68 s = read_seqcount_begin(&fp->seqcount); in fixed_mdio_read()
76 } while (read_seqcount_retry(&fp->seqcount, s)); in fixed_mdio_read()
130 write_seqcount_begin(&fp->seqcount); in fixed_phy_update_state()
140 write_seqcount_end(&fp->seqcount); in fixed_phy_update_state()
165 seqcount_init(&fp->seqcount); in fixed_phy_add()
/drivers/infiniband/hw/hfi1/
Dsdma.c2345 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()