Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Derr_common.c88 static struct el_subpacket_annotation *subpacket_annotation_list = NULL;
227 for (a = subpacket_annotation_list; a; a = a->next) { in el_annotate_subpacket()
284 struct el_subpacket_annotation *a = subpacket_annotation_list; in cdl_register_subpacket_annotation()
286 if (a == NULL) subpacket_annotation_list = new; in cdl_register_subpacket_annotation()
86 static struct el_subpacket_annotation *subpacket_annotation_list = NULL; global() variable