Searched refs:stop_on_full (Results 1 – 2 of 2) sorted by relevance
47 What: /sys/bus/intel_th/devices/<intel_th_id>-msc<msc-id>/stop_on_full
158 bool stop_on_full; member1792 if (msc->stop_on_full) in intel_th_msc_interrupt()2094 return sprintf(buf, "%d\n", msc->stop_on_full); in stop_on_full_show()2104 ret = kstrtobool(buf, &msc->stop_on_full); in stop_on_full_store()2111 static DEVICE_ATTR_RW(stop_on_full);