Lines Matching refs:use_count
107 u_int64_t use_count; member
1232 new_wrapper->use_count = session->wrapper->use_count; in netagent_handle_update_inner()
1786 uint64_t use_count = 0; in netagent_handle_use_count_setopt() local
1800 if (payload_length != sizeof(use_count)) { in netagent_handle_use_count_setopt()
1806 memcpy(&use_count, payload, sizeof(use_count)); in netagent_handle_use_count_setopt()
1818 session->wrapper->use_count = use_count; in netagent_handle_use_count_setopt()
1830 uint64_t use_count = 0; in netagent_handle_use_count_getopt() local
1844 if (*buffer_length != sizeof(use_count)) { in netagent_handle_use_count_getopt()
1860 use_count = session->wrapper->use_count; in netagent_handle_use_count_getopt()
1864 memcpy(buffer, &use_count, sizeof(use_count)); in netagent_handle_use_count_getopt()
1865 *buffer_length = sizeof(use_count); in netagent_handle_use_count_getopt()
2659 uint64_t current_count = wrapper->use_count; in netagent_use()
2660 wrapper->use_count++; in netagent_use()