Searched defs:pm_scan (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h102 typedef struct pm_scan { struct
802 extern void pm_scan(void *);
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c982 * Dispatching pm_scan during attach time is risky due to the fact that
988 * Multiple pm_scan dispatching is unecessary and costly to keep track
989 * of. The PM_SCAN_DISPATCHED flag is used between pm_rescan and pm_scan
998 !taskq_dispatch(system_taskq, pm_scan, (void *)dip, TQ_NOSLEEP)) {
999 PMD(PMD_SCAN, ("%s: %s@%s(%s#%d): attaching, pm_scan already "
1023 PMD(PMD_SCAN, ("%s: dispatched pm_scan for %s@%s(%s#%d)\n",
1031 pm_scan(void *arg) function
1061 /* possible having two threads running pm_scan() */
1345 * wait for termination of dispatched pm_scan thread

Completed in 81 milliseconds