Searched refs:test_sleepable (Results 1 – 5 of 5) sorted by relevance
37 int BPF_PROG(test_sleepable, struct bpf_dummy_ops_state *state) in BPF_PROG() argument46 .test_sleepable = (void *)test_sleepable,
26 .test_sleepable = (void *)NULL,
140 fd = bpf_program__fd(skel->progs.test_sleepable); in test_dummy_sleepable()
164 case offsetof(struct bpf_dummy_ops, test_sleepable): in bpf_dummy_ops_check_member()
1678 int (*test_sleepable)(struct bpf_dummy_ops_state *cb); member