Searched refs:hash_key (Results 26 - 27 of 27) sorted by last modified time

12

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_mim.c71 int hash_key = HASH_KEY; local
77 bpf_map_update_elem(inner_map, &hash_key, &init, 0);
78 val = bpf_map_lookup_elem(inner_map, &hash_key);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c47 u32 hash_key; local
51 hash_key = jhash(data, ctx->data_size, 0);
52 hash_for_each_possible(ctx->ht, mi, node, hash_key) {
62 hash_add(ctx->ht, &mi->node, hash_key);

Completed in 177 milliseconds

12