Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dblkdebug.c59 QLIST_HEAD(, BlkdebugRule) rules[BLKDBG__MAX];
60 QSIMPLEQ_HEAD(, BlkdebugRule) active_rules;
86 typedef struct BlkdebugRule { struct
108 QLIST_ENTRY(BlkdebugRule) next; argument
109 QSIMPLEQ_ENTRY(BlkdebugRule) active_next;
110 } BlkdebugRule; typedef
188 struct BlkdebugRule *rule; in add_rule()
206 *rule = (struct BlkdebugRule) { in add_rule()
265 static void remove_rule(BlkdebugRule *rule) in remove_rule()
594 BlkdebugRule *rule = NULL; in rule_check()
[all …]