Lines Matching full:true
17 .normal = true,
22 .normal = true,
23 .operating = true,
28 .operating = true,
29 .loading = true,
34 .operating = true,
35 .loading = true,
44 .normal = true,
45 .operating = true,
46 .loading = true,
51 .operating = true,
52 .loading = true,
58 .operating = true,
59 .loading = true,
64 .operating = true,
70 .quiescent = true,
79 .draining = true,
80 .operating = true,
85 .draining = true,
86 .operating = true,
91 .draining = true,
92 .quiescing = true,
93 .operating = true,
98 .quiescent = true,
103 .draining = true,
104 .loading = true,
105 .operating = true,
110 .draining = true,
111 .operating = true,
116 .draining = true,
117 .quiescing = true,
118 .operating = true,
123 .quiescent = true,
128 .draining = true,
129 .quiescing = true,
130 .operating = true,
135 .quiescent = true,
140 .operating = true,
145 .operating = true,
195 * Return: true if there was an operation to finish.
212 return true; in vdo_finish_operation()
244 state->starting = true; in begin_operation()
265 * Return: true if the operation was started.
277 * @valid true if the code is of an appropriate type.
292 return true; in check_code()
306 * Return: true if the specified operation is a drain.
320 * Return: true if the drain was initiated, if not the waiter will be notified.
349 * Return: true if the state was draining; will notify the waiter if so.
359 * Return: true if the state was draining; will notify the waiter if so.
370 * Return: true if the specified operation is a load.
384 * Return: true if the load was initiated, if not the waiter will be notified.
397 * Return: true if the state was loading; will notify the waiter if so.
408 * Return: true if the state was loading; will notify the waiter if so.
419 * Return: true if the code is a resume operation.
434 * Return: true if the resume was initiated, if not the waiter will be notified.
447 * Return: true if the state was resuming; will notify the waiter if so.
458 * Return: true if the state was resuming; will notify the waiter if so.