Home
last modified time | relevance | path

Searched refs:MAXPIPES (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnode.c84 #define MAXPIPES 100 /* Max # of /pipe connections (CSL limit) */ macro
135 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()