Home
last modified time | relevance | path

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

/lib/livepatch/
Dtest_klp_callbacks_busy.c15 static void busymod_work_func(struct work_struct *work);
16 static DECLARE_DELAYED_WORK(work, busymod_work_func);
18 static void busymod_work_func(struct work_struct *work) in busymod_work_func() function