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

  /src/sys/nfs/
nfs_iod.c 225 int hold_count; local in function:nfs_set_niothreads
227 KERNEL_UNLOCK_ALL(curlwp, &hold_count);
271 KERNEL_LOCK(hold_count, curlwp);
  /src/sys/dev/ieee1394/
firewire.c 71 int firewire_debug = 0, try_bmr = 1, hold_count = 0; variable in typeref:typename:int
102 "hold_count", SYSCTL_DESCR("Number of count of "
104 NULL, 0, &hold_count,
2078 printf("fwdev->rcnt(%d), hold_count(%d)\n",
2079 fwdev->rcnt, hold_count);
2098 if (fwdev->rcnt > 0 && fwdev->rcnt > hold_count) {

Completed in 13 milliseconds