Home
last modified time | relevance | path

Searched refs:dm_table_busy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/dm/
H A Ddm_table.c55 static int dm_table_busy(dm_table_head_t *, uint8_t);
67 dm_table_busy(dm_table_head_t *head, uint8_t table_id) in dm_table_busy() function
109 id = dm_table_busy(head, table_id); in dm_table_get_entry()
194 id = dm_table_busy(head, table); in dm_table_size_impl()
246 id = dm_table_busy(head, DM_TABLE_ACTIVE); in dm_table_disksize()
290 id = dm_table_busy(head, table_id); in dm_table_get_target_count()
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt170 uses dm_table_busy routine to hold reference counter during work and dm_table_unbusy for reference …
182 dm_table_busy(dm_table_head_t *head, uint8_t table_id)