is_stopped 3496 drivers/block/mtip32xx/mtip32xx.c if (is_se_active(dd) || is_stopped(dd, rq)) is_stopped 425 drivers/net/ethernet/marvell/mvneta.c bool is_stopped; is_stopped 3741 drivers/net/ethernet/marvell/mvneta.c if (pp->is_stopped) { is_stopped 3859 drivers/net/ethernet/marvell/mvneta.c pp->is_stopped = false; is_stopped 3918 drivers/net/ethernet/marvell/mvneta.c pp->is_stopped = true; is_stopped 4768 drivers/net/ethernet/marvell/mvneta.c pp->is_stopped = true; is_stopped 4848 drivers/net/ethernet/marvell/mvneta.c pp->is_stopped = false; is_stopped 144 drivers/usb/host/uhci-hcd.c uhci->is_stopped = UHCI_IS_STOPPED; is_stopped 372 drivers/usb/host/uhci-hcd.c uhci->is_stopped = UHCI_IS_STOPPED; is_stopped 390 drivers/usb/host/uhci-hcd.c uhci->is_stopped = 0; is_stopped 518 drivers/usb/host/uhci-hcd.c if (!uhci->is_stopped) { is_stopped 181 drivers/usb/host/uhci-hcd.h unsigned int is_stopped:1; /* Queue was stopped by error/unlink */ is_stopped 411 drivers/usb/host/uhci-hcd.h unsigned int is_stopped; is_stopped 31 drivers/usb/host/uhci-q.c if (uhci->is_stopped) is_stopped 326 drivers/usb/host/uhci-q.c ret = (uhci->frame_number + uhci->is_stopped != is_stopped 570 drivers/usb/host/uhci-q.c if (list_empty(&uhci->skel_unlink_qh->node) || uhci->is_stopped) is_stopped 1241 drivers/usb/host/uhci-q.c qh->is_stopped = 1; is_stopped 1462 drivers/usb/host/uhci-q.c if (qh->queue.next == &urbp->node && !qh->is_stopped) { is_stopped 1573 drivers/usb/host/uhci-q.c uhci->frame_number + uhci->is_stopped != qh->unlink_frame) is_stopped 1596 drivers/usb/host/uhci-q.c qh->is_stopped = 1; is_stopped 1597 drivers/usb/host/uhci-q.c else if (!qh->is_stopped) is_stopped 1609 drivers/usb/host/uhci-q.c qh->is_stopped = 1; is_stopped 1610 drivers/usb/host/uhci-q.c else if (!qh->is_stopped) is_stopped 1623 drivers/usb/host/uhci-q.c qh->is_stopped = 0; is_stopped 1630 drivers/usb/host/uhci-q.c qh->is_stopped = 0; is_stopped 1701 drivers/usb/host/uhci-q.c ret = uhci->is_stopped; is_stopped 59 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (!is_stopped() && !threads_err()) is_stopped 62 tools/testing/selftests/bpf/map_tests/sk_storage_map.c return !is_stopped(); is_stopped 82 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (threads_done() != nr_sk_threads && !is_stopped() && is_stopped 86 tools/testing/selftests/bpf/map_tests/sk_storage_map.c return !is_stopped() && !threads_err(); is_stopped 91 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (threads_done() && !is_stopped() && !threads_err()) is_stopped 94 tools/testing/selftests/bpf/map_tests/sk_storage_map.c return !is_stopped() && !threads_err(); is_stopped 99 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (READ_ONCE(sk_storage_map) == -1 && !is_stopped()) is_stopped 102 tools/testing/selftests/bpf/map_tests/sk_storage_map.c return !is_stopped(); is_stopped 107 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (READ_ONCE(sk_storage_map) != -1 && !is_stopped()) is_stopped 110 tools/testing/selftests/bpf/map_tests/sk_storage_map.c return !is_stopped(); is_stopped 181 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (!is_stopped()) { is_stopped 186 tools/testing/selftests/bpf/map_tests/sk_storage_map.c for (i = 0; i < nr_sk_per_thread && !is_stopped(); i++) { is_stopped 249 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (!is_stopped()) { is_stopped 291 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (!is_stopped()) { is_stopped 301 tools/testing/selftests/bpf/map_tests/sk_storage_map.c if (!is_stopped()) { is_stopped 315 tools/testing/selftests/bpf/map_tests/sk_storage_map.c while (!is_stopped()) { is_stopped 325 tools/testing/selftests/bpf/map_tests/sk_storage_map.c if (!is_stopped()) {