Searched refs:DFS_FD_MAX (Results 1 – 7 of 7) sorted by relevance
27 #ifndef DFS_FD_MAX28 #define DFS_FD_MAX 4 macro
135 if (idx == fdt->maxfd && fdt->maxfd < DFS_FD_MAX) in fd_alloc()142 cnt = cnt > DFS_FD_MAX? DFS_FD_MAX : cnt; in fd_alloc()
34 #define FD_SETSIZE DFS_FD_MAX
74 #define DFS_FD_MAX 16 macro
33 #define SAL_SOCKETS_NUM DFS_FD_MAX
25 config DFS_FD_MAX config
184 * Change DFS FD to dynamic allocation mode. The maximum number of allocation is still DFS_FD_MAX.