| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 213 int direct); 610 int direct) in softclock_call_cc() argument 651 cc_exec_curr(cc, direct) = c; in softclock_call_cc() 736 cc_cce_cleanup(cc, direct); in softclock_call_cc() 759 cc_cce_cleanup(cc, direct); in softclock_call_cc() 899 int cancelled, direct; in callout_reset_sbt_on() local 918 direct = 1; in callout_reset_sbt_on() 920 direct = 0; in callout_reset_sbt_on() 940 if (cc_exec_waiting(cc, direct) || cc_exec_drain(cc, direct)) { in callout_reset_sbt_on() 1080 direct = 1; in _callout_stop_safe() [all …]
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 179 int direct); 206 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup() 387 int direct) in softclock_call_cc() argument 424 cc_exec_curr(cc, direct) = c; in softclock_call_cc() 491 cc_exec_curr(cc, direct) = NULL; in softclock_call_cc() 492 if (cc_exec_drain(cc, direct)) { in softclock_call_cc() 697 int cancelled, direct; in callout_reset_tick_on() local 715 direct = 1; in callout_reset_tick_on() 717 direct = 0; in callout_reset_tick_on() 818 direct = 1; in _callout_stop_safe() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | pxa27x-keypad.txt | 9 is debounce interval for direct key and bit[15:0] is debounce 16 - marvell,direct-key-count : How many direct keyes are used. 17 - marvell,direct-key-mask : The mask indicates which keyes 18 are used. If bit[X] of the mask is set, the direct key X 20 - marvell,direct-key-low-active : Direct key status register 21 tells the level of pins that connects to the direct keyes. 24 - marvell,direct-key-map : It is a u16 array. Each item indicates 25 the linux key-code for the direct key. 57 marvell,direct-key-count = <1>; 58 marvell,direct-key-map = <0x001c>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi-orion.txt | 13 the SPI direct access mode that some of the Marvell SoCs support 43 Example with SPI direct mode support (optionally): 61 To enable the direct mode, the board specific 'ranges' property in the 63 and its chip-selects that are used in the direct mode instead of PIO 65 controller 1, device 2 are used in direct mode. All other SPI device 69 * Enable the SPI direct access by configuring an entry
|
| H A D | spi-mxic.txt | 8 - reg: should contain 2 entries, one for the registers and one for the direct
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bhnd_nexus.c | 89 r->direct = true; in bhnd_nexus_activate_resource() 103 KASSERT(r->direct, ("indirect resource delegated to bhnd_nexus\n")); in bhnd_nexus_deactivate_resource() 108 r->direct = false; in bhnd_nexus_deactivate_resource()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 17 the Linux kernel stack). It can direct some traffic, for example data plane 26 with physical functions (PF). The network adapter will direct traffic to a 31 network adapters. Filters can be configured to direct specific flows to a 33 types to direct flows to a Virtual Function or a queue that belong to it.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | mtd-physmap.txt | 19 - no-unaligned-direct-access: boolean to disable the default direct 21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause 24 By defining "no-unaligned-direct-access", the flash will not be
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | mbuf_lib.rst | 238 A direct buffer is a buffer that is completely separate and self-contained. 239 An indirect buffer behaves like a direct buffer but for the fact that the buffer pointer and 240 data offset in it refer to data in another direct buffer. 244 A buffer becomes indirect when it is "attached" to a direct buffer using the rte_pktmbuf_attach() f… 245 Each buffer has a reference counter field and whenever an indirect buffer is attached to the direct… 246 the reference counter on the direct buffer is incremented. 247 Similarly, whenever the indirect buffer is detached, the reference counter on the direct buffer is … 248 If the resulting reference counter is equal to 0, the direct buffer is freed since it is no longer … 255 Finally, it is not possible to reattach an indirect buffer to the direct buffer (unless it is detac…
|
| H A D | ip_fragment_reassembly_lib.rst | 23 Then L3 header is copied from the original mbuf into the 'direct' mbuf and updated to reflect new f… 26 Finally 'direct' and 'indirect' mbufs for each fragment are linked together via mbuf's next filed t… 28 The caller has an ability to explicitly specify which mempools should be used to allocate 'direct' … 30 For more information about direct and indirect mbufs, refer to :ref:`direct_indirect_buffer`.
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-direct_IO.m4 | 2 dnl # Check for direct IO interfaces. 103 ZFS_LINUX_TEST_ERROR([direct IO])
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | igc.rst | 84 Add a rule to direct packet whose ``ether-type=0x801`` to queue 1: 90 Add a rule to direct packet whose ``ip-protocol=0x6(TCP), tcp_port=0x80`` to queue 1: 96 Add a rule to direct packet whose ``ip-protocol=0x6(TCP), SYN flag is set`` to queue 1:
|
| /f-stack/freebsd/mips/malta/ |
| H A D | std.malta | 11 device pass # Passthrough device (direct ATA/SCSI access)
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzlib.c | 125 state->direct = 0; 170 state->direct = 1; 186 if (state->direct) { 190 state->direct = 1; /* for empty file */
|
| H A D | gzread.c | 146 state->direct = 0; 152 if (state->direct == 0) { 169 state->direct = 1; 626 return state->direct;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | st,stm32-dma.yaml | 10 The STM32 DMA is a general-purpose direct memory access controller capable of 39 -bit 2: DMA direct mode
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/fio/ |
| H A D | sequential_reads.fio | 29 direct=${DIRECT}
|
| H A D | random_reads.fio | 29 direct=${DIRECT}
|
| H A D | random_readwrite_fixed.fio | 32 direct=${DIRECT}
|
| H A D | sequential_writes.fio | 29 direct=${DIRECT}
|
| H A D | random_writes.fio | 29 direct=${DIRECT}
|
| H A D | random_readwrite.fio | 32 direct=${DIRECT}
|
| H A D | sequential_readwrite.fio | 32 direct=${DIRECT}
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_fmc.c | 249 fmc->scheme[idx].storage_profile.direct && in dpaa_port_fmc_scheme_parse() 268 fmc->scheme[idx].storage_profile.direct && in dpaa_port_fmc_scheme_parse() 296 if (fmc->scheme[idx].storage_profile.direct) { in dpaa_port_fmc_scheme_parse()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 125 state.state->direct = 0; 170 state.state->direct = 1; 186 if (state.state->direct) { 190 state.state->direct = 1; /* for empty file */
|