Searched refs:BlkdebugRule (Results 1 – 1 of 1) sorted by relevance
59 QLIST_HEAD(, BlkdebugRule) rules[BLKDBG__MAX];60 QSIMPLEQ_HEAD(, BlkdebugRule) active_rules;86 typedef struct BlkdebugRule { struct108 QLIST_ENTRY(BlkdebugRule) next; argument109 QSIMPLEQ_ENTRY(BlkdebugRule) active_next;110 } BlkdebugRule; typedef188 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 …]