Searched refs:urf (Results 1 – 1 of 1) sorted by relevance
397 struct urfile *urf; in urfile_alloc() local399 urf = kzalloc_obj(struct urfile); in urfile_alloc()400 if (!urf) in urfile_alloc()402 urf->urd = urd; in urfile_alloc()404 TRACE("urfile_alloc: urd=%p urf=%p rl=%zu\n", urd, urf, in urfile_alloc()405 urf->dev_reclen); in urfile_alloc()407 return urf; in urfile_alloc()410 static void urfile_free(struct urfile *urf) in urfile_free() argument412 TRACE("urfile_free: urf=%p urd=%p\n", urf, urf->urd); in urfile_free()413 kfree(urf); in urfile_free()[all …]