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.c4099 rec->task_work_off = -EINVAL; in btf_parse_fields()
4140 WARN_ON_ONCE(rec->task_work_off >= 0); in btf_parse_fields()
4141 rec->task_work_off = rec->fields[i].offset; in btf_parse_fields()
H A Dhelpers.c4527 ctx->map_val = (void *)tw - map->record->task_work_off; in bpf_task_work_schedule()
H A Dverifier.c7336 field_off = map->record->task_work_off; in check_map_field_pointer()
12175 reg->map_ptr->record->task_work_off >= 0)) { in check_kfunc_args()
12190 if (reg->map_ptr->record->task_work_off >= 0) { in check_kfunc_args()
H A Dsyscall.c807 bpf_task_work_cancel_and_free(obj + rec->task_work_off); in bpf_obj_free_task_work()
/linux/include/linux/
H A Dbpf.h265 int task_work_off; member