Lines Matching defs:refcnt
271 uint32_t refcnt;
316 {{ "refcnt", SPDK_TRACE_ARG_TYPE_INT, 4 }}
321 {{ "refcnt", SPDK_TRACE_ARG_TYPE_INT, 4 }}
2214 dev->refcnt = 0;
2269 uint32_t refcnt;
2312 refcnt = dev->refcnt;
2322 if (refcnt > 0) {
2378 SPDK_DEBUGLOG(thread, "Get io_channel %p for io_device %s (%p) on thread %s refcnt %u\n",
2405 SPDK_DEBUGLOG(thread, "Get io_channel %p for io_device %s (%p) on thread %s refcnt %u\n",
2408 dev->refcnt++;
2416 dev->refcnt--;
2467 ch->dev->refcnt--;
2473 if (ch->dev->refcnt > 0) {
2507 "Putting io_channel %p for io_device %s (%p) on thread %s refcnt %u\n",