Symbol: io_restriction
drivers/acpi/acpica/rsdumpinfo.c
260
{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(gpio.io_restriction),
drivers/acpi/acpica/rsserial.c
50
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.gpio.io_restriction),
drivers/gpio/gpiolib-acpi-core.c
1118
if (WARN_ON(agpio->io_restriction == ACPI_IO_RESTRICT_INPUT &&
drivers/gpio/gpiolib-acpi-core.c
268
switch (agpio->io_restriction) {
include/acpi/acrestyp.h
362
u8 io_restriction;
include/linux/io_uring_types.h
473
struct io_restriction restrictions;
include/linux/sched.h
1201
struct io_restriction *io_uring_restrict;
io_uring/bpf_filter.c
145
void io_put_bpf_filters(struct io_restriction *res)
io_uring/bpf_filter.c
246
void io_bpf_filter_clone(struct io_restriction *dst, struct io_restriction *src)
io_uring/bpf_filter.c
266
static struct io_bpf_filters *io_bpf_filter_cow(struct io_restriction *src)
io_uring/bpf_filter.c
359
int io_register_bpf_filter(struct io_restriction *res,
io_uring/bpf_filter.h
11
int io_register_bpf_filter(struct io_restriction *res,
io_uring/bpf_filter.h
14
void io_put_bpf_filters(struct io_restriction *res);
io_uring/bpf_filter.h
16
void io_bpf_filter_clone(struct io_restriction *dst, struct io_restriction *src);
io_uring/bpf_filter.h
29
static inline int io_register_bpf_filter(struct io_restriction *res,
io_uring/bpf_filter.h
39
static inline void io_put_bpf_filters(struct io_restriction *res)
io_uring/bpf_filter.h
42
static inline void io_bpf_filter_clone(struct io_restriction *dst,
io_uring/bpf_filter.h
43
struct io_restriction *src)
io_uring/io_uring.c
2947
void io_restriction_clone(struct io_restriction *dst, struct io_restriction *src)
io_uring/io_uring.c
2960
struct io_restriction *src)
io_uring/io_uring.c
2962
struct io_restriction *dst = &ctx->restrictions;
io_uring/io_uring.h
215
void io_restriction_clone(struct io_restriction *dst, struct io_restriction *src);
io_uring/register.c
112
struct io_restriction *restrictions)
io_uring/register.c
205
struct io_restriction *res;
io_uring/register.c
244
struct io_restriction *res;
io_uring/tctx.c
407
struct io_restriction *res, *src = tsk->io_uring_restrict;