/linux/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 267 fd_set rfds; in acpi_aml_loop() local 285 FD_ZERO(&rfds); in acpi_aml_loop() 290 maxfd = acpi_aml_set_fd(STDIN_FILENO, maxfd, &rfds); in acpi_aml_loop() 302 maxfd = acpi_aml_set_fd(fd, maxfd, &rfds); in acpi_aml_loop() 306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop() 312 if (FD_ISSET(STDIN_FILENO, &rfds)) in acpi_aml_loop() 320 if (FD_ISSET(fd, &rfds)) { in acpi_aml_loop() 338 fd_set rfds; in acpi_aml_readable() local 345 FD_ZERO(&rfds); in acpi_aml_readable() 346 maxfd = acpi_aml_set_fd(fd, maxfd, &rfds); in acpi_aml_readable() [all …]
|
/linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 233 fd_set rfds; in main() local 298 FD_ZERO(&rfds); in main() 299 FD_SET(ep0, &rfds); in main() 300 FD_SET(evfd, &rfds); in main() 303 &rfds, NULL, NULL, NULL); in main() 311 if (FD_ISSET(ep0, &rfds)) in main() 319 if (FD_ISSET(evfd, &rfds)) { in main()
|
/linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 245 fd_set rfds; in main() local 303 FD_ZERO(&rfds); in main() 304 FD_SET(ep0, &rfds); in main() 305 FD_SET(evfd, &rfds); in main() 308 &rfds, NULL, NULL, NULL); in main() 316 if (FD_ISSET(ep0, &rfds)) in main() 349 if (!FD_ISSET(evfd, &rfds)) in main()
|
/linux/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 331 struct i596_rfd rfds[RX_RING_SIZE]; member 574 for (i = 0, rfd = lp->rfds; i < rx_ring_size; i++, rfd++) { in init_rx_bufs() 581 lp->rfd_head = lp->rfds; in init_rx_bufs() 582 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs() 583 rfd = lp->rfds; in init_rx_bufs() 585 rfd->v_prev = lp->rfds + rx_ring_size - 1; in init_rx_bufs() 586 rfd = lp->rfds + rx_ring_size - 1; in init_rx_bufs() 587 rfd->v_next = lp->rfds; in init_rx_bufs() 588 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs() 603 lp->rfds[i].rbd = I596_NULL; in rebuild_rx_bufs() [all …]
|
H A D | lib82596.c | 307 struct i596_rfd rfds[RX_RING_SIZE] __attribute__((aligned(32))); member 521 for (i = 0, rfd = dma->rfds; i < rx_ring_size; i++, rfd++) { in init_rx_bufs() 528 lp->rfd_head = dma->rfds; in init_rx_bufs() 529 dma->scb.rfd = SWAP32(virt_to_dma(lp, dma->rfds)); in init_rx_bufs() 530 rfd = dma->rfds; in init_rx_bufs() 532 rfd->v_prev = dma->rfds + rx_ring_size - 1; in init_rx_bufs() 533 rfd = dma->rfds + rx_ring_size - 1; in init_rx_bufs() 534 rfd->v_next = dma->rfds; in init_rx_bufs() 535 rfd->b_next = SWAP32(virt_to_dma(lp, dma->rfds)); in init_rx_bufs() 568 dma->rfds[i].rbd = I596_NULL; in rebuild_rx_bufs() [all …]
|
H A D | sun3_82586.c | 856 volatile struct rfd_struct *rfds=p->rfd_top; in sun3_82586_rcv_int() 861 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int() 862 printk("%04x:%04x ",rfds->status,rbds->status); in sun3_82586_rcv_int() 863 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
|
/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 172 fd_set rfds; variable 185 FD_ZERO(&rfds); in prep_args() 188 FD_SET(0, &rfds); in prep_args()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | socket_helpers.h | 282 fd_set rfds; in poll_read() local 285 FD_ZERO(&rfds); in poll_read() 286 FD_SET(fd, &rfds); in poll_read() 288 r = select(fd + 1, &rfds, NULL, NULL, &timeout); in poll_read()
|
H A D | tc_redirect.c | 1118 fd_set rfds, wfds; in tun_relay_loop() local 1120 FD_ZERO(&rfds); in tun_relay_loop() 1127 FD_SET(src_fd, &rfds); in tun_relay_loop() 1128 FD_SET(target_fd, &rfds); in tun_relay_loop() 1130 if (select(1 + MAX(src_fd, target_fd), &rfds, NULL, NULL, NULL) < 0) { in tun_relay_loop() 1135 direction = FD_ISSET(src_fd, &rfds) ? SRC_TO_TARGET : TARGET_TO_SRC; in tun_relay_loop()
|
/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 377 fd_set rfds; 400 FD_ZERO(&rfds); 401 FD_SET(STDIN_FILENO, &rfds); 402 FD_SET(fd, &rfds); 404 retval = select(fd + 1, &rfds, NULL, NULL, NULL); 412 if (FD_ISSET(fd, &rfds)) { 420 if (FD_ISSET(STDIN_FILENO, &rfds)) {
|
/linux/tools/testing/selftests/net/ |
H A D | nettest.c | 1253 fd_set rfds; in msg_loop() local 1277 FD_ZERO(&rfds); in msg_loop() 1278 FD_SET(sd, &rfds); in msg_loop() 1280 FD_SET(fileno(stdin), &rfds); in msg_loop() 1282 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop() 1296 if (FD_ISSET(sd, &rfds)) { in msg_loop() 1308 if (FD_ISSET(fileno(stdin), &rfds)) { in msg_loop() 1570 fd_set rfds; in do_server() local 1619 FD_ZERO(&rfds); in do_server() 1620 FD_SET(lsd, &rfds); in do_server() [all …]
|
/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 532 struct param_range rfds; member 1037 struct param_range rfds = { .min = 16, .max = 256, .count = 256 }; in e100_get_defaults() local 1045 nic->params.rfds = rfds; in e100_get_defaults() 2130 unsigned int i, count = nic->params.rfds.count; in e100_rx_clean_list() 2153 unsigned int i, count = nic->params.rfds.count; in e100_rx_alloc_list() 2560 struct param_range *rfds = &nic->params.rfds; in e100_get_ringparam() local 2563 ring->rx_max_pending = rfds->max; in e100_get_ringparam() 2565 ring->rx_pending = rfds->count; in e100_get_ringparam() 2575 struct param_range *rfds = &nic->params.rfds; in e100_set_ringparam() local 2583 rfds->count = max(ring->rx_pending, rfds->min); in e100_set_ringparam() [all …]
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 109 fd_set rfds; in capture_events() local 116 FD_ZERO(&rfds); in capture_events() 117 FD_SET(fd, &rfds); in capture_events() 121 ret = select(FD_SETSIZE, &rfds, NULL, NULL, NULL); in capture_events()
|