Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/livepatch/
H A Dlivepatch-shadow-mod.c135 * alloc_work_func: allocates new dummy structures, allocates additional
140 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
162 * alloc_work_func created.
/kernel/linux/linux-6.6/samples/livepatch/
H A Dlivepatch-shadow-mod.c135 * alloc_work_func: allocates new dummy structures, allocates additional
140 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
162 * alloc_work_func created.

Completed in 2 milliseconds