Searched refs:NR_CHANS (Results 1 – 2 of 2) sorted by relevance
24 static chan_t fdset[NR_CHANS];40 for (i = 0; i < NR_CHANS; i++) { in create_new_channel()57 if ((fd < 0) || (fd >= NR_CHANS) || (fdset[fd].index == NODEV)) { in fd_to_channel()832 for (channel = fdset; channel < &fdset[NR_CHANS]; channel++) { in debugfs_init()
15 #define NR_CHANS 10 macro