Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp337 struct thread_group *dext_thread_group = threadGroupForDextService(device); in registerDevice() local
338 if (dext_thread_group) { in registerDevice()
343 clientData.driverState.target_thread_group_id = thread_group_get_id(dext_thread_group); in registerDevice()
344 …clientData.driverState.target_thread_group_data = thread_group_get_machine_data(dext_thread_group); in registerDevice()
346 clientData.target_thread_group = dext_thread_group; in registerDevice()
347 thread_group_retain(dext_thread_group); in registerDevice()