Searched refs:ffd (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ |
D | eventpoll.c | 154 struct epoll_filefd ffd; member 318 static inline void ep_set_ffd(struct epoll_filefd *ffd, in ep_set_ffd() argument 321 ffd->file = file; in ep_set_ffd() 322 ffd->fd = fd; in ep_set_ffd() 695 struct file *file = epi->ffd.file; in ep_remove() 800 return epi->ffd.file->f_op->poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll() 883 epi->ffd.fd, epi->event.events, in ep_show_fdinfo() 975 struct epoll_filefd ffd; in ep_find() local 977 ep_set_ffd(&ffd, file, fd); in ep_find() 980 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); in ep_find() [all …]
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | fplsp.sa | 1068 dc.l $00003ffd,$0000812f,$d288332d,$ad320000 1069 dc.l $00003ffd,$000088a8,$d1b1218e,$4d640000 1070 dc.l $00003ffd,$00009012,$ab3f23e4,$aee80000 1071 dc.l $00003ffd,$0000976c,$c3d411e7,$f1b90000 1072 dc.l $00003ffd,$00009eb6,$89493889,$a2270000 1073 dc.l $00003ffd,$0000a5ef,$72c34487,$361b0000 1074 dc.l $00003ffd,$0000ad17,$00baf07a,$72270000 1075 dc.l $00003ffd,$0000b42c,$bcfafd37,$efb70000 1076 dc.l $00003ffd,$0000bb30,$3a940ba8,$0f890000 1077 dc.l $00003ffd,$0000c221,$15c6fcae,$bbaf0000 [all …]
|
D | pfpsp.sa | 1592 dc.l $9a84fbcf,$f7980000,$00003ffd,$00009a20 1666 dc.l $3012670e,$04403ffd,$4440e28a,$e29351c8
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1819 int fd, ffd; 1823 ffd = open(tracing_file("current_tracer"), O_WRONLY); 1824 if (ffd < 0) 1826 write(ffd, "nop", 3); 1832 write(ffd, "function", 8); 1835 close(ffd);
|