Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dhelpers.c1189 t->value = (void *)timer - map->record->timer_off; in BPF_CALL_3()
Dbtf.c3748 rec->timer_off = -EINVAL; in btf_parse_fields()
3775 WARN_ON_ONCE(rec->timer_off >= 0); in btf_parse_fields()
3777 rec->timer_off = rec->fields[i].offset; in btf_parse_fields()
Dsyscall.c624 bpf_timer_cancel_and_free(obj + rec->timer_off); in bpf_obj_free_timer()
Dverifier.c7500 if (map->record->timer_off != val + reg->off) { in process_timer_func()
7502 val + reg->off, map->record->timer_off); in process_timer_func()
/linux-6.6.21/include/linux/
Dbpf.h230 int timer_off; member