Searched refs:bpf_link_init_sleepable (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf.h | 2761 void bpf_link_init_sleepable(struct bpf_link *link, enum bpf_link_type type, 3123 static inline void bpf_link_init_sleepable(struct bpf_link *link, enum bpf_link_type type, in bpf_link_init_sleepable() function
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3180 void bpf_link_init_sleepable(struct bpf_link *link, enum bpf_link_type type, in bpf_link_init_sleepable() function 3198 bpf_link_init_sleepable(link, type, ops, prog, attach_type, false); in bpf_link_init() 4289 bpf_link_init_sleepable(&link->link, BPF_LINK_TYPE_RAW_TRACEPOINT, in bpf_raw_tp_link_attach()
|