Searched refs:kernel_pgtable_work_func (Results 1 – 1 of 1) sorted by relevance
413 static void kernel_pgtable_work_func(struct work_struct *work);423 .work = __WORK_INITIALIZER(kernel_pgtable_work.work, kernel_pgtable_work_func),426 static void kernel_pgtable_work_func(struct work_struct *work) in kernel_pgtable_work_func() function