include\linux\key.h
static
inline
void
key_ref_put(key_ref_t key_ref)
{
key_put(key_ref_to_ptr(key_ref));
}