| /Zephyr-latest/tests/kernel/pending/ | 
| D | CMakeLists.txt | 5 project(pending)  project
 | 
| /Zephyr-latest/drivers/interrupt_controller/ | 
| D | intc_vexriscv_litex.c | 34 	uint32_t pending;  in vexriscv_litex_irq_pending()  local62 	uint32_t pending, mask, irqs;  in vexriscv_litex_irq_handler()  local
 
 | 
| D | intc_wkpu_nxp_s32.c | 56 	uint64_t pending = wkpu_nxp_s32_get_pending(dev);  in wkpu_nxp_s32_interrupt_handler()  local
 | 
| D | intc_eirq_nxp_s32.c | 66 	uint32_t pending;  in eirq_nxp_s32_interrupt_handler()  local
 | 
| D | intc_miwu.c | 241 	bool pending = IS_BIT_SET(NPCX_WKPND(base, wui->group), wui->bit);  in npcx_miwu_irq_get_and_clear_pending()  local
 | 
| /Zephyr-latest/include/zephyr/data/ | 
| D | jwt.h | 53 	int pending;  member
 | 
| /Zephyr-latest/drivers/timer/ | 
| D | silabs_sleeptimer_timer.c | 53 	uint32_t pending = curr - prev;  in sleeptimer_cb()  local75 	uint32_t pending = curr % timer->cyc_per_tick;  in sleeptimer_clock_set_timeout()  local
 
 | 
| D | cortex_m_systick.c | 355 	uint32_t pending = elapsed();  in sys_clock_set_timeout()  local
 | 
| /Zephyr-latest/subsys/net/lib/coap/ | 
| D | coap_server.c | 132 	struct coap_pending *pending;  in coap_server_process()  local297 	struct coap_pending *pending;  in coap_server_retransmit()  local
 343 	struct coap_pending *pending;  in coap_server_poll_timeout()  local
 584 		struct coap_pending *pending = coap_pending_next_unused(service->data->pending,  in coap_service_send()  local
 
 | 
| /Zephyr-latest/drivers/eeprom/ | 
| D | eeprom_shell.c | 38 	size_t pending;  in cmd_read()  local156 	size_t pending;  in cmd_fill()  local
 
 | 
| /Zephyr-latest/tests/kernel/pending/src/ | 
| D | main.c | 296 ZTEST(pending, test_pending_fifo)  in ZTEST()  argument363 ZTEST(pending, test_pending_lifo)  in ZTEST()  argument
 430 ZTEST(pending, test_pending_timer)  in ZTEST()  argument
 
 | 
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ | 
| D | main.c | 48 static struct lwm2m_message *find_msg_custom_fake(struct coap_pending *pending,  in find_msg_custom_fake()265 	struct coap_pending pending;  in ZTEST()  local
 398 	struct coap_pending pending;  in ZTEST()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | proxy_msg.h | 40 	struct k_fifo pending;  member
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | coap_service.h | 48 	struct coap_pending pending[CONFIG_COAP_SERVICE_PENDING_MESSAGES];  member
 | 
| D | coap_client.h | 101 	struct coap_pending pending;  member
 | 
| /Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ | 
| D | img_mgmt_client.h | 32 	bool pending: 1;  member
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/ | 
| D | arp.c | 45 static void arp_entry_cleanup(struct arp_entry *entry, bool pending)  in arp_entry_cleanup()257 					  struct net_pkt *pending,  in arp_prepare()
 
 | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_gecko.c | 237 	uint32_t pending;  in i2c_gecko_isr()  local
 | 
| /Zephyr-latest/drivers/counter/ | 
| D | counter_xlnx_axi_timer.c | 236 	uint32_t pending = 0;  in xlnx_axi_timer_get_pending_int()  local
 | 
| /Zephyr-latest/drivers/misc/coresight/ | 
| D | nrf_etr.c | 490 static void process_frame(uint8_t *buf, uint32_t pending)  in process_frame()553 	uint32_t pending;  in process()  local
 
 | 
| /Zephyr-latest/kernel/ | 
| D | work.c | 582 	bool pending = (work_busy_get_locked(work) != 0U);  in k_work_cancel_sync()  local1110 	bool pending = (work_delayable_busy_get_locked(dwork) != 0U);  in k_work_cancel_delayable_sync()  local
 
 | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_litex.c | 181 	uint8_t pending;  in uart_litex_irq_rx_ready()  local
 | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_rcar.c | 84 	uint32_t pending, fsb, mask;  in gpio_rcar_port_isr()  local
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ | 
| D | img_mgmt_client.c | 54 	bool bootable, pending, confirmed, active, permanent, ok;  in image_state_res_fn()  local
 | 
| /Zephyr-latest/drivers/rtc/ | 
| D | rtc_emul.c | 27 	bool pending;  member
 |