Home
last modified time | relevance | path

Searched refs:hashtab_elem_t (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h37 typedef struct hashtab_elem __arena hashtab_elem_t;
39 static hashtab_elem_t *lookup_elem_raw(arena_list_head_t *head, __u32 hash, int key)
41 hashtab_elem_t *l; in lookup_elem_raw()
57 hashtab_elem_t *l_old; in htab_lookup_elem()
70 hashtab_elem_t *l_new = NULL, *l_old; in htab_update_elem()
38 typedef struct hashtab_elem __arena hashtab_elem_t; global() typedef