Searched refs:uref_ctr_offsets (Results 1 – 1 of 1) sorted by relevance
3200 u64 __user *uref_ctr_offsets = u64_to_user_ptr(info->uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_fill_link_info() local3214 if ((uoffsets || uref_ctr_offsets || ucookies) && !ucount) in bpf_uprobe_multi_link_fill_link_info()3241 if (!uoffsets && !ucookies && !uref_ctr_offsets) in bpf_uprobe_multi_link_fill_link_info()3253 if (uref_ctr_offsets && in bpf_uprobe_multi_link_fill_link_info()3254 put_user(umulti_link->uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) in bpf_uprobe_multi_link_fill_link_info()3367 unsigned long __user *uref_ctr_offsets; in bpf_uprobe_multi_link_attach() local3405 uref_ctr_offsets = u64_to_user_ptr(attr->link_create.uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_attach()3449 if (uref_ctr_offsets && __get_user(uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) { in bpf_uprobe_multi_link_attach()