Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dkernel.c36 struct k_work *work; in k_work_reschedule() local
62 struct k_work *work; in k_work_schedule() local
88 int k_work_cancel(struct k_work *work) in k_work_cancel()
95 void k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init()
100 int k_work_submit(struct k_work *work) in k_work_submit()
107 int k_work_busy_get(const struct k_work *work) in k_work_busy_get()
114 struct k_work *work; in k_sleep() local
142 struct k_work *work, *tmp; in mock_kernel_cleanup() local
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst99 Mounting the Storage system
125 Initialization
134 ZMS ID-Data write
144 ZMS ID/data read (with history)
152 ZMS free space calculation
161 The cycle counter
174 Closing sectors
182 Triggering Garbage collection
195 ATE (Allocation Table Entry) structure
/Zephyr-latest/kernel/
Dwork.c66 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 …]
Dpoll.c570 static void triggered_work_handler(struct k_work *work) in triggered_work_handler()
623 static int triggered_work_cancel(struct k_work_poll *work, in triggered_work_cancel()
653 void k_work_poll_init(struct k_work_poll *work, in k_work_poll_init()
667 struct k_work_poll *work, in k_work_poll_submit_to_queue()
779 int k_work_poll_submit(struct k_work_poll *work, in k_work_poll_submit()
794 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/
Dno_transition_work_handler.c14 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()
Dtransition.c153 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()
Dpublisher.c20 void publish(struct k_work *work) in publish()
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dstart_stop.c18 static void work_handler(struct k_work *work) in work_handler()
27 struct k_work work; in ZTEST() local
Dmain.c50 struct k_work_delayable work; member
55 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/
DCMakeLists.txt5 project(work) project
/Zephyr-latest/subsys/rtio/
Drtio_workq.c23 static void rtio_work_handler(struct k_p4wq_work *work) in rtio_work_handler()
67 struct k_p4wq_work *work = &req->work; in rtio_work_req_submit() local
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dhost_stack_if.c34 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()
Dll_sys_if_adapt.c29 static void ll_sys_bg_process_handler(struct k_work *work) in ll_sys_bg_process_handler()
/Zephyr-latest/tests/kernel/interrupt/src/
Dinterrupt_offload.c46 struct k_work *work; member
52 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/
Dmain.c277 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/
Dshell_mqtt.c51 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/
Dtimer.h17 struct k_work_delayable work; member
Dtimer.c21 static void timer_expiry_function(struct k_work *work) in timer_expiry_function()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c141 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/
Dwork.h34 struct k_p4wq_work work; member
/Zephyr-latest/samples/net/lwm2m_client/src/
Dtemperature.c23 static void temp_work_cb(struct k_work *work) in temp_work_cb()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/smp/
Dsmp_client.h28 struct k_work work; member
/Zephyr-latest/drivers/modem/
Dmodem_at_shell.c127 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/
Dmain.c93 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/
Dlong_wq.c24 int bt_long_wq_submit(struct k_work *work) in bt_long_wq_submit()

12345678910>>...22