Lines Matching refs:devmap_softlock
111 static struct devmap_softlock *devmap_slist = NULL;
235 static struct devmap_softlock *devmap_softlock_init(dev_t, ulong_t);
283 static int devmap_softlock_enter(struct devmap_softlock *, size_t,
285 static void devmap_softlock_exit(struct devmap_softlock *, size_t,
1247 struct devmap_softlock *slock, in devmap_softlock_enter()
1283 struct devmap_softlock *slock, in devmap_softlock_exit()
1605 struct devmap_softlock *slock = NULL; in segdev_fault()
2901 static struct devmap_softlock *
2904 struct devmap_softlock *slock; in devmap_softlock_init()
2905 struct devmap_softlock *tmp; in devmap_softlock_init()
2910 tmp = kmem_zalloc(sizeof (struct devmap_softlock), KM_SLEEP); in devmap_softlock_init()
2926 kmem_free(tmp, sizeof (struct devmap_softlock)); in devmap_softlock_init()
2943 struct devmap_softlock *slock = dhp->dh_softlock; in devmap_softlock_rele()
2944 struct devmap_softlock *tmp; in devmap_softlock_rele()
2945 struct devmap_softlock *parent; in devmap_softlock_rele()
2980 kmem_free(slock, sizeof (struct devmap_softlock)); in devmap_softlock_rele()
3142 struct devmap_softlock *slock = NULL; in devmap_setup()