Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dstatic_call_inline.c80 const struct static_call_key *key_a = static_call_key(a); in static_call_site_cmp() local
83 if (key_a < key_b) in static_call_site_cmp()
86 if (key_a > key_b) in static_call_site_cmp()
/openbmc/linux/security/keys/
H A Dkeyring.c327 const struct key *key_a = keyring_ptr_to_key(object); in keyring_diff_objects() local
328 const struct keyring_index_key *a = &key_a->index_key; in keyring_diff_objects()