HomeSort by: relevance | last modified time | path
    Searched refs:dm_table_destroy (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/dm/
dm_dev.c 293 dm_table_destroy(&dmv->table_head, DM_TABLE_ACTIVE);
296 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE);
dm.h 302 int dm_table_destroy(dm_table_head_t *, uint8_t);
dm_table.c 147 dm_table_destroy(dm_table_head_t *head, uint8_t table_id) function in typeref:typename:int
155 aprint_debug("dm_Table_destroy called with %d--%d\n", table_id, head->io_cnt);
dm_ioctl.c 69 * NOTE: It is not allowed to call dm_table_destroy, dm_table_switch_tables
76 * dm_table_destroy/dm_table_switch_tables
78 * table reference counter is != 0 and dm_table_destroy have to wait on cv until
556 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE);
596 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE);
755 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE);
817 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE);
device-mapper.c 284 dm_table_destroy(&dmv->table_head, DM_TABLE_ACTIVE);
287 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE);

Completed in 16 milliseconds