Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dmm.h65 struct mm_struct *mm = container_of(rhp, struct mm_struct, delayed_drop); in __mmdrop_delayed()
78 call_rcu(&mm->delayed_drop, __mmdrop_delayed); in mmdrop_sched()
/linux/include/linux/
H A Dmm_types.h963 struct rcu_head delayed_drop; member