Home
last modified time | relevance | path

Searched refs:lp_desc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/agp/
H A Di460-agp.c76 struct lp_desc { struct
81 } *lp_desc; member
196 kfree(i460.lp_desc); in i460_cleanup()
234 size = current_size->num_entries * sizeof(i460.lp_desc[0]); in i460_configure()
235 i460.lp_desc = kzalloc(size, GFP_KERNEL); in i460_configure()
236 if (!i460.lp_desc) in i460_configure()
358 * single GART page are possible. The i460.lp_desc array tracks partial allocation of the
361 * i460.lp_desc[pg_num].refcount tracks the number of kernel pages in use within GART page
362 * pg_num. i460.lp_desc[pg_num].paddr is the physical address of the large page and
363 * i460.lp_desc[pg_nu
[all...]
/kernel/linux/linux-6.6/drivers/char/agp/
H A Di460-agp.c76 struct lp_desc { struct
81 } *lp_desc; member
196 kfree(i460.lp_desc); in i460_cleanup()
234 size = current_size->num_entries * sizeof(i460.lp_desc[0]); in i460_configure()
235 i460.lp_desc = kzalloc(size, GFP_KERNEL); in i460_configure()
236 if (!i460.lp_desc) in i460_configure()
358 * single GART page are possible. The i460.lp_desc array tracks partial allocation of the
361 * i460.lp_desc[pg_num].refcount tracks the number of kernel pages in use within GART page
362 * pg_num. i460.lp_desc[pg_num].paddr is the physical address of the large page and
363 * i460.lp_desc[pg_nu
[all...]

Completed in 4 milliseconds