Searched refs:bpf_link_init_sleepable (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | bpf.h | 2558 void bpf_link_init_sleepable(struct bpf_link *link, enum bpf_link_type type, 2919 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 | 3077 void bpf_link_init_sleepable(struct bpf_link *link, enum bpf_link_type type, in bpf_link_init_sleepable() function 3095 bpf_link_init_sleepable(link, type, ops, prog, attach_type, false); in bpf_link_init() 4140 bpf_link_init_sleepable(&link->link, BPF_LINK_TYPE_RAW_TRACEPOINT, in bpf_raw_tp_link_attach()
|