Searched refs:procs (Results 1 – 2 of 2) sorted by relevance
31 static struct list_head procs; variable106 INIT_LIST_HEAD(&procs); in kfd_debugfs_init()153 list_add(&entry->list, &procs); in kfd_debugfs_add_process()178 list_for_each_entry_safe(entry, next, &procs, list) { in kfd_debugfs_remove_process()
14 This will make it possible to register two different procs (decoder and
Completed in 5 milliseconds