Home
last modified time | relevance | path

Searched refs:r_sensor (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.c1302 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()
H A Dexclaves_resource.h150 sensor_resource_t r_sensor; member