Lines Matching refs:use_count
156 u_int64_t use_count; member
1460 new_registration->use_count = registration->use_count; in netagent_handle_update_inner()
2001 uint64_t use_count = 0; in netagent_handle_use_count_setopt() local
2017 const size_t expected_length = header_offset + sizeof(use_count); in netagent_handle_use_count_setopt()
2025 memcpy(&use_count, payload + header_offset, sizeof(use_count)); in netagent_handle_use_count_setopt()
2043 registration->use_count = use_count; in netagent_handle_use_count_setopt()
2055 uint64_t use_count = 0; in netagent_handle_use_count_getopt() local
2071 const size_t expected_length = header_offset + sizeof(use_count); in netagent_handle_use_count_getopt()
2095 use_count = registration->use_count; in netagent_handle_use_count_getopt()
2099 memcpy(buffer + header_offset, &use_count, sizeof(use_count)); in netagent_handle_use_count_getopt()
2100 *buffer_length = (header_offset + sizeof(use_count)); in netagent_handle_use_count_getopt()
3038 uint64_t current_count = registration->use_count; in netagent_use()
3039 registration->use_count++; in netagent_use()