Home
last modified time | relevance | path

Searched refs:io_uring_restrict (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dtctx.c75 if (tsk->io_uring_restrict) { in __io_uring_free()
76 io_put_bpf_filters(tsk->io_uring_restrict); in __io_uring_free()
77 kfree(tsk->io_uring_restrict); in __io_uring_free()
78 tsk->io_uring_restrict = NULL; in __io_uring_free()
412 struct io_restriction *res, *src = tsk->io_uring_restrict; in __io_uring_fork()
415 tsk->io_uring_restrict = NULL; in __io_uring_fork()
421 tsk->io_uring_restrict = res; in __io_uring_fork()
H A Dregister.c209 if (current->io_uring_restrict) in io_register_restrictions_task()
238 current->io_uring_restrict = res; in io_register_restrictions_task()
259 res = current->io_uring_restrict; in io_register_bpf_filter_task()
268 if (res != current->io_uring_restrict) in io_register_bpf_filter_task()
272 if (!current->io_uring_restrict) in io_register_bpf_filter_task()
273 current->io_uring_restrict = res; in io_register_bpf_filter_task()
/linux/include/linux/
H A Dsched.h1211 struct io_restriction *io_uring_restrict; member