Searched refs:MAXPIPES (Results 1 – 1 of 1) sorted by relevance
81 #define MAXPIPES 100 /* Max # of /pipe connections (CSL limit) */ macro132 DECLARE_BITMAP(pipe_map, MAXPIPES); /* Pipe connection bitmap */133 DECLARE_BITMAP(pipe_done_map, MAXPIPES); /* Pipes that are half free */929 pipe_id = find_first_zero_bit(hnode_mgr->pipe_map, MAXPIPES); in node_connect()930 if (pipe_id == MAXPIPES) { in node_connect()