Home
last modified time | relevance | path

Searched refs:tq (Results 101 – 125 of 160) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dnxp,pcf85063.yaml10 - Alexander Stein <alexander.stein@ew.tq-group.com>
/freebsd/sys/dev/ae/
H A Dif_aevar.h123 struct taskqueue *tq; member
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2160a-tqmlx2160a.dtsi3 * Copyright (c) 2020-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
H A Dimx8mq-tqma8mq-mba8mx.dts13 compatible = "tq,imx8mq-tqma8mq-mba8mx", "tq,imx8mq-tqma8mq", "fsl,imx8mq";
H A Dtqmls104xa-mbls10xxa-fman.dtsi3 * Copyright (c) 2019,2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
H A Dtqmls10xxa-mbls10xxa.dtsi3 * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
H A Dimx93-tqma9352-mba93xxla.dts3 * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
19 compatible = "tq,imx93-tqma9352-mba93xxla",
20 "tq,imx93-tqma9352", "fsl,imx93";
H A Dimx8mp-tqma8mpql-mba8mpxl.dts4 * Author: Alexander Stein <alexander.stein@tq-group.com>
17 compatible = "tq,imx8mp-tqma8mpql-mba8mpxl", "tq,imx8mp-tqma8mpql", "fsl,imx8mp";
230 model = "tq-tlv320aic32x";
H A Dimx93-tqma9352-mba93xxca.dts3 * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
19 compatible = "tq,imx93-tqma9352-mba93xxca",
20 "tq,imx93-tqma9352", "fsl,imx93";
H A Dtqmls1088a-mbls10xxa-mc.dtsi3 * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp70 dispatch_queue_t tq = *( in GetTargetQueueFromQueue() local
72 return tq; in GetTargetQueueFromQueue()
76 dispatch_queue_t tq = GetTargetQueueFromQueue((dispatch_queue_t)source); in GetTargetQueueFromSource() local
77 CHECK_NE(tq, 0); in GetTargetQueueFromSource()
78 return tq; in GetTargetQueueFromSource()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-delay.yaml10 - Alexander Stein <linux@ew.tq-group.com>
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,tlv320aic32x4.yaml11 - Alexander Stein <alexander.stein@ew.tq-group.com>
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c1908 if (tq != NULL) { in vdev_open_children_impl()
1909 taskq_wait(tq); in vdev_open_children_impl()
1910 taskq_destroy(tq); in vdev_open_children_impl()
2301 taskq_t *tq = NULL; in vdev_validate() local
2327 if (tq != NULL) { in vdev_validate()
2328 taskq_wait(tq); in vdev_validate()
2329 taskq_destroy(tq); in vdev_validate()
3636 taskq_t *tq = NULL; in vdev_load() local
3662 if (tq != NULL) { in vdev_load()
3663 taskq_wait(tq); in vdev_load()
[all …]
/freebsd/contrib/nvi/ex/
H A Dex.h163 TAILQ_HEAD(_tqh, _tagq) tq[1]; /* Tag queue. */
/freebsd/sys/dev/sume/
H A Dadapter.h190 struct taskqueue *tq; member
/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c1611 mp_int ta, tb, tq, q; in mp_div() local
1633 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div()
1638 mp_set(&tq, 1); in mp_div()
1643 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) { in mp_div()
1650 ((res = mp_add(&q, &tq, &q)) != MP_OKAY)) { in mp_div()
1655 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) { in mp_div()
1672 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c583 sc->tq = taskqueue_create("cxgb_taskq", M_NOWAIT, in cxgb_controller_attach()
584 taskqueue_thread_enqueue, &sc->tq); in cxgb_controller_attach()
585 if (sc->tq == NULL) { in cxgb_controller_attach()
787 if (sc->tq != NULL) { in cxgb_free()
788 taskqueue_free(sc->tq); in cxgb_free()
789 sc->tq = NULL; in cxgb_free()
1817 taskqueue_drain(sc->tq, &sc->slow_intr_task); in cxgb_uninit_synchronized()
1818 taskqueue_drain(sc->tq, &sc->tick_task); in cxgb_uninit_synchronized()
1821 taskqueue_drain(sc->tq, &pi->link_check_task); in cxgb_uninit_synchronized()
2273 taskqueue_enqueue(sc->tq, &sc->slow_intr_task); in cxgb_async_intr()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.yaml10 - Alexander Stein <alexander.stein@ew.tq-group.com>
/freebsd/sys/dev/hpt27xx/
H A Dldm.h130 #define TQ_EMPTY(tq) ((tq)->head==0) argument
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h254 struct taskqueue *tq; member
H A Dif_mxge.c3905 taskqueue_enqueue(sc->tq, &sc->watchdog_task); in mxge_tick()
4617 taskqueue_thread_enqueue, &sc->tq); in mxge_attach()
4618 if (sc->tq == NULL) { in mxge_attach()
4819 if (sc->tq != NULL) { in mxge_attach()
4820 taskqueue_drain(sc->tq, &sc->watchdog_task); in mxge_attach()
4821 taskqueue_free(sc->tq); in mxge_attach()
4822 sc->tq = NULL; in mxge_attach()
4844 if (sc->tq != NULL) { in mxge_detach()
4845 taskqueue_drain(sc->tq, &sc->watchdog_task); in mxge_detach()
4846 taskqueue_free(sc->tq); in mxge_detach()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-tqma6.dtsi4 * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com>
H A Dimx6ul-tqma6ul-common.dtsi4 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
/freebsd/sys/dev/iser/
H A Dicl_iser.h330 struct taskqueue *tq; member

1234567