Searched defs:l_old (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | hashtab.c | 944 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() 963 struct htab_elem *l_new = NULL, *l_old; in htab_map_update_elem() local 1054 struct htab_elem *l_new, *l_old = NULL; in htab_lru_map_update_elem() local 1118 struct htab_elem *l_new = NULL, *l_old; in __htab_percpu_map_update_elem() local 1170 struct htab_elem *l_new = NULL, *l_old; in __htab_lru_percpu_map_update_elem() local
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | hashtab.c | 1083 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() 1102 struct htab_elem *l_new = NULL, *l_old; in htab_map_update_elem() local 1221 struct htab_elem *l_new, *l_old = NULL; in htab_lru_map_update_elem() local 1290 struct htab_elem *l_new = NULL, *l_old; in __htab_percpu_map_update_elem() local 1345 struct htab_elem *l_new = NULL, *l_old; in __htab_lru_percpu_map_update_elem() local
|