Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c4084 rec->task_work_off = -EINVAL; in btf_parse_fields()
4125 WARN_ON_ONCE(rec->task_work_off >= 0); in btf_parse_fields()
4126 rec->task_work_off = rec->fields[i].offset; in btf_parse_fields()
H A Dhelpers.c4359 ctx->map_val = (void *)tw - map->record->task_work_off; in bpf_task_work_schedule()
H A Dsyscall.c807 bpf_task_work_cancel_and_free(obj + rec->task_work_off); in bpf_obj_free_task_work()
H A Dverifier.c8708 field_off = map->record->task_work_off; in check_map_field_pointer()
13463 reg->map_ptr->record->task_work_off >= 0)) { in check_kfunc_args()
13478 if (reg->map_ptr->record->task_work_off >= 0) { in check_kfunc_args()
/linux/include/linux/
H A Dbpf.h265 int task_work_off; member