Lines Matching refs:use_count
155 u_int64_t use_count; member
1279 new_wrapper->use_count = session->wrapper->use_count; in netagent_handle_update_inner()
1783 uint64_t use_count = 0; in netagent_handle_use_count_setopt() local
1797 if (payload_length != sizeof(use_count)) { in netagent_handle_use_count_setopt()
1803 memcpy(&use_count, payload, sizeof(use_count)); in netagent_handle_use_count_setopt()
1815 session->wrapper->use_count = use_count; in netagent_handle_use_count_setopt()
1827 uint64_t use_count = 0; in netagent_handle_use_count_getopt() local
1841 if (*buffer_length != sizeof(use_count)) { in netagent_handle_use_count_getopt()
1857 use_count = session->wrapper->use_count; in netagent_handle_use_count_getopt()
1861 memcpy(buffer, &use_count, sizeof(use_count)); in netagent_handle_use_count_getopt()
1862 *buffer_length = sizeof(use_count); in netagent_handle_use_count_getopt()
2661 uint64_t current_count = wrapper->use_count; in netagent_use()
2662 wrapper->use_count++; in netagent_use()