Lines Matching refs:u32
20 u32 hash;
21 u32 nr;
29 u32 n_buckets;
88 u32 value_size = attr->value_size; in stack_map_alloc()
289 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset()
358 u32 max_depth = map->value_size / stack_map_data_size(map); in BPF_CALL_3()
360 u32 init_nr = sysctl_perf_event_max_stack - max_depth; in BPF_CALL_3()
361 u32 skip = flags & BPF_F_SKIP_FIELD_MASK; in BPF_CALL_3()
362 u32 hash, id, trace_nr, trace_len; in BPF_CALL_3()
391 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in BPF_CALL_3()
452 BPF_CALL_4(bpf_get_stack, struct pt_regs *, regs, void *, buf, u32, size, in BPF_CALL_4() argument
455 u32 init_nr, trace_nr, copy_len, elem_size, num_elem; in BPF_CALL_4()
457 u32 skip = flags & BPF_F_SKIP_FIELD_MASK; in BPF_CALL_4()
530 u32 id = *(u32 *)key, trace_len; in bpf_stackmap_copy()
554 u32 id; in stack_map_get_next_key()
561 id = *(u32 *)key; in stack_map_get_next_key()
574 *(u32 *)next_key = id; in stack_map_get_next_key()
589 u32 id = *(u32 *)key; in stack_map_delete_elem()