Home
last modified time | relevance | path

Searched full:insertion (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-3.5.0/doc/kernel/data_structures/
Ddlist.rst9 constant-time removal and insertion (at all points: before or after
44 through a list to find the right insertion point, which is provided by
66 * An insertion or deletion never needs to check for the special case
Dslist.rst10 the list, insertion before the head and after the tail of the list and
/Zephyr-Core-3.5.0/dts/bindings/timer/
Dgd,gd32-timer.yaml38 inputs, dead-time insertion, etc.
/Zephyr-Core-3.5.0/lib/hash/
DKconfig.hash_map12 Hashmaps are data structures that are used when insertion, removal, and
/Zephyr-Core-3.5.0/drivers/espi/
Despi_utils.h19 * @param set A boolean indicating insertion or removal of the callback.
/Zephyr-Core-3.5.0/include/zephyr/drivers/gpio/
Dgpio_utils.h50 * @param set A boolean indicating insertion or removal of the callback
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_cyclonev_priv.h431 /*!< Checksum Insertion Control: 4 cases */
435 /*!< IPV4 header Checksum Insertion */
437 /*!< TCP/UDP/ICMP Checksum Insertion calculated over segment only */
439 /*!< TCP/UDP/ICMP Checksum Insertion fully calculated */
/Zephyr-Core-3.5.0/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml111 - OPWMCB: generates a center aligned PWM with dead time insertion to the
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/
Dsoc_miwu.h220 * @param set A boolean indicating insertion or removal of the callback
/Zephyr-Core-3.5.0/tests/net/ipv4_fragment/src/
Dmain.c340 /* Reset position to beginning and ready packet for insertion */ in sender_iface()
626 /* Setup packet for insertion */ in ZTEST()
839 /* Setup packet for insertion */ in ZTEST()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c540 * @details Finds insertion point for new ticker node and inserts the
564 /* Find insertion point for new ticker node and adjust ticks_to_expire
565 * relative to insertion point
610 * @details Finds insertion point for new ticker node and inserts the
644 /* Find insertion point for new ticker node and adjust ticks_to_expire
645 * relative to insertion point
667 /* Check for collision for new ticker node at insertion point */
690 /* Collision - no ticker node insertion, set id to that of
2645 /* Enqueue for re-insertion */
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dhash_map.h299 * of 2 when insertion / removal would exceed / fall into the specified
/Zephyr-Core-3.5.0/doc/kernel/services/scheduling/
Dindex.rst74 rather slower constant-time insertion and removal overhead, and on most
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/engine/src/
Dlwm2m_observation.c239 zassert_true(ret >= 0, "Insertion #%d failed", i); in run_insertion_test()
/Zephyr-Core-3.5.0/doc/kernel/services/timing/
Dclocks.rst154 to ticks once on insertion into the list. There no
/Zephyr-Core-3.5.0/tests/kernel/queue/src/
Dtest_queue_contexts.c262 /* Insertion fails and alloc returns NOMEM */ in tqueue_alloc()
/Zephyr-Core-3.5.0/doc/develop/west/
Drelease-notes.rst596 Python dictionaries being insertion-ordered; this is only an implementation
/Zephyr-Core-3.5.0/kernel/
Dthread.c851 /* k_q_node is initialized upon first insertion in a list */ in z_init_thread_base()
DKconfig317 insertion and removal overhead, and on most platforms (that
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py287 that preserve dict insertion order.
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Disoal.c2208 * as the calling should also check before requesting insertion of a in isoal_insert_seg_header_timeoffset()
/Zephyr-Core-3.5.0/tests/net/ipv6_fragment/src/
Dmain.c998 /* Reset position to beginning and ready packet for insertion */ in test_pkt_loopback()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.3.rst1015 * Implemented insertion of a CoAP option at arbitrary position.