Searched refs:trace_len (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | stackmap.c | 219 u32 hash, id, trace_nr, trace_len; in __bpf_get_stackid() local 229 trace_len = trace_nr * sizeof(u64); in __bpf_get_stackid() 231 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid() 250 trace_len = trace_nr * sizeof(struct bpf_stack_build_id); in __bpf_get_stackid() 252 memcmp(bucket->data, new_bucket->data, trace_len) == 0) { in __bpf_get_stackid() 262 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid() 271 memcpy(new_bucket->data, ips, trace_len); in __bpf_get_stackid() 573 u32 id = *(u32 *)key, trace_len; in bpf_stackmap_copy() local 582 trace_len = bucket->nr * stack_map_data_size(map); in bpf_stackmap_copy() 583 memcpy(value, bucket->data, trace_len); in bpf_stackmap_copy() [all …]
|
/linux-6.3-rc2/fs/btrfs/ |
A D | ref-verify.c | 57 unsigned int trace_len; member 211 ra->trace_len = stack_trace_save(ra->trace, MAX_TRACE, 2); in __save_stack_trace() 217 if (ra->trace_len == 0) { in __print_stack_trace() 221 stack_trace_print(ra->trace, ra->trace_len, 2); in __print_stack_trace()
|
/linux-6.3-rc2/fs/ceph/ |
A D | snap.c | 1002 int trace_len; in ceph_handle_snap() local 1022 trace_len = le32_to_cpu(h->trace_len); in ceph_handle_snap() 1026 mds, ceph_snap_op_name(op), split, trace_len); in ceph_handle_snap()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | ceph_fs.h | 861 __le32 trace_len; /* size of snap trace blob */ member
|
Completed in 12 milliseconds