Home
last modified time | relevance | path

Searched refs:rw_header (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-log.c294 static int rw_header(struct log_c *lc, int op) in rw_header() function
320 r = rw_header(log, REQ_OP_READ); in read_header()
633 r = rw_header(lc, REQ_OP_WRITE); in disk_resume()
701 r = rw_header(lc, REQ_OP_WRITE); in disk_flush()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-log.c299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header() function
323 r = rw_header(log, REQ_OP_READ); in read_header()
638 r = rw_header(lc, REQ_OP_WRITE); in disk_resume()
710 r = rw_header(lc, REQ_OP_WRITE); in disk_flush()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c2700 struct bpf_binary_header *rw_header; member
2713 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local
2758 rw_header = jit_data->rw_header; in bpf_int_jit_compile()
2759 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile()
2795 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile()
2796 sizeof(rw_header->size)); in bpf_int_jit_compile()
2797 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile()
2829 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile()
2853 if (WARN_ON(bpf_jit_binary_pack_finalize(prog, header, rw_header))) { in bpf_int_jit_compile()
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c1089 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc()
1110 *rw_header = kvmalloc(size, GFP_KERNEL); in bpf_jit_binary_pack_alloc()
1111 if (!*rw_header) { in bpf_jit_binary_pack_alloc()
1119 bpf_fill_ill_insns(*rw_header, size); in bpf_jit_binary_pack_alloc()
1120 (*rw_header)->size = size; in bpf_jit_binary_pack_alloc()
1127 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc()
1132 /* Copy JITed text from rw_header to its final location, the ro_header. */
1135 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize()
1139 ptr = bpf_arch_text_copy(ro_header, rw_header, rw_header in bpf_jit_binary_pack_finalize()
1087 bpf_jit_binary_pack_alloc(unsigned int proglen, u8 **image_ptr, unsigned int alignment, struct bpf_binary_header **rw_header, u8 **rw_image, bpf_jit_fill_hole_t bpf_fill_ill_insns) bpf_jit_binary_pack_alloc() argument
1133 bpf_jit_binary_pack_finalize(struct bpf_prog *prog, struct bpf_binary_header *ro_header, struct bpf_binary_header *rw_header) bpf_jit_binary_pack_finalize() argument
1160 bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, struct bpf_binary_header *rw_header) bpf_jit_binary_pack_free() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h1051 struct bpf_binary_header *rw_header);
1053 struct bpf_binary_header *rw_header);

Completed in 12 milliseconds