Searched refs:read_ctx (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_module.c | 41 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() 55 out->len = BPF_CORE_READ(read_ctx, len); in BPF_PROG() 56 out->off = BPF_CORE_READ(read_ctx, off); in BPF_PROG() 60 out->buf_exists = bpf_core_field_exists(read_ctx->buf); in BPF_PROG() 61 out->off_exists = bpf_core_field_exists(read_ctx->off); in BPF_PROG() 62 out->len_exists = bpf_core_field_exists(read_ctx->len); in BPF_PROG() 75 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() 89 out->len = read_ctx->len; in BPF_PROG() 90 out->off = read_ctx->off; in BPF_PROG() 94 out->buf_exists = bpf_core_field_exists(read_ctx in BPF_PROG() 39 BPF_PROG(test_core_module_probed, struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) BPF_PROG() argument 73 BPF_PROG(test_core_module_direct, struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) BPF_PROG() argument [all...] |
H A D | test_module_attach.c | 14 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() 16 raw_tp_read_sz = BPF_CORE_READ(read_ctx, len); in BPF_PROG() 48 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG() 50 tp_btf_read_sz = read_ctx->len; in BPF_PROG() 13 BPF_PROG(handle_raw_tp, struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) BPF_PROG() argument 47 BPF_PROG(handle_tp_btf, struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) BPF_PROG() argument
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | ondemand.c | 459 struct cachefiles_read_ctx *read_ctx = private; in cachefiles_ondemand_init_read_req() local 470 load->off = read_ctx->off; in cachefiles_ondemand_init_read_req() 471 load->len = read_ctx->len; in cachefiles_ondemand_init_read_req() 509 struct cachefiles_read_ctx read_ctx = {pos, len}; in cachefiles_ondemand_read() local 513 cachefiles_ondemand_init_read_req, &read_ctx); in cachefiles_ondemand_read()
|
Completed in 2 milliseconds