| /linux/drivers/md/dm-pcache/ |
| H A D | pcache_internal.h | 43 static inline u32 pcache_meta_crc(struct pcache_meta_header *header, u32 meta_size) in pcache_meta_crc() argument 45 return crc32c(PCACHE_CRC_SEED, (void *)header + 4, meta_size - 4); in pcache_meta_crc() 79 u32 meta_size, u32 meta_max_size, in pcache_meta_find_latest() argument 90 if (copy_mc_to_kernel(meta, meta_addr, meta_size)) { in pcache_meta_find_latest() 96 if (meta->crc != pcache_meta_crc(meta, meta_size)) in pcache_meta_find_latest() 109 if (copy_mc_to_kernel(meta_ret, latest, meta_size)) { in pcache_meta_find_latest()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-cpd.c | 291 const void *metadata, u32 meta_size) in ipu6_cpd_validate_metadata() argument 296 if (meta_size < sizeof(*extn) || meta_size > MAX_METADATA_SIZE) { in ipu6_cpd_validate_metadata() 311 if ((meta_size - sizeof(*extn)) % isp->cpd_metadata_cmpnt_size) { in ipu6_cpd_validate_metadata()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 306 u32 meta_size, hdr_size; in ath6kl_wmi_implicit_create_pstream() local 318 meta_size = ((le16_to_cpu(data_hdr->info2) >> WMI_DATA_HDR_META_SHIFT) & in ath6kl_wmi_implicit_create_pstream() 330 meta_size + hdr_size); in ath6kl_wmi_implicit_create_pstream()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 5926 int meta_size; in write_marker_to_buffer() 5930 meta_size = sizeof(*entry) + 2; /* add '\0' and possible '\n' */ in write_marker_to_buffer() 5932 size = cnt + meta_size; in write_marker_to_buffer() 5943 cnt = ring_buffer_max_event_size(buffer) - meta_size; in write_marker_to_buffer() 5945 if (WARN_ON_ONCE(cnt + meta_size == size)) in write_marker_to_buffer() 5929 int meta_size; write_marker_to_buffer() local
|
| H A D | bpf_trace.c | 743 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() 756 .size = meta_size, in BPF_CALL_0() 713 bpf_event_output(struct bpf_map * map,u64 flags,void * meta,u64 meta_size,void * ctx,u64 ctx_size,bpf_ctx_copy_t ctx_copy) bpf_event_output() argument
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 5372 s32 meta_size; in btf_check_all_metas() 5374 meta_size = btf_check_meta(env, t, end - cur); in btf_check_all_metas() 5375 if (meta_size < 0) in btf_check_all_metas() 5376 return meta_size; in btf_check_all_metas() 5379 cur += meta_size; in btf_check_all_metas() 5380 s32 meta_size; btf_check_all_metas() local
|
| H A D | core.c | 3145 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, 3135 bpf_event_output(struct bpf_map * map,u64 flags,void * meta,u64 meta_size,void * ctx,u64 ctx_size,bpf_ctx_copy_t ctx_copy) bpf_event_output() argument
|
| /linux/net/core/ |
| H A D | filter.c | 4766 u64, flags, void *, meta, u64, meta_size) in BPF_CALL_4() 4775 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_4() 5179 u64, flags, void *, meta, u64, meta_size) 5189 return bpf_event_output(map, flags, meta, meta_size, xdp, 4697 BPF_CALL_5(bpf_skb_event_output,struct sk_buff *,skb,struct bpf_map *,map,u64,flags,void *,meta,u64,meta_size) BPF_CALL_5() argument 5110 BPF_CALL_5(bpf_xdp_event_output,struct xdp_buff *,xdp,struct bpf_map *,map,u64,flags,void *,meta,u64,meta_size) BPF_CALL_5() argument
|
| /linux/include/linux/ |
| H A D | bpf.h | 2471 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_prog_run_array()
|