Searched refs:find_fd (Results 1 – 1 of 1) sorted by relevance
7396 struct necp_fd_data *find_fd = NULL; in necp_client_claim() local7397 LIST_FOREACH(find_fd, &necp_fd_list, chain) { in necp_client_claim()7398 NECP_FD_LOCK(find_fd); in necp_client_claim()7399 struct necp_client *find_client = necp_client_fd_find_client_and_lock(find_fd, client_id); in necp_client_claim()7405 RB_REMOVE(_necp_client_tree, &find_fd->clients, client); in necp_client_claim()7410 NECP_FD_UNLOCK(find_fd); in necp_client_claim()