Searched full:dropping (Results 1 – 25 of 75) sorted by relevance
123
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,npm2100-vbat.yaml | 19 from the battery by dropping to the vbatminl battery threshold.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 29 Increase up-buffer size helps to reduce dropping of messages. 69 Number of TX retries before dropping the data and assuming that
|
D | Kconfig.ws | 25 Number of TX retries before dropping the full line of data.
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-kernel-devices.ld | 30 * zephyr_pre0.elf is built, the linker will end up dropping it. 39 * happening, instruct the linker to avoid dropping z_shared_isr
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 16 During the process of dropping a thread to user mode, the privileged stack
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 62 an ASE read or dropping a notification if the ASE state is being accessed by another
|
D | Kconfig.bap | 230 before rejecting a read or dropping a notification if the scan delegator state is
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | phil_obj_abstract.h | 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock)
|
/Zephyr-latest/arch/arm64/core/ |
D | reset.c | 212 /* Dropping into EL2 */ in z_arm64_el3_get_next_el() 215 /* Dropping into EL1 */ in z_arm64_el3_get_next_el()
|
D | thread.c | 102 * dropping into EL0. in arch_new_thread()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | phil_obj_abstract.h | 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock)
|
/Zephyr-latest/include/zephyr/sys/ |
D | mpsc_pbuf.h | 36 * dropping is currently being claimed. In that case, it is omitted and next 166 * timeout if packet cannot be allocated before dropping the oldest or
|
/Zephyr-latest/drivers/net/ |
D | nsos_socket.h | 101 /** Number of keepalives before dropping connection */
|
/Zephyr-latest/lib/os/ |
D | mpsc_pbuf.c | 197 /* Other options for dropping available only in overwrite mode. */ in drop_item_locked() 228 /* Prepare packet dropping. */ in drop_item_locked() 254 MPSC_PBUF_DBG(buffer, "no space: dropping packet %p (len: %d)", in drop_item_locked()
|
/Zephyr-latest/samples/philosophers/src/ |
D | phil_obj_abstract.h | 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock)
|
/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/ |
D | main.c | 177 * dropping to zero. For example, we ought to be able to exit here in ZTEST()
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 779 * Show that changing between memory domains and dropping to user mode works 793 * @details Show that adding a partition to a domain and then dropping to user 811 * and then dropping to user mode faults as expected. 1037 * - That dropping to user mode doesn't allow any TLS data set in in ZTEST()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_cavs_host.c | 162 * cost of dropping any messages received while not "enabled" in set_enabled()
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 145 Number of TX retries before dropping the byte and assuming that
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 215 The maximum number of keepalive probes TCP should send before dropping
|
D | net_core.c | 168 NET_DBG("Dropping pkt %p", pkt); in processing_data() 177 NET_DBG("Dropping pkt %p", pkt); in processing_data()
|
D | ipv4_fragment.c | 337 LOG_ERR("Cannot get reassembly slot, dropping pkt %p", pkt); in net_ipv4_handle_fragment_hdr() 390 LOG_ERR("Reassembled IPv4 verify failed, dropping id %u", reass->id); in net_ipv4_handle_fragment_hdr()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob.h | 214 * at delivering a chunk before dropping a Target node from the transfer.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.c | 652 LOG_DBG("Dropping locally originated packet"); in net_decrypt() 809 LOG_WRN("Dropping too short mesh packet (len %u)", in->len); in bt_mesh_net_decode() 815 LOG_WRN("Dropping too long mesh packet (len %u)", in->len); in bt_mesh_net_decode() 852 LOG_ERR("Destination address is unassigned; dropping packet"); in bt_mesh_net_decode()
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
D | main.c | 361 LOG_WRN("Too many leftover samples, dropping %d samples", in process_mic_data() 385 LOG_WRN("Out of memory dropping %d samples", in process_mic_data()
|
123