Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/miscfs/specfs/
H A Dspec_vnops.c2443 extern thread_t pm_sync_thread;
2474 if (current_thread() == pm_sync_thread) { in spec_strategy()
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_syscalls.c3194 thread_t pm_sync_thread; variable
3202 pm_sync_thread = current_thread(); in sync_thread()
3226 pm_sync_thread = NULL; in sync_thread()