Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/tests/drivers/sdhc/src/
Dmain.c125 /* Card not in slot, test card insertion interrupt */ in ZTEST()
129 zassert_equal(ret, 0, "Could not install card insertion interrupt"); in ZTEST()
130 /* Wait for card insertion */ in ZTEST()
134 zassert_equal(ret, 0, "Card insertion interrupt did not fire"); in ZTEST()
/Zephyr-latest/dts/bindings/counter/
Dgd,gd32-timer.yaml38 inputs, dead-time insertion, etc.
/Zephyr-latest/lib/hash/
DKconfig.hash_map12 Hashmaps are data structures that are used when insertion, removal, and
/Zephyr-latest/drivers/espi/
Despi_utils.h19 * @param set A boolean indicating insertion or removal of the callback.
/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_utils.h55 * @param set A boolean indicating insertion or removal of the callback
/Zephyr-latest/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-latest/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml111 - OPWMCB: generates a center aligned PWM with dead time insertion to the
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_miwu.h220 * @param set A boolean indicating insertion or removal of the callback
/Zephyr-latest/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-latest/include/zephyr/sys/
Dhash_map.h300 * of 2 when insertion / removal would exceed / fall into the specified
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c563 * @details Finds insertion point for new ticker node and inserts the
587 /* Find insertion point for new ticker node and adjust ticks_to_expire
588 * relative to insertion point
633 * @details Finds insertion point for new ticker node and inserts the
667 /* Find insertion point for new ticker node and adjust ticks_to_expire
668 * relative to insertion point
690 /* Check for collision for new ticker node at insertion point */
713 /* Collision - no ticker node insertion, set id to that of
2785 /* Enqueue for re-insertion */
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst74 rather slower constant-time insertion and removal overhead, and on most
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst154 to ticks once on insertion into the list. There no
/Zephyr-latest/tests/net/lib/lwm2m/observation/src/
Dlwm2m_observation.c239 zassert_true(ret >= 0, "Insertion #%d failed", i); in run_insertion_test()
/Zephyr-latest/drivers/sdhc/
Dimx_usdhc.c886 /* Enable card insertion interrupt */ in imx_usdhc_enable_interrupt()
933 /* Disable card insertion interrupt */ in imx_usdhc_disable_interrupt()
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_contexts.c262 /* Insertion fails and alloc returns NOMEM */ in tqueue_alloc()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c2833 /* Sorted insertion into sched list, starting/replacing the ticker when needed
2835 * - false for no insertion (conflict with existing entry)
2851 /* Find insertion point */ in chain_insert_in_sched_list()
Disoal.c2206 * as the calling should also check before requesting insertion of a in isoal_insert_seg_header_timeoffset()
/Zephyr-latest/kernel/
DKconfig325 insertion and removal overhead, and on most platforms (that
Dthread.c745 /* k_q_node is initialized upon first insertion in a list */ in z_init_thread_base()
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst671 Python dictionaries being insertion-ordered; this is only an implementation
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py294 that preserve dict insertion order.
/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c998 /* Reset position to beginning and ready packet for insertion */ in test_pkt_loopback()

12