Lines Matching refs:style
324 enum winlock_style style; /* style of lock - OLDSTYLE, NEWSTYLE */ member
876 seglock_createlock(enum winlock_style style) in seglock_createlock() argument
900 if (style == OLDSTYLE_LOCK) { in seglock_createlock()
909 lp->style = style; in seglock_createlock()
942 if (lp->style == OLDSTYLE_LOCK) { in seglock_destroylock()
1104 seglock_graballoc(intptr_t arg, enum winlock_style style, int mode) /* IOCTL */ in seglock_graballoc() argument
1111 if (style == OLDSTYLE_LOCK) { in seglock_graballoc()
1122 "seglock_graballoc: key=%u, style=%d\n", key, style)); in seglock_graballoc()
1126 if ((lockpage == NULL) && (style == NEWSTYLE_LOCK)) { in seglock_graballoc()
1141 } else if ((lp = seglock_createlock(style)) != NULL) { in seglock_graballoc()
1154 if (style == OLDSTYLE_LOCK) { in seglock_graballoc()
1651 lp->style, (void *)lp->lockptr, lp->timeout, in seglock_dump_all()