Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DREADME3 into use as the FreeBSD libc allocator in 2005, and since then it has found its
4 way into numerous applications that rely on its predictable behavior. In 2010
7 releases continue to be integrated back into FreeBSD, and therefore versatility
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-mux-pinctrl.txt36 will be created. I2C child bus numbers are assigned based on the index into
48 state will be programmed into hardware.
51 on a child bus, the idle pinctrl state will be programmed into hardware.
54 left programmed into hardware whenever no access is being made of a device on
H A Di2c-gpio.yaml58 the GPIO line used for SDA into open drain mode, and that something is
65 GPIO line used for SCL into open drain mode, and that something is not
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dfsl,pci.txt3 Typically any Freescale PCI-X bridge hardware strapped into Agent mode
9 enumeration despite being strapped into Agent mode.
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dtvp514x.txt5 video formats into digital video component. The tvp514x decoder supports analog-
7 conversion and decoding of NTSC, PAL and SECAM composite and S-video into
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-max77620.txt85 this value get configured into FPS
87 enters into suspend.
93 this value get configured into FPS
95 enters into suspend.
/f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/
H A Dled-backlight.yaml31 backlight brightness level into a LED brightness level. If it is not
37 The default brightness level (index into the array defined by the
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt44 which will be ORed into PMCDR upon suspend, and cleared from PMCDR
50 first of which will be ORed into DEVDISR (and the second into
/f-stack/freebsd/contrib/xz-embedded/
H A DREADME62 Embedding into userspace applications
64 To embed the XZ decoder, copy the following files into a single
76 Alternatively, xz.h may be placed into a different directory but then
96 into your application, and #define XZ_USE_CRC64 in xz_config.h or in
126 linux/lib/xz/xz_dec_bcj.c into your application, and use appropriate
151 If you are including XZ Embedded into a shared library, you very
H A DCOPYING6 and/or Igor Pavlov. All these files have been put into the
/f-stack/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst16 The user inserts out of order mbufs into the reorder buffer and pulls in-order
44 On an insert call, valid mbufs are inserted directly into the Order buffer and
49 To that end, mbufs in the Order buffer are moved into the Ready buffer.
85 mbufs into the reorder buffer and finally transmit drained mbufs.
H A Dip_fragment_reassembly_lib.rst12 Packet fragmentation routines divide input packet into number of fragments.
23 Then L3 header is copied from the original mbuf into the 'direct' mbuf and updated to reflect new f…
60 instead of reinserting existing keys into alternative locations, ip_frag_tbl_add() just returns a f…
97 (e.g: can't insert new entry into the Fragment Table, or invalid/timed-out fragment),
H A Dgeneric_receive_offload_lib.rst9 small packets into larger ones, GRO enables applications to process
72 either merged with the existed packets in the tables or inserted into the
113 key-based algorithm. Packets are classified into "flows" by some header
118 If can't find a "neighbor", store the packet into its "flow". If can't
119 find a matched "flow", insert a new "flow" and store the packet into the
128 - classifying packets into "flows" to accelerate packet aggregation is
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,c64x+megamod-pic.txt34 combine up to 32 interrupt inputs into a single interrupt output which
35 may be cascaded into the core interrupt controller. The megamodule PIC
36 has a total of 12 outputs cascading into the core interrupt controller.
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dcodecs.exp25 [This is a journey into sound]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dbaikal,bt1-ccu-div.yaml17 into clocks of various frequencies and then propagated to either individual
19 by means of an embedded into CCU PLLs and gateable/non-gateable dividers. The
22 registers. Baikal-T1 CCU is logically divided into the next components:
77 devices, are united into a single clocks provider called System Devices CCU.
H A Dbaikal,bt1-ccu-pll.yaml17 into clocks of various frequencies and then propagated to either individual
19 by means of PLLs and gateable/non-gateable dividers embedded into the CCU.
20 It's logically divided into the next components:
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-xtensa-xtfpga.txt3 This simple SPI master controller is built into xtfpga bitstreams and is used
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A DTODO10 External code now uses ng_send_fn to inject data into Netgraph, but
/f-stack/dpdk/lib/librte_acl/
H A Dmeson.build17 # flags, and then have the .o file from static lib linked into main lib.
44 # linked into main lib.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dcpsw.txt39 - cpts_clock_mult : Numerator to convert input clock ticks into nanoseconds
40 - cpts_clock_shift : Denominator to convert input clock ticks into nanoseconds
65 Future plan is to migrate hwmod data base contents into device tree
/f-stack/freebsd/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt34 placed into power-down mode if bus is idle
39 placed into self-refresh mode if bus is idle
46 into self-refresh mode and memory controller
51 period in which memories are placed into
57 memories are placed into self-refresh mode.
/f-stack/freebsd/netinet/tcp_stacks/
H A Dsack_filter.c422 sack_collapse(struct sack_filter *sf, int32_t src, int32_t into) in sack_collapse() argument
424 if (SEQ_LT(sf->sf_blks[src].start, sf->sf_blks[into].start)) { in sack_collapse()
426 sf->sf_blks[into].start = sf->sf_blks[src].start; in sack_collapse()
428 if (SEQ_GT(sf->sf_blks[src].end, sf->sf_blks[into].end)) { in sack_collapse()
430 sf->sf_blks[into].end = sf->sf_blks[src].end; in sack_collapse()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drt274.txt16 Pins on the device (for linking into audio routes) for RT274:
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst75 memory for the DPDK to use. The contigmem module must be loaded into the
108 up time. This can be achieved by placing lines similar to the following into
140 After loading the contigmem module, the ``nic_uio`` module must also be loaded into the
154 To load the module during boot place the following into ``/boot/loader.conf``:
216 The variable can also be specified during boot by placing the following into
228 If the original driver for a network port has been compiled into the kernel,

12345678910>>...21