Searched refs:existing_trie (Results 1 – 1 of 1) sorted by relevance
6114 necp_free_domain_trie(struct necp_domain_trie *existing_trie) in necp_free_domain_trie() argument6116 if (existing_trie != NULL) { in necp_free_domain_trie()6117 uint8_t *necp_trie_request_buffer = (uint8_t *)existing_trie->trie_request; in necp_free_domain_trie()6118 kfree_data(necp_trie_request_buffer, existing_trie->trie_request_size); in necp_free_domain_trie()6119 kfree_type(struct necp_domain_trie, existing_trie); in necp_free_domain_trie()6126 struct necp_domain_trie * __single existing_trie = NULL; in necp_remove_domain_trie() local6130 existing_trie = necp_lookup_domain_trie(list, id); in necp_remove_domain_trie()6131 if (existing_trie != NULL) { in necp_remove_domain_trie()6132 if (os_ref_release_locked(&existing_trie->refcount) == 0) { in necp_remove_domain_trie()6133 LIST_REMOVE(existing_trie, chain); in necp_remove_domain_trie()[all …]