Searched refs:io_cnt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Ddm_table.c51 * use reference counting on io_cnt.
78 head->io_cnt++;
91 KASSERT(head->io_cnt != 0);
95 if (--head->io_cnt == 0)
102 * Return current active table to caller, increment io_cnt reference counter.
124 * Switch table from inactive to active mode. Have to wait until io_cnt is 0.
132 while (head->io_cnt != 0)
155 aprint_debug("dm_Table_destroy called with %d--%d\n", table_id, head->io_cnt);
157 while (head->io_cnt != 0)
310 head->io_cnt
[all...]
H A Ddm.h103 uint32_t io_cnt; member in struct:dm_table_head
H A Ddm_ioctl.c356 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
439 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
495 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);
549 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt);

Completed in 197 milliseconds