Searched defs:l_old (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ | ||
H A D | hashtab.c | 944 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() argument 963 struct htab_elem *l_new = NULL, *l_old; in htab_map_update_elem() local 1054 struct htab_elem *l_new, *l_old = NULL; htab_lru_map_update_elem() local 1118 struct htab_elem *l_new = NULL, *l_old; __htab_percpu_map_update_elem() local 1170 struct htab_elem *l_new = NULL, *l_old; __htab_lru_percpu_map_update_elem() local [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ | ||
H A D | hashtab.c | 1078 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() argument 1097 struct htab_elem *l_new = NULL, *l_old; in htab_map_update_elem() local 1200 struct htab_elem *l_new, *l_old = NULL; htab_lru_map_update_elem() local 1269 struct htab_elem *l_new = NULL, *l_old; __htab_percpu_map_update_elem() local 1324 struct htab_elem *l_new = NULL, *l_old; __htab_lru_percpu_map_update_elem() local [all...] |
Completed in 8 milliseconds