HomeSort by: relevance | last modified time | path
    Searched defs:lockcount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wsfont/
wsfont.c 238 u_int lockcount; member in struct:font
752 if ((ent->flags & WSFONT_BUILTIN) != 0 || ent->lockcount != 0)
780 if (ent->lockcount != 0) {
806 ent->lockcount++;
819 if (ent->lockcount == 0)
822 if (--ent->lockcount == 0 && (ent->flags & WSFONT_COPY) != 0)
  /src/sys/kern/
vfs_wapbl.c 1207 unsigned lockcount; local in function:wapbl_begin
1217 lockcount = wl->wl_lock_count;
1218 doflush = ((wl->wl_bufbytes + (lockcount * MAXPHYS)) >
1220 ((wl->wl_bufcount + (lockcount * 10)) >
1231 lockcount, wl->wl_bufbytes,

Completed in 15 milliseconds