Searched refs:ebda_rsrc_list (Results 1 – 2 of 2) sorted by relevance
210 struct ebda_rsrc_list { struct214 struct ebda_rsrc_list *next; argument
43 static struct ebda_rsrc_list *rsrc_list_ptr;99 static struct ebda_rsrc_list * __init alloc_ebda_rsrc_list(void) in alloc_ebda_rsrc_list()101 return kzalloc(sizeof(struct ebda_rsrc_list), GFP_KERNEL); in alloc_ebda_rsrc_list()