Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_process.c75 static void restore_process_worker(struct work_struct *work);
644 INIT_DELAYED_WORK(&process->restore_work, restore_process_worker); in create_process()
1048 static void restore_process_worker(struct work_struct *work) in restore_process_worker() function