Home
last modified time | relevance | path

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

/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-mod.c140 static void alloc_work_func(struct work_struct *work);
141 static DECLARE_DELAYED_WORK(alloc_dwork, alloc_work_func);
143 static void alloc_work_func(struct work_struct *work) in alloc_work_func() function