Searched refs:find_fd (Results 1 – 1 of 1) sorted by relevance
8135 struct necp_fd_data *find_fd = NULL; in necp_client_claim() local8136 LIST_FOREACH(find_fd, &necp_fd_list, chain) { in necp_client_claim()8137 NECP_FD_LOCK(find_fd); in necp_client_claim()8138 struct necp_client *find_client = necp_client_fd_find_client_and_lock(find_fd, client_id); in necp_client_claim()8144 RB_REMOVE(_necp_client_tree, &find_fd->clients, client); in necp_client_claim()8149 NECP_FD_UNLOCK(find_fd); in necp_client_claim()