Home
last modified time | relevance | path

Searched defs:rw_header (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c1145 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
1189 bpf_jit_binary_pack_finalize(struct bpf_binary_header * ro_header,struct bpf_binary_header * rw_header) bpf_jit_binary_pack_finalize() argument
1215 bpf_jit_binary_pack_free(struct bpf_binary_header * ro_header,struct bpf_binary_header * rw_header) bpf_jit_binary_pack_free() argument
[all...]
/linux/drivers/md/
H A Ddm-log.c299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header() function