Searched refs:fds (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ |
D | select.c | 386 #define FDS_IN(fds, n) (fds->in + n) argument 387 #define FDS_OUT(fds, n) (fds->out + n) argument 388 #define FDS_EX(fds, n) (fds->ex + n) argument 390 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) argument 392 static int max_select_fd(unsigned long n, fd_set_bits *fds) in max_select_fd() argument 406 set &= BITS(fds, n); in max_select_fd() 416 set = BITS(fds, n); in max_select_fd() 451 static int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() argument 462 retval = max_select_fd(n, fds); in do_select() 484 inp = fds->in; outp = fds->out; exp = fds->ex; in do_select() [all …]
|
/linux-4.19.296/drivers/dma-buf/ |
D | Kconfig | 11 userspace via Sync File fds for synchronization between drivers via 17 Files fds, to the DRM driver for example. More details at
|
/linux-4.19.296/fs/jffs2/ |
D | readinode.c | 701 jffs2_add_fd_to_list(c, fd, &rii->fds); in read_direntry() 1139 jffs2_free_full_dirent_list(rii->fds); in jffs2_get_inode_nodes() 1140 rii->fds = NULL; in jffs2_get_inode_nodes() 1195 f->dents = rii.fds; in jffs2_do_read_inode_internal() 1203 if (!rii.fds) { in jffs2_do_read_inode_internal() 1415 struct jffs2_full_dirent *fd, *fds; in jffs2_do_clear_inode() local 1433 fds = f->dents; in jffs2_do_clear_inode() 1434 while(fds) { in jffs2_do_clear_inode() 1435 fd = fds; in jffs2_do_clear_inode() 1436 fds = fd->next; in jffs2_do_clear_inode()
|
D | nodelist.h | 247 struct jffs2_full_dirent *fds; member
|