Searched refs:idr_pre_get (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/ofed/include/linux/
H A Didr.h66 int idr_pre_get(struct idr *idp, gfp_t gfp_mask);
H A Dlinux_idr.c213 idr_pre_get(struct idr *idr, gfp_t gfp_mask) function
/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h156 if (!idr_pre_get(idr, GFP_KERNEL)) {
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcm.c233 } while (ret == -EAGAIN && idr_pre_get(&sriov->pv_id_table, GFP_KERNEL));
370 idr_pre_get(&dev->sriov.pv_id_table, GFP_KERNEL);
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Ducma.c146 ret = idr_pre_get(&ctx_idr, GFP_KERNEL);
176 ret = idr_pre_get(&multicast_idr, GFP_KERNEL);
H A Dsa_query.c747 if (!idr_pre_get(&query_idr, gfp_mask))
H A Ducm.c189 result = idr_pre_get(&ctx_id_table, GFP_KERNEL);
H A Dcm.c407 } while( (ret == -EAGAIN) && idr_pre_get(&cm.local_id_table, GFP_KERNEL) );
3849 idr_pre_get(&cm.local_id_table, GFP_KERNEL);
H A Dcma.c2129 } while ((ret == -EAGAIN) && idr_pre_get(ps, GFP_KERNEL));
2164 } while ((ret == -EAGAIN) && idr_pre_get(ps, GFP_KERNEL));
H A Duverbs_cmd.c123 if (!idr_pre_get(idr, GFP_KERNEL))
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h261 if (!idr_pre_get(idr, lock ? GFP_KERNEL : GFP_ATOMIC))

Completed in 190 milliseconds