Lines Matching refs:use_count
106 u_int64_t use_count; member
1194 new_wrapper->use_count = session->wrapper->use_count; in netagent_handle_update_inner()
1745 uint64_t use_count = 0; in netagent_handle_use_count_setopt() local
1759 if (payload_length != sizeof(use_count)) { in netagent_handle_use_count_setopt()
1765 memcpy(&use_count, payload, sizeof(use_count)); in netagent_handle_use_count_setopt()
1776 session->wrapper->use_count = use_count; in netagent_handle_use_count_setopt()
1788 uint64_t use_count = 0; in netagent_handle_use_count_getopt() local
1802 if (*buffer_length != sizeof(use_count)) { in netagent_handle_use_count_getopt()
1817 use_count = session->wrapper->use_count; in netagent_handle_use_count_getopt()
1820 memcpy(buffer, &use_count, sizeof(use_count)); in netagent_handle_use_count_getopt()
1821 *buffer_length = sizeof(use_count); in netagent_handle_use_count_getopt()
2579 uint64_t current_count = wrapper->use_count; in netagent_use()
2580 wrapper->use_count++; in netagent_use()