Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in cleanup_work_func() function
/kernel/linux/linux-6.6/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) in cleanup_work_func() function

Completed in 1 milliseconds