Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dmessage.c188 m_unpin_work); in rds_message_unpin_worker()
215 INIT_WORK(&rm->m_unpin_work, rds_message_unpin_worker); in rds_message_put()
216 queue_work(rds_wq, &rm->m_unpin_work); in rds_message_put()
H A Drds.h455 struct work_struct m_unpin_work; member