Searched refs:print_callbacks (Results 1 – 1 of 1) sorted by relevance
32 static struct list_node print_callbacks = LIST_INITIAL_VALUE(print_callbacks); variable50 if (!list_is_empty(&print_callbacks)) { in out_count()54 list_for_every_entry(&print_callbacks, cb, print_callback_t, entry) { in out_count()72 list_add_head(&print_callbacks, &cb->entry); in register_print_callback()
Completed in 3 milliseconds