Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dexport.h95 struct rcu_work ek_rcu_work; member
H A Dexport.c46 container_of(to_rcu_work(work), struct svc_expkey, ek_rcu_work); in expkey_put_work()
59 INIT_RCU_WORK(&key->ek_rcu_work, expkey_put_work); in expkey_put()
60 queue_rcu_work(system_wq, &key->ek_rcu_work); in expkey_put()