Searched refs:s_startcount (Results 1 – 3 of 3) sorted by relevance
205 uint64_t s_startcount; member279 if (sensor->s_startcount == 0) { in do_healthcheck()304 if (sensor->s_startcount != 0 || sensor->s_stop_abs == 0) { in do_min_on_time()392 sensor->s_startcount = 0; in exclaves_sensor_init()420 if (sensor->s_startcount == UINT64_MAX) { in exclaves_sensor_start()425 if (sensor->s_startcount > 0) { in exclaves_sensor_start()428 sensor->s_startcount += 1; in exclaves_sensor_start()442 sensor->s_startcount += 1; in exclaves_sensor_start()469 if (sensor->s_startcount == 0) { in exclaves_sensor_stop()474 if (sensor->s_startcount > 1) { in exclaves_sensor_stop()[all …]
1302 for (int i = 0; i < resource->r_sensor.s_startcount; i++) { in exclaves_resource_sensor_reset()1308 resource->r_sensor.s_startcount = 0; in exclaves_resource_sensor_reset()1342 if (resource->r_sensor.s_startcount == UINT64_MAX) { in exclaves_resource_sensor_start()1350 resource->r_sensor.s_startcount += 1; in exclaves_resource_sensor_start()1377 if (resource->r_sensor.s_startcount == 0) { in exclaves_resource_sensor_stop()1385 resource->r_sensor.s_startcount -= 1; in exclaves_resource_sensor_stop()
126 uint64_t s_startcount; member