| /Zephyr-latest/doc/services/storage/zms/ | 
| D | zms.rst | 99 Mounting the storage system125 Initialization
 134 ZMS ID/data write
 145 ZMS ID/data read (with history)
 153 ZMS free space calculation
 162 The cycle counter
 175 Closing sectors
 183 Triggering garbage collection
 196 ATE (Allocation Table Entry) structure
 
 | 
| /Zephyr-latest/tests/bluetooth/audio/mocks/src/ | 
| D | kernel.c | 41 	struct k_work *work;  in k_work_reschedule()  local67 	struct k_work *work;  in k_work_schedule()  local
 93 int k_work_cancel(struct k_work *work)  in k_work_cancel()
 100 void k_work_init(struct k_work *work, k_work_handler_t handler)  in k_work_init()
 105 int k_work_submit(struct k_work *work)  in k_work_submit()
 112 int k_work_busy_get(const struct k_work *work)  in k_work_busy_get()
 119 	struct k_work *work;  in k_sleep()  local
 181 	struct k_work *work, *tmp;  in mock_kernel_cleanup()  local
 
 | 
| /Zephyr-latest/kernel/ | 
| D | work.c | 66 static void handle_flush(struct k_work *work) { }  in handle_flush()70 	struct k_work *work = &flusher->work;  in init_flusher()  local
 88 				    struct k_work *work)  in init_work_cancel()
 105 static void finalize_flush_locked(struct k_work *work)  in finalize_flush_locked()
 125 static void finalize_cancel_locked(struct k_work *work)  in finalize_cancel_locked()
 150 void k_work_init(struct k_work *work,  in k_work_init()
 161 static inline int work_busy_get_locked(const struct k_work *work)  in work_busy_get_locked()
 166 int k_work_busy_get(const struct k_work *work)  in k_work_busy_get()
 188 				 struct k_work *work,  in queue_flusher_locked()
 209 				       struct k_work *work)  in queue_remove_locked()
 [all …]
 
 | 
| D | poll.c | 562 static void triggered_work_handler(struct k_work *work)  in triggered_work_handler()615 static int triggered_work_cancel(struct k_work_poll *work,  in triggered_work_cancel()
 645 void k_work_poll_init(struct k_work_poll *work,  in k_work_poll_init()
 659 				struct k_work_poll *work,  in k_work_poll_submit_to_queue()
 771 int k_work_poll_submit(struct k_work_poll *work,  in k_work_poll_submit()
 786 int k_work_poll_cancel(struct k_work_poll *work)  in k_work_poll_cancel()
 
 | 
| /Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ | 
| D | no_transition_work_handler.c | 14 static void unsolicitedly_publish_states_work_handler(struct k_work *work)  in unsolicitedly_publish_states_work_handler()37 static void no_transition_work_handler(struct k_work *work)  in no_transition_work_handler()
 
 | 
| D | transition.c | 153 static void onoff_work_handler(struct k_work *work)  in onoff_work_handler()210 static void level_lightness_work_handler(struct k_work *work)  in level_lightness_work_handler()
 272 static void level_temp_work_handler(struct k_work *work)  in level_temp_work_handler()
 303 static void light_lightness_actual_work_handler(struct k_work *work)  in light_lightness_actual_work_handler()
 329 static void light_lightness_linear_work_handler(struct k_work *work)  in light_lightness_linear_work_handler()
 355 static void light_ctl_work_handler(struct k_work *work)  in light_ctl_work_handler()
 388 static void light_ctl_temp_work_handler(struct k_work *work)  in light_ctl_temp_work_handler()
 
 | 
| D | publisher.c | 20 void publish(struct k_work *work)  in publish()
 | 
| /Zephyr-latest/subsys/rtio/ | 
| D | rtio_workq.c | 19 static void rtio_work_req_done_handler(struct k_p4wq_work *work)  in rtio_work_req_done_handler()32 static void rtio_work_handler(struct k_p4wq_work *work)  in rtio_work_handler()
 74 	struct k_p4wq_work *work = &req->work;  in rtio_work_req_submit()  local
 
 | 
| /Zephyr-latest/tests/kernel/workq/work_queue/src/ | 
| D | start_stop.c | 18 static void work_handler(struct k_work *work)  in work_handler()27 	struct k_work work;  in ZTEST()  local
 
 | 
| D | main.c | 50 	struct k_work_delayable work;  member55 	struct k_work_poll work;  member
 85 	struct k_work_poll work;  member
 93 static void work_handler(struct k_work *work)  in work_handler()
 208 static void resubmit_work_handler(struct k_work *work)  in resubmit_work_handler()
 249 static void delayed_work_handler(struct k_work *work)  in delayed_work_handler()
 418 static void triggered_work_handler(struct k_work *work)  in triggered_work_handler()
 553 static void triggered_resubmit_work_handler(struct k_work *work)  in triggered_resubmit_work_handler()
 750 static void triggered_from_msgq_work_handler(struct k_work *work)  in triggered_from_msgq_work_handler()
 
 | 
| /Zephyr-latest/tests/kernel/workq/work/ | 
| D | CMakeLists.txt | 5 project(work)  project
 | 
| /Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ | 
| D | host_stack_if.c | 34 static void ble_ctlr_stack_handler(struct k_work *work)  in ble_ctlr_stack_handler()59 static void bpka_work_handler(struct k_work *work)  in bpka_work_handler()
 
 | 
| D | ll_sys_if_adapt.c | 29 static void ll_sys_bg_process_handler(struct k_work *work)  in ll_sys_bg_process_handler()
 | 
| /Zephyr-latest/tests/kernel/interrupt/src/ | 
| D | interrupt_offload.c | 46 	struct k_work *work;  member52 static void entry_offload_job(struct k_work *work)  in entry_offload_job()
 71 	struct k_work *work = ((struct interrupt_param *)param)->work;  in isr_handler()  local
 125 static void trigger_offload_interrupt(const bool real_irq, void *work)  in trigger_offload_interrupt()
 
 | 
| /Zephyr-latest/samples/bluetooth/handsfree_ag/src/ | 
| D | main.c | 277 static void discover_work_handler(struct k_work *work)  in discover_work_handler()292 static void call_connect_work_handler(struct k_work *work)  in call_connect_work_handler()
 313 static void call_disconnect_work_handler(struct k_work *work)  in call_disconnect_work_handler()
 326 static void call_remote_ringing_work_handler(struct k_work *work)  in call_remote_ringing_work_handler()
 341 static void call_remote_accept_work_handler(struct k_work *work)  in call_remote_accept_work_handler()
 
 | 
| /Zephyr-latest/subsys/shell/backends/ | 
| D | shell_mqtt.c | 51 static inline int sh_mqtt_work_submit(struct k_work *work)  in sh_mqtt_work_submit()227 static void sh_mqtt_process_handler(struct k_work *work)  in sh_mqtt_process_handler()
 297 static void sh_mqtt_subscribe_handler(struct k_work *work)  in sh_mqtt_subscribe_handler()
 365 static void sh_mqtt_connect_handler(struct k_work *work)  in sh_mqtt_connect_handler()
 472 static void sh_mqtt_publish_handler(struct k_work *work)  in sh_mqtt_publish_handler()
 498 static void net_disconnect_handler(struct k_work *work)  in net_disconnect_handler()
 
 | 
| /Zephyr-latest/modules/nrf_wifi/os/ | 
| D | timer.h | 17 	struct k_work_delayable work;  member
 | 
| D | timer.c | 21 static void timer_expiry_function(struct k_work *work)  in timer_expiry_function()
 | 
| /Zephyr-latest/tests/kernel/workq/work/src/ | 
| D | main.c | 141 static void counter_handler(struct k_work *work)  in counter_handler()177 static void rel_handler(struct k_work *work)  in rel_handler()
 183 static void delay_handler(struct k_work *work)  in delay_handler()
 213 ZTEST(work, test_unstarted)  in ZTEST()  argument
 273 ZTEST(work, test_null_queue)  in ZTEST()  argument
 317 ZTEST(work, test_smp_simple_queue)  in ZTEST()  argument
 667 	struct k_work work;  member
 808 ZTEST(work, test_smp_running_cancel)  in ZTEST()  argument
 850 ZTEST(work, test_drain_empty)  in ZTEST()  argument
 860 	struct k_work work;  member
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/rtio/ | 
| D | work.h | 34 	struct k_p4wq_work work;  member
 | 
| /Zephyr-latest/samples/net/lwm2m_client/src/ | 
| D | temperature.c | 23 static void temp_work_cb(struct k_work *work)  in temp_work_cb()
 | 
| /Zephyr-latest/include/zephyr/mgmt/mcumgr/smp/ | 
| D | smp_client.h | 28 	struct k_work work;  member
 | 
| /Zephyr-latest/drivers/modem/ | 
| D | modem_at_shell.c | 127 static void at_shell_open_pipe_handler(struct k_work *work)  in at_shell_open_pipe_handler()140 static void at_shell_attach_chat_handler(struct k_work *work)  in at_shell_attach_chat_handler()
 149 static void at_shell_release_chat_handler(struct k_work *work)  in at_shell_release_chat_handler()
 
 | 
| /Zephyr-latest/samples/drivers/can/counter/src/ | 
| D | main.c | 93 void change_led_work_handler(struct k_work *work)  in change_led_work_handler()169 void state_change_work_handler(struct k_work *work)  in state_change_work_handler()
 181 	struct k_work *work = (struct k_work *)user_data;  in state_change_callback()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | long_wq.c | 24 int bt_long_wq_submit(struct k_work *work)  in bt_long_wq_submit()
 |