Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 25 of 49) sorted by relevance

12

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_alarm.c50 volatile uint8_t executing; member
88 ap->executing = 1; in eal_alarm_callback()
187 int executing; in rte_eal_alarm_cancel() local
195 executing = 0; in rte_eal_alarm_cancel()
202 if (ap->executing == 0) { in rte_eal_alarm_cancel()
211 executing++; in rte_eal_alarm_cancel()
226 if (ap->executing == 0) { in rte_eal_alarm_cancel()
232 executing++; in rte_eal_alarm_cancel()
239 } while (executing != 0); in rte_eal_alarm_cancel()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_alarm.c39 volatile uint8_t executing; member
158 ap->executing = 1; in eal_alarm_callback()
237 int executing; in rte_eal_alarm_cancel() local
245 executing = 0; in rte_eal_alarm_cancel()
256 if (ap->executing == 0) { in rte_eal_alarm_cancel()
268 executing++; in rte_eal_alarm_cancel()
283 if (ap->executing == 0) { in rte_eal_alarm_cancel()
290 executing++; in rte_eal_alarm_cancel()
298 } while (executing != 0); in rte_eal_alarm_cancel()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_alarm.c180 bool executing; in rte_eal_alarm_cancel() local
184 executing = false; in rte_eal_alarm_cancel()
198 executing = true; in rte_eal_alarm_cancel()
202 } while (executing); in rte_eal_alarm_cancel()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate018.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
40 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
H A Dstate016.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
H A Dstate009.cfg33 # Verify that executing 'zfs inherit' at different levels of a
H A Dstate010.cfg33 # Verify that executing 'zfs inherit -r' at different levels of a
H A Dstate013.cfg33 # Verify that executing 'zfs inherit' on each level when the middle
H A Dstate021.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate024.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
H A Dstate019.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate020.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
H A Dstate023.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate014.cfg38 # Note : executing inherit -r at the middle level and bottom levels after
H A Dstate022.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
H A Dstate015.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
H A Dstate017.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Ddavinci-nand.txt27 - ti,davinci-mask-ale: mask for ALE. Needed for executing address
33 - ti,davinci-mask-cle: mask for CLE. Needed for executing command
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,trx.txt15 executing. Other partitions can be used for operating system purposes. This is
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst81 To get BCMFS PMD executing, device node must be owned by VFIO platform module only.
/f-stack/dpdk/doc/guides/nics/
H A Denetc.rst79 There are three main pre-requisites for executing ENETC PMD on a ENETC
H A Dena.rst200 Then, make the changes live by executing as a root::
216 Then, make the changes live by executing as a root::
/f-stack/dpdk/doc/guides/platform/
H A Ddpaa2.rst51 There are four main pre-requisites for executing DPAA2 PMD on a DPAA2
H A Ddpaa.rst41 There are four main pre-requisites for executing DPAA PMD on a DPAA
/f-stack/freebsd/contrib/zstd/
H A DREADME.md176 You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of th…
181 You can run quick local smoke tests by executing the `playTest.sh` script from the `src/tests` dire…

12