Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Didr.h91 int idr_alloc(struct idr *idp, void *ptr, int start, int end, gfp_t);
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c664 idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp_mask) in idr_alloc() function
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c209 ctx->id = idr_alloc(&ctx_idr, ctx, 0, 0, GFP_KERNEL); in ucma_alloc_ctx()
231 mc->id = idr_alloc(&multicast_idr, mc, 0, 0, GFP_KERNEL); in ucma_alloc_multicast()
H A Dib_ucm.c194 ctx->id = idr_alloc(&ctx_id_table, ctx, 0, 0, GFP_KERNEL); in ib_ucm_ctx_alloc()
H A Dib_sa_query.c804 id = idr_alloc(&query_idr, query, 0, 0, GFP_NOWAIT); in send_mad()
H A Dib_uverbs_cmd.c138 ret = idr_alloc(idr, uobj, 0, 0, GFP_NOWAIT); in idr_add_uobj()
H A Dib_cma.c217 return idr_alloc(idr, bind_list, snum, snum + 1, GFP_KERNEL); in cma_ps_alloc()