Lines Matching full:rules
74 static HASHTABLE_DEFINE(rules, 1 << RULE_HASH_BITS);
93 error("unexpected end of kABI rules"); in get_rule_field()
169 debug("kABI rules not found"); in kabi_read_rules()
181 error("kABI rules are not null-terminated"); in kabi_read_rules()
213 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()
220 warn("unexpected data at the end of the kABI rules section"); in kabi_read_rules()
234 hash_for_each_possible(rules, rule, hash, in kabi_is_declonly()
282 rules, rule, hash, in kabi_is_enumerator_ignored()
309 hash_for_each_possible(rules, rule, hash, in kabi_get_enumerator_value()
329 hash_for_each_safe(rules, rule, tmp, hash) { in kabi_free()
335 hash_init(rules); in kabi_free()