Home
last modified time | relevance | path

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

/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-mod.c165 static void cleanup_work_func(struct work_struct *work);
166 static DECLARE_DELAYED_WORK(cleanup_dwork, cleanup_work_func);
168 static void cleanup_work_func(struct work_struct *work) in cleanup_work_func() function