Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dkern_khelp.c75 int error, i, inserted; in khelp_register_helper() local
77 error = inserted = 0; in khelp_register_helper()
107 inserted = 1; in khelp_register_helper()
112 if (!inserted) in khelp_register_helper()
H A Dkern_cpu.c736 int i, inserted; in cpufreq_insert_abs() local
749 inserted = 0; in cpufreq_insert_abs()
763 inserted = 1; in cpufreq_insert_abs()
767 if (inserted == 0) { in cpufreq_insert_abs()
H A Dkern_shutdown.c1194 bool inserted; in dumper_insert() local
1253 inserted = false; in dumper_insert()
1257 inserted = true; in dumper_insert()
1262 if (!inserted) in dumper_insert()
/f-stack/app/redis-5.0.5/utils/lru/
H A Dtest-lru.rb65 inserted = r.dbsize
93 half = inserted/2
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt79 the data bus. They are inserted when reading one CS and switching to another
83 inserted after every write minimum 1. The data out is driven from the time
86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for
88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst125 The basic idea of EFD is when a given key is to be inserted, a family of
198 perfect hash index, a key that has not been inserted before
236 a new value (target) if the key has already been inserted
237 before, or will insert the <key,value> pair if this key has not been inserted
256 As previously mentioned, if the key has been inserted, the correct value
257 inserted is returned, if the key has not been inserted before,
308 value for the new key together with the all old keys already inserted
400 crowded group as the more keys are inserted.
411 given bin it can map to 4 distinct groups). When a key is inserted, the
H A Dreorder_lib.rst27 and late mbufs depending on the sequence number of the inserted mbuf:
44 On an insert call, valid mbufs are inserted directly into the Order buffer and
H A Dmember_lib.rst15 will return not only whether the element has been inserted before in one of
104 ``0`` to ``m-1`` to perform hashing calculations on each element to be inserted. Every time when an
105 element ``X`` being inserted into the set, the bits at positions ``h1(X)``, ``h2(X)``, ...
107 for multiple different inserted elements). Given a query for any element ``Y``, the
252 priority one is inserted in the corresponding sub-table (interested readers can
261 sub-table will be inserted into the set-summary (i.e. cache insertion) so
288 inserted into the bloom filter(s). The value is used to calculate the size of each
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c81 int comp, inserted = 0; in insert_in_device_list() local
89 inserted = 1; in insert_in_device_list()
94 if (!inserted) in insert_in_device_list()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c105 int comp, inserted = 0; in dpaa_add_to_device_list() local
113 inserted = 1; in dpaa_add_to_device_list()
118 if (!inserted) in dpaa_add_to_device_list()
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt5 device-tree-based kernel (yet), this node needs to be inserted by a
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3288-veyron-sdmmc.dtsi37 * think there's a card inserted
H A Dsun8i-h2-plus-bananapi-m2-zero.dts86 * high active (card inserted), although on the early samples it's
/f-stack/dpdk/doc/guides/nics/
H A Dkni.rst28 Using this PMD requires KNI kernel module be inserted.
86 If KNI kernel module (rte_kni.ko) not inserted, following error log printed::
H A Dcxgbe.rst319 Note that the filter rule will only be inserted in HASH region, if the
321 Otherwise, the filter rule will get inserted in LETCAM region.
473 PMD: rte_cxgbe_pmd: Port0: passive DA port module inserted
474 PMD: rte_cxgbe_pmd: Port1: passive DA port module inserted
783 PMD: rte_cxgbe_pmd: Port0: passive DA port module inserted
784 PMD: rte_cxgbe_pmd: Port1: passive DA port module inserted
H A Dnfb.rst69 containing received frames and timestamp is inserted into the `rte_mbuf` struct.
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dst,stm32-spi.yaml71 delay in nanoseconds inserted between two consecutive data frames.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst55 then the pair of <key,target> is inserted into the flow distribution table.
63 I.e. if the key has already been inserted the target node id will be correct,
73 essential to point out new keys that have not been inserted before.
213 * flow has not been inserted
/f-stack/app/redis-5.0.5/src/
H A Dt_list.c269 int inserted = 0; in linsertCommand() local
288 inserted = 1; in linsertCommand()
294 if (inserted) { in linsertCommand()
/f-stack/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst48 compiling the kernel and those kernel modules should be inserted.
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt337 the scheduler instance is inserted in the heap with a new key depending of
340 instance is no longer inserted in the heap.
480 inserted in the system_heap, and decremented every time it is extracted from it.
495 Obviously this scheduler instance is no longer inserted in the system_heap.
499 scheduler with the same number is inserted will use these flowsets.
618 If the scheduler does not exist, this flowset is inserted in a special
653 is inserted in the unlinked
712 This command creates a new 'dn_fs' struct that will be inserted
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst22 inserted between enqueue and dequeue so no cycles are wasted in retries while
/f-stack/freebsd/netinet/
H A Dsctp_indata.c920 int inserted; in sctp_inject_old_unordered_data() local
1017 inserted = 0; in sctp_inject_old_unordered_data()
1026 inserted = 1; in sctp_inject_old_unordered_data()
1041 if (inserted == 0) { in sctp_inject_old_unordered_data()
1453 int inserted = 0; in sctp_queue_data_for_reasm() local
1573 inserted = 1; in sctp_queue_data_for_reasm()
1597 if (inserted == 0) { in sctp_queue_data_for_reasm()
2215 unsigned char inserted = 0; in sctp_process_a_data_chunk() local
2223 inserted = 1; in sctp_process_a_data_chunk()
2227 if (inserted == 0) { in sctp_process_a_data_chunk()
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt22 length 3 are inserted in the hash table. A hash index is computed for
53 are inserted in the hash table only when no match was found, or
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dqe.txt149 or can be inserted by the boot loader at boot time.

12