Searched refs:ima_keys_handler (Results 1 – 1 of 1) sorted by relevance
33 static void ima_keys_handler(struct work_struct *work);34 static DECLARE_DELAYED_WORK(ima_keys_delayed_work, ima_keys_handler);41 static void ima_keys_handler(struct work_struct *work) in ima_keys_handler() function