Searched refs:fwk_list_head (Results 1 – 6 of 6) sorted by relevance
29 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()
211 fwk_list_head(&ctx->free_event_queue), struct fwk_event, slist_node); in test___fwk_run_main_loop()
58 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()
94 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()
63 #define fwk_list_head(list) \ macro216 for (node = fwk_list_head(list), \
159 (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 6 milliseconds