Searched refs:bpf_timer (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 41 struct bpf_timer; 4003 static long (*bpf_timer_init)(struct bpf_timer *timer, void *map, __u64 flags) = (void *) 169; 4018 static long (*bpf_timer_set_callback)(struct bpf_timer *timer, void *callback_fn) = (void *) 170; 4027 * Since struct bpf_timer is a field inside map element the map 4056 static long (*bpf_timer_start)(struct bpf_timer *timer, __u64 nsecs, __u64 flags) = (void *) 171; 4070 static long (*bpf_timer_cancel)(struct bpf_timer *timer) = (void *) 172;
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 5071 * long bpf_timer_init(struct bpf_timer *timer, struct bpf_map *map, u64 flags) 5088 * long bpf_timer_set_callback(struct bpf_timer *timer, void *callback_fn) 5099 * long bpf_timer_start(struct bpf_timer *timer, u64 nsecs, u64 flags) 5105 * Since struct bpf_timer is a field inside map element the map 5133 * long bpf_timer_cancel(struct bpf_timer *timer) 7159 struct bpf_timer { struct
|
Completed in 15 milliseconds