Home
last modified time | relevance | path

Searched refs:fwk_list_head (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/framework/test/
A Dtest_fwk_list_head.c29 assert(fwk_list_head(&slist) == NULL); in test_slist_head_empty()
34 assert(fwk_list_head(&dlist) == NULL); in test_dlist_head_empty()
41 assert(fwk_list_head(&slist) == &snodes[0]); in test_slist_head_one()
48 assert(fwk_list_head(&dlist) == &dnodes[0]); in test_dlist_head_one()
A Dtest_fwk_core.c211 fwk_list_head(&ctx->free_event_queue), struct fwk_event, slist_node); in test___fwk_run_main_loop()
/SCP-firmware-master/framework/src/
A Dfwk_delayed_resp.c58 delayed_response_node = fwk_list_head(delayed_response_list); in __fwk_search_delayed_response()
119 delayed_response_node = fwk_list_head(delayed_response_list); in fwk_is_delayed_response_list_empty()
142 delayed_response_node = fwk_list_head(delayed_response_list); in fwk_get_first_delayed_response()
A Dfwk_notification.c94 for (node = fwk_list_head(subscription_dlist); node != NULL; in search_subscription()
130 for (node = fwk_list_head(subscription_dlist); node != NULL; in send_notifications()
/SCP-firmware-master/framework/include/
A Dfwk_list.h63 #define fwk_list_head(list) \ macro
216 for (node = fwk_list_head(list), \
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c159 (struct alarm_sub_element_ctx *)fwk_list_head(&ctx->alarms_active); in _configure_timer_with_next_alarm()
189 alarm_node = fwk_list_head(&ctx->alarms_active); in _insert_alarm_ctx_into_active_queue()
359 alarm_ctx_node = fwk_list_head(&ctx->alarms_active); in get_next_alarm_remaining()

Completed in 7 milliseconds