OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dm_table_get_entry
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/dm/
dm.h
306
dm_table_t *
dm_table_get_entry
(dm_table_head_t *, uint8_t);
dm_table.c
105
dm_table_get_entry
(dm_table_head_t *head, uint8_t table_id)
function in typeref:typename:dm_table_t *
device-mapper.c
536
tbl =
dm_table_get_entry
(&dmv->table_head, DM_TABLE_ACTIVE);
635
tbl =
dm_table_get_entry
(&dmv->table_head, DM_TABLE_ACTIVE);
dm_ioctl.c
51
*
dm_table_get_entry
will increment table users reference
56
*
dm_table_get_entry
. Between these two calls tables can't be switched
71
* after calling
dm_table_get_entry
routine. After calling this
75
* Example:
dm_table_get_entry
77
* This example will lead to deadlock situation because after
dm_table_get_entry
655
tbl =
dm_table_get_entry
(&dmv->table_head, table_type);
758
tbl =
dm_table_get_entry
(&dmv->table_head, DM_TABLE_INACTIVE);
955
tbl =
dm_table_get_entry
(&dmv->table_head, table_type);
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025