Searched refs:pgt_info (Results 1 – 2 of 2) sorted by relevance
17 struct pgt_info *pgt_info = NULL; in get_pgt_info() local24 return pgt_info; in get_pgt_info()27 static void _free_hop(struct hl_ctx *ctx, struct pgt_info *pgt_info) in _free_hop() argument35 kfree(pgt_info); in _free_hop()40 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in free_hop() local49 struct pgt_info *pgt_info; in alloc_hop() local52 pgt_info = kmalloc(sizeof(*pgt_info), GFP_KERNEL); in alloc_hop()53 if (!pgt_info) in alloc_hop()80 kfree(pgt_info); in alloc_hop()157 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in put_pte() local[all …]
187 struct pgt_info { struct
Completed in 16 milliseconds