Lines Matching refs:sl
32 unsigned long sl = 0; in underflow_prog() local
34 p = bpf_kfunc_call_test_acquire(&sl); in underflow_prog()
43 unsigned long sl = 0; in cb2() local
45 *(void **)ctx = bpf_kfunc_call_test_acquire(&sl); in cb2()
55 unsigned long sl; in leak_prog() local
76 unsigned long sl = 0; in cb3() local
79 bpf_kfunc_call_test_acquire(&sl); in cb3()
91 unsigned long sl = 0; in nested_cb() local
94 p = bpf_kfunc_call_test_acquire(&sl); in nested_cb()
106 unsigned long sl = 0; in non_cb_transfer_ref() local
108 p = bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref()
112 bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref()