Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/dpdk/lib/librte_node/
H A Dpkt_cls.c40 uint16_t held = 0, last_spec = 0; in pkt_cls_node_process() local
102 held += last_spec; in pkt_cls_node_process()
109 held++; in pkt_cls_node_process()
119 held++; in pkt_cls_node_process()
129 held++; in pkt_cls_node_process()
139 held++; in pkt_cls_node_process()
152 next_index, held); in pkt_cls_node_process()
154 held = 0; in pkt_cls_node_process()
187 held += last_spec; in pkt_cls_node_process()
204 held += last_spec; in pkt_cls_node_process()
[all …]
H A Dip4_rewrite.c46 uint16_t n_left_from, held = 0, last_spec = 0; in ip4_rewrite_node_process() local
149 held += last_spec; in ip4_rewrite_node_process()
156 held++; in ip4_rewrite_node_process()
166 held++; in ip4_rewrite_node_process()
176 held++; in ip4_rewrite_node_process()
186 held++; in ip4_rewrite_node_process()
198 next_index, held); in ip4_rewrite_node_process()
199 held = 0; in ip4_rewrite_node_process()
237 held += last_spec; in ip4_rewrite_node_process()
253 held += last_spec; in ip4_rewrite_node_process()
[all …]
H A Dip4_lookup_sse.h22 uint16_t held = 0; in ip4_lookup_node_process_vec() local
141 held += last_spec; in ip4_lookup_node_process_vec()
148 held++; in ip4_lookup_node_process_vec()
158 held++; in ip4_lookup_node_process_vec()
168 held++; in ip4_lookup_node_process_vec()
178 held++; in ip4_lookup_node_process_vec()
218 held += last_spec; in ip4_lookup_node_process_vec()
234 held += last_spec; in ip4_lookup_node_process_vec()
237 rte_node_next_stream_put(graph, node, next_index, held); in ip4_lookup_node_process_vec()
H A Dip4_lookup_neon.h21 uint16_t held = 0; in ip4_lookup_node_process_vec() local
136 held += last_spec; in ip4_lookup_node_process_vec()
143 held++; in ip4_lookup_node_process_vec()
153 held++; in ip4_lookup_node_process_vec()
163 held++; in ip4_lookup_node_process_vec()
173 held++; in ip4_lookup_node_process_vec()
214 held += last_spec; in ip4_lookup_node_process_vec()
229 held += last_spec; in ip4_lookup_node_process_vec()
231 rte_node_next_stream_put(graph, node, next_index, held); in ip4_lookup_node_process_vec()
H A Dip4_lookup.c66 uint16_t held = 0; in ip4_lookup_node_process_scalar() local
104 held += last_spec; in ip4_lookup_node_process_scalar()
119 held += last_spec; in ip4_lookup_node_process_scalar()
121 rte_node_next_stream_put(graph, node, next_index, held); in ip4_lookup_node_process_scalar()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Drrwlock.c286 boolean_t held; in rrw_held() local
290 held = (rrl->rr_writer == curthread); in rrw_held()
292 held = (!zfs_refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held()
297 return (held); in rrw_held()
H A Ddsl_dataset.c3097 boolean_t held = B_FALSE; in dsl_dataset_handoff_check() local
3115 held = B_TRUE; in dsl_dataset_handoff_check()
3118 if (held) in dsl_dataset_handoff_check()
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Dlattice-ice40-fpga-mgr.txt9 that unless the GPIO is held low during startup, the
H A Dfpga-region.txt490 the connections must be held at a fixed logic level. This can be achieved by
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,adsp.txt71 held on behalf of the booting Hexagon core
81 Definition: reference to the regulator to be held on behalf of the
87 Definition: reference to the px regulator to be held on behalf of the
H A Dqcom,wcnss-pil.txt42 Definition: reference to the regulators to be held on behalf of the
90 Definition: reference to the regulators to be held on behalf of the
H A Dqcom,q6v5.txt121 Definition: reference to the regulators to be held on behalf of the
132 Definition: reference to the regulators to be held on behalf of the
140 Definition: reference to the regulators to be held on behalf of the
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dinput.yaml14 description: Enable autorepeat when key is pressed and held down.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/
H A Ddevantech-srf04.yaml16 - echo-gpio is held high by the sensor after sending ultrasonic burst
/f-stack/freebsd/arm64/iommu/
H A Diommu_if.m87 # Release all the resources held by IOMMU domain.
/f-stack/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst79 * RLIMIT_LOCKS (number of file locks that can be held by a process)
81 * RLIMIT_NOFILE (number of open file descriptors that can be held open by a process)
/f-stack/freebsd/kern/
H A Dkern_ktrace.c845 const cap_rights_t *held) in ktrcapfail() argument
863 if (held != NULL) in ktrcapfail()
864 kcf->cap_held = *held; in ktrcapfail()
/f-stack/freebsd/contrib/zlib/
H A DREADME90 warranty. In no event will the authors be held liable for any damages
/f-stack/dpdk/doc/guides/nics/
H A Dbnx2x.rst112 be held by configured mbuf size and logs the message.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt56 is held with its screen flat on the planets surface and 0 on the other axes,
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c256 boolean_t held; in zfs_znode_held() local
262 held = (zh && MUTEX_HELD(&zh->zh_lock)) ? B_TRUE : B_FALSE; in zfs_znode_held()
265 return (held); in zfs_znode_held()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst18 the central metric data, which is held in shared memory.
/f-stack/freebsd/contrib/dev/ipw/
H A DLICENSE105 SEVERABILITY. If any provision of this Agreement is held by a court of
/f-stack/freebsd/contrib/dev/iwi/
H A DLICENSE108 SEVERABILITY. If any provision of this Agreement is held by a court of
/f-stack/freebsd/contrib/openzfs/
H A DLICENSE341 matter hereof. If any provision of this License is held to be

12