Lines Matching refs:use_count
106 u_int64_t use_count; member
1193 new_wrapper->use_count = session->wrapper->use_count; in netagent_handle_update_inner()
1744 uint64_t use_count = 0; in netagent_handle_use_count_setopt() local
1758 if (payload_length != sizeof(use_count)) { in netagent_handle_use_count_setopt()
1764 memcpy(&use_count, payload, sizeof(use_count)); in netagent_handle_use_count_setopt()
1775 session->wrapper->use_count = use_count; in netagent_handle_use_count_setopt()
1787 uint64_t use_count = 0; in netagent_handle_use_count_getopt() local
1801 if (*buffer_length != sizeof(use_count)) { in netagent_handle_use_count_getopt()
1816 use_count = session->wrapper->use_count; in netagent_handle_use_count_getopt()
1819 memcpy(buffer, &use_count, sizeof(use_count)); in netagent_handle_use_count_getopt()
1820 *buffer_length = sizeof(use_count); in netagent_handle_use_count_getopt()
2582 uint64_t current_count = wrapper->use_count; in netagent_use()
2583 wrapper->use_count++; in netagent_use()