Searched refs:pcref (Results 1 – 1 of 1) sorted by relevance
287 percpu_ref_exit(&im->pcref); in bpf_tramp_image_free()310 static void __bpf_tramp_image_release(struct percpu_ref *pcref) in __bpf_tramp_image_release() argument314 im = container_of(pcref, struct bpf_tramp_image, pcref); in __bpf_tramp_image_release()326 percpu_ref_kill(&im->pcref); in __bpf_tramp_image_put_rcu_tasks()367 percpu_ref_kill(&im->pcref); in bpf_tramp_image_put()401 err = percpu_ref_init(&im->pcref, __bpf_tramp_image_release, 0, GFP_KERNEL); in bpf_tramp_image_alloc()1028 percpu_ref_get(&tr->pcref); in __bpf_tramp_enter()1033 percpu_ref_put(&tr->pcref); in __bpf_tramp_exit()