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

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/9p/
H A Dutil.c95 if (idr_pre_get(&p->pool, GFP_KERNEL) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/dca/
H A Ddca-sysfs.c58 if (!idr_pre_get(&dca_idr, GFP_KERNEL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/dca/
H A Ddca-sysfs.c58 if (!idr_pre_get(&dca_idr, GFP_KERNEL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/9p/
H A Dutil.c95 if (idr_pre_get(&p->pool, GFP_KERNEL) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Didr.h104 int idr_pre_get(struct idr *idp, gfp_t gfp_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/core/
H A Dhost.c65 if (!idr_pre_get(&mmc_host_idr, GFP_KERNEL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch.h159 if (!idr_pre_get(idr, GFP_KERNEL)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dhwmon.c46 if (unlikely(idr_pre_get(&hwmon_idr, GFP_KERNEL) == 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dhwmon.c46 if (unlikely(idr_pre_get(&hwmon_idr, GFP_KERNEL) == 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch.h159 if (!idr_pre_get(idr, GFP_KERNEL)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/core/
H A Dhost.c65 if (!idr_pre_get(&mmc_host_idr, GFP_KERNEL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Didr.h104 int idr_pre_get(struct idr *idp, gfp_t gfp_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Dclass.c121 if (idr_pre_get(&rtc_idr, GFP_KERNEL) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_drawable.c51 if (idr_pre_get(&dev->drw_idr, GFP_KERNEL) == 0) {
H A Ddrm_gem.c246 if (idr_pre_get(&file_priv->object_idr, GFP_KERNEL) == 0)
328 if (idr_pre_get(&dev->object_name_idr, GFP_KERNEL) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_drawable.c51 if (idr_pre_get(&dev->drw_idr, GFP_KERNEL) == 0) {
H A Ddrm_gem.c246 if (idr_pre_get(&file_priv->object_idr, GFP_KERNEL) == 0)
328 if (idr_pre_get(&dev->object_name_idr, GFP_KERNEL) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Dclass.c121 if (idr_pre_get(&rtc_idr, GFP_KERNEL) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Didtree.c92 static int idr_pre_get(struct idr_context *idp) function
194 idr_pre_get(idp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Didtree.c92 static int idr_pre_get(struct idr_context *idp) function
194 idr_pre_get(idp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Didtree.c92 static int idr_pre_get(struct idr_context *idp) function
194 idr_pre_get(idp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Didr.c109 * idr_pre_get - reserver resources for idr allocation
120 int idr_pre_get(struct idr *idp, gfp_t gfp_mask) function
131 EXPORT_SYMBOL(idr_pre_get); variable
294 * and go back to the idr_pre_get() call. If the idr is full, it will
325 * and go back to the idr_pre_get() call. If the idr is full, it will
740 if (!idr_pre_get(&ida->idr, gfp_mask))
854 * and go back to the idr_pre_get() call. If the idr is full, it will
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Didr.c109 * idr_pre_get - reserver resources for idr allocation
120 int idr_pre_get(struct idr *idp, gfp_t gfp_mask) function
131 EXPORT_SYMBOL(idr_pre_get); variable
294 * and go back to the idr_pre_get() call. If the idr is full, it will
325 * and go back to the idr_pre_get() call. If the idr is full, it will
740 if (!idr_pre_get(&ida->idr, gfp_mask))
854 * and go back to the idr_pre_get() call. If the idr is full, it will
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/display/
H A Ddisplay-sysfs.c144 ret = idr_pre_get(&allocated_dsp, GFP_KERNEL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/slaves/
H A Dw1_ds2760.c126 ret = idr_pre_get(&bat_idr, GFP_KERNEL);

Completed in 349 milliseconds

123456