Searched refs:uref_ctr_offsets (Results 1 – 1 of 1) sorted by relevance
3195 u64 __user *uref_ctr_offsets = u64_to_user_ptr(info->uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_fill_link_info() local3209 if ((uoffsets || uref_ctr_offsets || ucookies) && !ucount) in bpf_uprobe_multi_link_fill_link_info()3236 if (!uoffsets && !ucookies && !uref_ctr_offsets) in bpf_uprobe_multi_link_fill_link_info()3248 if (uref_ctr_offsets && in bpf_uprobe_multi_link_fill_link_info()3249 put_user(umulti_link->uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) in bpf_uprobe_multi_link_fill_link_info()3362 unsigned long __user *uref_ctr_offsets; in bpf_uprobe_multi_link_attach() local3400 uref_ctr_offsets = u64_to_user_ptr(attr->link_create.uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_attach()3444 if (uref_ctr_offsets && __get_user(uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) { in bpf_uprobe_multi_link_attach()