Searched refs:winlock_style (Results 1 – 1 of 1) sorted by relevance
275 enum winlock_style { NEWSTYLE_LOCK, OLDSTYLE_LOCK }; enum324 enum winlock_style style; /* style of lock - OLDSTYLE, NEWSTYLE */413 static SegLock *seglock_createlock(enum winlock_style);424 static int seglock_graballoc(intptr_t, enum winlock_style, int);876 seglock_createlock(enum winlock_style style) in seglock_createlock()1104 seglock_graballoc(intptr_t arg, enum winlock_style style, int mode) /* IOCTL */ in seglock_graballoc()