Home
last modified time | relevance | path

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

/openbmc/linux/security/yama/
H A Dyama_lsm.c41 static void yama_relation_cleanup(struct work_struct *work);
42 static DECLARE_WORK(yama_relation_work, yama_relation_cleanup);
115 static void yama_relation_cleanup(struct work_struct *work) in yama_relation_cleanup() function