Home
last modified time | relevance | path

Searched refs:idr_pool (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c779 struct pool idr_pool; variable
795 pool_put(&idr_pool, id); in idr_destroy()
807 idr_entry_cache = pool_get(&idr_pool, flags); in idr_preload()
824 id = pool_get(&idr_pool, flags); in idr_alloc()
843 pool_put(&idr_pool, id); in idr_alloc()
877 pool_put(&idr_pool, res); in idr_remove()
2859 pool_init(&idr_pool, sizeof(struct idr_entry), 0, IPL_TTY, 0, in drm_linux_init()
2879 pool_destroy(&idr_pool); in drm_linux_exit()