Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1295 cb->value = (void *)async - map->record->wq_off; in __bpf_async_init()
H A Dbtf.c3947 rec->wq_off = -EINVAL; in btf_parse_fields()
3979 WARN_ON_ONCE(rec->wq_off >= 0); in btf_parse_fields()
3981 rec->wq_off = rec->fields[i].offset; in btf_parse_fields()
H A Dsyscall.c668 bpf_wq_cancel_and_free(obj + rec->wq_off); in bpf_obj_free_workqueue()
H A Dverifier.c7653 if (map->record->wq_off != val + reg->off) { in process_wq_func()
7655 val + reg->off, map->record->wq_off); in process_wq_func()
11883 if (meta->map.ptr && reg->map_ptr->record->wq_off >= 0) { in check_kfunc_args()
/linux/include/linux/
H A Dbpf.h242 int wq_off; member