Searched refs:find_fd (Results 1 – 1 of 1) sorted by relevance
6863 struct necp_fd_data *find_fd = NULL; in necp_client_claim() local6864 LIST_FOREACH(find_fd, &necp_fd_list, chain) { in necp_client_claim()6865 NECP_FD_LOCK(find_fd); in necp_client_claim()6866 struct necp_client *find_client = necp_client_fd_find_client_and_lock(find_fd, client_id); in necp_client_claim()6871 RB_REMOVE(_necp_client_tree, &find_fd->clients, client); in necp_client_claim()6876 NECP_FD_UNLOCK(find_fd); in necp_client_claim()