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