OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_cnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/dm/
dm_table.c
51
* 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
= 0
[
all
...]
dm.h
103
uint32_t
io_cnt
;
member in struct:dm_table_head
dm_ioctl.c
356
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 14 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025