Home
last modified time | relevance | path

Searched refs:open_handle_count (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c642 if (dev->open_handle_count >= HECI_MAX_OPEN_HANDLE_COUNT) { in heci_open()
648 dev->open_handle_count++; in heci_open()
658 dev->open_handle_count); in heci_open()
724 if (dev->open_handle_count > 0) { in heci_close()
727 dev->open_handle_count--; in heci_close()
754 if (dev->open_handle_count > 0) in heci_close()
755 dev->open_handle_count--; in heci_close()
H A Dheci_data_structures.h578 long open_handle_count; member
H A Dheci_init.c243 device->open_handle_count = 0; in init_heci_device()
531 dev->open_handle_count = 0; in heci_initialize_clients()