Home
last modified time | relevance | path

Searched defs:selem (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_inode_storage.c57 struct bpf_local_storage_elem *selem; in bpf_inode_storage_free() local
H A Dbpf_local_storage.c51 static bool selem_linked_to_storage_lockless(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage_lockless() argument
56 static bool selem_linked_to_storage(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage() argument
61 static bool selem_linked_to_map_lockless(const struct bpf_local_storage_elem *selem) in selem_linked_to_map_lockless() argument
66 static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem) in selem_linked_to_map() argument
18 select_bucket(struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) select_bucket() argument
75 struct bpf_local_storage_elem *selem; bpf_selem_alloc() local
97 bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage, struct bpf_local_storage_elem *selem, bool uncharge_mem) bpf_selem_unlink_storage_nolock() argument
148 __bpf_selem_unlink_storage(struct bpf_local_storage_elem *selem) __bpf_selem_unlink_storage() argument
168 bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage, struct bpf_local_storage_elem *selem) bpf_selem_link_storage_nolock() argument
175 bpf_selem_unlink_map(struct bpf_local_storage_elem *selem) bpf_selem_unlink_map() argument
192 bpf_selem_link_map(struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) bpf_selem_link_map() argument
203 bpf_selem_unlink(struct bpf_local_storage_elem *selem) bpf_selem_unlink() argument
219 struct bpf_local_storage_elem *selem; bpf_local_storage_lookup() local
336 struct bpf_local_storage_elem *selem; bpf_local_storage_update() local
481 struct bpf_local_storage_elem *selem; bpf_local_storage_map_free() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_local_storage.c54 static bool selem_linked_to_storage_lockless(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage_lockless() argument
59 static bool selem_linked_to_storage(const struct bpf_local_storage_elem *selem) in selem_linked_to_storage() argument
64 static bool selem_linked_to_map_lockless(const struct bpf_local_storage_elem *selem) in selem_linked_to_map_lockless() argument
69 static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem) in selem_linked_to_map() argument
21 select_bucket(struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) select_bucket() argument
78 struct bpf_local_storage_elem *selem; bpf_selem_alloc() local
190 struct bpf_local_storage_elem *selem; __bpf_selem_free_trace_rcu() local
200 __bpf_selem_free(struct bpf_local_storage_elem *selem, bool vanilla_rcu) __bpf_selem_free() argument
211 struct bpf_local_storage_elem *selem; bpf_selem_free_rcu() local
225 bpf_selem_free(struct bpf_local_storage_elem *selem, struct bpf_local_storage_map *smap, bool reuse_now) bpf_selem_free() argument
253 bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage, struct bpf_local_storage_elem *selem, bool uncharge_mem, bool reuse_now) bpf_selem_unlink_storage_nolock() argument
307 check_storage_bpf_ma(struct bpf_local_storage *local_storage, struct bpf_local_storage_map *storage_smap, struct bpf_local_storage_elem *selem) check_storage_bpf_ma() argument
342 bpf_selem_unlink_storage(struct bpf_local_storage_elem *selem, bool reuse_now) bpf_selem_unlink_storage() argument
370 bpf_selem_link_storage_nolock(struct bpf_local_storage *local_storage, struct bpf_local_storage_elem *selem) bpf_selem_link_storage_nolock() argument
377 bpf_selem_unlink_map(struct bpf_local_storage_elem *selem) bpf_selem_unlink_map() argument
395 bpf_selem_link_map(struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) bpf_selem_link_map() argument
407 bpf_selem_unlink(struct bpf_local_storage_elem *selem, bool reuse_now) bpf_selem_unlink() argument
424 struct bpf_local_storage_elem *selem; bpf_local_storage_lookup() local
556 struct bpf_local_storage_elem *alloc_selem, *selem = NULL; bpf_local_storage_update() local
733 struct bpf_local_storage_elem *selem; bpf_local_storage_destroy() local
853 struct bpf_local_storage_elem *selem; bpf_local_storage_map_free() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c48 struct bpf_local_storage_elem *selem; in bpf_sk_storage_free() local
190 struct bpf_local_storage_elem *selem; in bpf_sk_storage_clone() local
166 bpf_sk_storage_clone_elem(struct sock *newsk, struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) bpf_sk_storage_clone_elem() argument
538 struct bpf_local_storage_elem *selem; bpf_sk_storage_diag_put_all() local
664 struct bpf_local_storage_elem *selem; __acquires() local
721 struct bpf_local_storage_elem *selem; bpf_sk_storage_map_seq_start() local
753 __bpf_sk_storage_map_seq_show(struct seq_file *seq, struct bpf_local_storage_elem *selem) __bpf_sk_storage_map_seq_show() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c158 struct bpf_local_storage_elem *selem; in bpf_sk_storage_clone() local
587 struct bpf_local_storage_elem *selem; in bpf_sk_storage_diag_put_all() local
134 bpf_sk_storage_clone_elem(struct sock *newsk, struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) bpf_sk_storage_clone_elem() argument
713 struct bpf_local_storage_elem *selem; __acquires() local
770 struct bpf_local_storage_elem *selem; bpf_sk_storage_map_seq_start() local
802 __bpf_sk_storage_map_seq_show(struct seq_file *seq, struct bpf_local_storage_elem *selem) __bpf_sk_storage_map_seq_show() argument
[all...]

Completed in 7 milliseconds