Lines Matching refs:timeout
94 vdev->timeout.boot = -1;
95 vdev->timeout.jsm = -1;
96 vdev->timeout.tdr = -1;
97 vdev->timeout.inference = -1;
98 vdev->timeout.autosuspend = -1;
99 vdev->timeout.d0i3_entry_msg = -1;
101 vdev->timeout.boot = 50;
102 vdev->timeout.jsm = 15000;
103 vdev->timeout.tdr = 30000;
104 vdev->timeout.inference = 900000;
105 vdev->timeout.autosuspend = -1;
106 vdev->timeout.d0i3_entry_msg = 500;
107 vdev->timeout.state_dump_msg = 10000;
109 vdev->timeout.boot = 50;
110 vdev->timeout.jsm = 500;
111 vdev->timeout.tdr = 10000;
112 vdev->timeout.inference = 300000;
113 vdev->timeout.autosuspend = 100;
114 vdev->timeout.d0i3_entry_msg = 100;
115 vdev->timeout.state_dump_msg = 10;
117 vdev->timeout.boot = 1000;
118 vdev->timeout.jsm = 500;
119 vdev->timeout.tdr = 2000;
120 vdev->timeout.inference = 60000;
122 vdev->timeout.autosuspend = 10;
124 vdev->timeout.autosuspend = 100;
125 vdev->timeout.d0i3_entry_msg = 5;
126 vdev->timeout.state_dump_msg = 100;