Lines Matching refs:u32
20 u32 hash;
21 u32 nr;
29 u32 n_buckets;
63 u32 elem_size = sizeof(struct stack_map_bucket) + smap->map.value_size; in prealloc_elems_and_freelist()
87 u32 value_size = attr->value_size; in stack_map_alloc()
283 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset()
352 u32 max_depth = map->value_size / stack_map_data_size(map); in BPF_CALL_3()
354 u32 init_nr = sysctl_perf_event_max_stack - max_depth; in BPF_CALL_3()
355 u32 skip = flags & BPF_F_SKIP_FIELD_MASK; in BPF_CALL_3()
356 u32 hash, id, trace_nr, trace_len; in BPF_CALL_3()
385 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in BPF_CALL_3()
446 BPF_CALL_4(bpf_get_stack, struct pt_regs *, regs, void *, buf, u32, size, in BPF_CALL_4() argument
449 u32 init_nr, trace_nr, copy_len, elem_size, num_elem; in BPF_CALL_4()
451 u32 skip = flags & BPF_F_SKIP_FIELD_MASK; in BPF_CALL_4()
524 u32 id = *(u32 *)key, trace_len; in bpf_stackmap_copy()
548 u32 id; in stack_map_get_next_key()
555 id = *(u32 *)key; in stack_map_get_next_key()
568 *(u32 *)next_key = id; in stack_map_get_next_key()
583 u32 id = *(u32 *)key; in stack_map_delete_elem()