Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddcache.c54 lld = container_of(head, struct ll_dentry_data, lld_rcu_head); in free_dentry_data()
74 call_rcu(&lld->lld_rcu_head, free_dentry_data); in ll_release()
Dllite_internal.h71 struct rcu_head lld_rcu_head; member