Lines Matching refs:idle
46 * Indicate to the HV that we are idle. Now would be
49 get_lppaca()->idle = 1;
56 get_lppaca()->idle = 0;
63 * If we are reading from an idle context, update the
64 * idle-purr cycles corresponding to the last idle period.
65 * Since the idle context is not yet over, take a fresh
66 * snapshot of the idle-purr.
68 if (unlikely(get_lppaca()->idle == 1)) {
79 * If we are reading from an idle context, update the
80 * idle-spurr cycles corresponding to the last idle period.
81 * Since the idle context is not yet over, take a fresh
82 * snapshot of the idle-spurr.
84 if (get_lppaca()->idle == 1) {