Home | History | Annotate | Download | only in core

Lines Matching defs:refcnt

41 	struct refcnt refcnt;
59 * @v refcnt Downloader reference counter
61 static void downloader_free ( struct refcnt *refcnt ) {
63 container_of ( refcnt, struct downloader, refcnt );
267 downloader->refcnt.free = downloader_free;
269 &downloader->refcnt );
271 &downloader->refcnt );
282 ref_put ( &downloader->refcnt );
288 ref_put ( &downloader->refcnt );