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

/linux-master/samples/livepatch/
H A Dlivepatch-shadow-mod.c160 * cleanup_work_func: frees dummy structures. Without knownledge of
165 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) function

Completed in 108 milliseconds