Home
last modified time | relevance | path

Searched refs:timer_off (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dbtf.c4096 rec->timer_off = -EINVAL; in btf_parse_fields()
4130 WARN_ON_ONCE(rec->timer_off >= 0); in btf_parse_fields()
4132 rec->timer_off = rec->fields[i].offset; in btf_parse_fields()
H A Dsyscall.c793 bpf_timer_cancel_and_free(obj + rec->timer_off); in bpf_obj_free_timer()
H A Dverifier.c7334 field_off = map->record->timer_off; in check_map_field_pointer()
/linux/include/linux/
H A Dbpf.h262 int timer_off; member