Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhelpers.c1288 cb->value = (void *)async - map->record->timer_off; in __bpf_async_init()
H A Dbtf.c3966 rec->timer_off = -EINVAL; in btf_parse_fields()
3999 WARN_ON_ONCE(rec->timer_off >= 0); in btf_parse_fields()
4001 rec->timer_off = rec->fields[i].offset; in btf_parse_fields()
H A Dsyscall.c773 bpf_timer_cancel_and_free(obj + rec->timer_off); in bpf_obj_free_timer()
H A Dverifier.c8410 if (map->record->timer_off != val + reg->off) { in process_timer_func()
8412 val + reg->off, map->record->timer_off); in process_timer_func()
/linux-6.15/include/linux/
H A Dbpf.h245 int timer_off; member