Home
last modified time | relevance | path

Searched defs:from_ref (Results 1 – 4 of 4) sorted by relevance

/linux/rust/zerocopy/src/pointer/
H A Dinner.rs131 pub fn from_ref(ptr: &'a T) -> Self { in from_ref() method
H A Dptr.rs178 pub fn from_ref(ptr: &'a T) -> Self { in from_ref() function
/linux/security/keys/
H A Dkeyctl.c598 key_ref_t key_ref, from_ref, to_ref; in keyctl_keyring_move() local
/linux/tools/bpf/bpftool/
H A Dbtf.c624 static const char *btf_type_sort_name(const struct btf *btf, __u32 index, bool from_ref) in btf_type_sort_name()