Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Deventpoll.c155 struct epoll_filefd ffd; member
322 static inline void ep_set_ffd(struct epoll_filefd *ffd, in ep_set_ffd() argument
325 ffd->file = file; in ep_set_ffd()
326 ffd->fd = fd; in ep_set_ffd()
423 sock = sock_from_file(epi->ffd.file, &err); in ep_set_busy_poll_napi_id()
574 if ((is_file_epoll(epi->ffd.file))) { in ep_poll_safewake()
575 ep_src = epi->ffd.file->private_data; in ep_poll_safewake()
777 struct file *file = epi->ffd.file; in ep_remove()
892 if (!is_file_epoll(epi->ffd.file)) in ep_item_poll()
893 return vfs_poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll()
[all …]
/kernel/linux/linux-5.10/arch/um/drivers/
Dvector_user.c817 int res, ffd = -1; in uml_vector_user_bpf() local
833 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
834 if (ffd < 0) { in uml_vector_user_bpf()
844 res = os_read_file(ffd, bpf, statbuf.st_size); in uml_vector_user_bpf()
850 os_close_file(ffd); in uml_vector_user_bpf()
853 if (ffd > 0) in uml_vector_user_bpf()
854 os_close_file(ffd); in uml_vector_user_bpf()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
Dfplsp.sa1068 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 …]
Dpfpsp.sa1592 dc.l $9a84fbcf,$f7980000,$00003ffd,$00009a20
1666 dc.l $3012670e,$04403ffd,$4440e28a,$e29351c8
/kernel/linux/linux-5.10/Documentation/trace/
Dftrace.rst2409 int fd, ffd;
2413 ffd = open(tracing_file("current_tracer"), O_WRONLY);
2414 if (ffd < 0)
2416 write(ffd, "nop", 3);
2422 write(ffd, "function", 8);
2425 close(ffd);
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Drtnetlink.sh159 tc filter add dev "$dev" parent 1:0 prio 5 handle ffd: protocol ip u32 divisor 256