Home
last modified time | relevance | path

Searched defs:storage (Results 26 - 50 of 70) sorted by relevance

123

/kernel/linux/linux-6.6/fs/romfs/
H A Dsuper.c464 const char *storage; in romfs_fill_super() local
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.h210 } storage; member
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhelpers.c383 struct bpf_cgroup_storage *storage; in BPF_CALL_2() local
H A Dlocal_storage.c76 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup() local
133 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup_elem() local
100 cgroup_storage_insert(struct bpf_cgroup_storage_map *map, struct bpf_cgroup_storage *storage) cgroup_storage_insert() argument
145 struct bpf_cgroup_storage *storage; cgroup_storage_update_elem() local
185 struct bpf_cgroup_storage *storage; bpf_percpu_cgroup_storage_copy() local
214 struct bpf_cgroup_storage *storage; bpf_percpu_cgroup_storage_update() local
248 struct bpf_cgroup_storage *storage; cgroup_storage_get_next_key() local
336 struct bpf_cgroup_storage *storage, *stmp; cgroup_storage_map_free() local
420 struct bpf_cgroup_storage *storage; cgroup_storage_seq_show_elem() local
497 struct bpf_cgroup_storage *storage; bpf_cgroup_storage_alloc() local
542 struct bpf_cgroup_storage *storage = free_shared_cgroup_storage_rcu() local
551 struct bpf_cgroup_storage *storage = free_percpu_cgroup_storage_rcu() local
558 bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage) bpf_cgroup_storage_free() argument
579 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) bpf_cgroup_storage_link() argument
600 bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage) bpf_cgroup_storage_unlink() argument
[all...]
H A Dcgroup.c114 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release() local
441 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c424 mlxsw_sp_afk_encode_u32(const struct mlxsw_item *storage_item, const struct mlxsw_item *output_item, char *storage, char *output, int diff) mlxsw_sp_afk_encode_u32() argument
434 mlxsw_sp_afk_encode_buf(const struct mlxsw_item *storage_item, const struct mlxsw_item *output_item, char *storage, char *output) mlxsw_sp_afk_encode_buf() argument
446 mlxsw_sp_afk_encode_one(const struct mlxsw_afk_element_inst *elinst, char *output, char *storage, int u32_diff) mlxsw_sp_afk_encode_one() argument
[all...]
H A Dcore_acl_flex_keys.h205 } storage; member
/kernel/linux/linux-5.10/include/linux/
H A Dbpf-cgroup.h63 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]; member
423 bpf_cgroup_storage_free( struct bpf_cgroup_storage *storage) bpf_cgroup_storage_free() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c422 mlxsw_sp_afk_encode_u32(const struct mlxsw_item *storage_item, const struct mlxsw_item *output_item, char *storage, char *output, int diff) mlxsw_sp_afk_encode_u32() argument
432 mlxsw_sp_afk_encode_buf(const struct mlxsw_item *storage_item, const struct mlxsw_item *output_item, char *storage, char *output) mlxsw_sp_afk_encode_buf() argument
444 mlxsw_sp_afk_encode_one(const struct mlxsw_afk_element_inst *elinst, char *output, char *storage, int u32_diff) mlxsw_sp_afk_encode_one() argument
[all...]
H A Dcore_acl_flex_keys.h207 } storage; member
/kernel/linux/linux-6.6/include/linux/
H A Dbpf-cgroup.h108 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]; member
469 bpf_cgroup_storage_free( struct bpf_cgroup_storage *storage) bpf_cgroup_storage_free() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_local_storage.c479 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc() local
[all...]
H A Dlocal_storage.c78 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup() local
135 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup_elem() local
102 cgroup_storage_insert(struct bpf_cgroup_storage_map *map, struct bpf_cgroup_storage *storage) cgroup_storage_insert() argument
147 struct bpf_cgroup_storage *storage; cgroup_storage_update_elem() local
186 struct bpf_cgroup_storage *storage; bpf_percpu_cgroup_storage_copy() local
215 struct bpf_cgroup_storage *storage; bpf_percpu_cgroup_storage_update() local
249 struct bpf_cgroup_storage *storage; cgroup_storage_get_next_key() local
334 struct bpf_cgroup_storage *storage, *stmp; cgroup_storage_map_free() local
418 struct bpf_cgroup_storage *storage; cgroup_storage_seq_show_elem() local
503 struct bpf_cgroup_storage *storage; bpf_cgroup_storage_alloc() local
542 struct bpf_cgroup_storage *storage = free_shared_cgroup_storage_rcu() local
551 struct bpf_cgroup_storage *storage = free_percpu_cgroup_storage_rcu() local
558 bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage) bpf_cgroup_storage_free() argument
574 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) bpf_cgroup_storage_link() argument
595 bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage) bpf_cgroup_storage_unlink() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.h211 } storage; member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c267 struct nfp_fl_lag_group *entry, *storage; in nfp_fl_lag_do_work() local
678 struct nfp_fl_lag_group *entry, *storage; in nfp_flower_lag_cleanup() local
H A Dtunnel_conf.c691 struct list_head *ptr, *storage; in nfp_tun_write_ipv4_list() local
718 struct list_head *ptr, *storage; in nfp_tunnel_add_ipv4_off() local
748 struct list_head *ptr, *storage; in nfp_tunnel_del_ipv4_off() local
1390 struct list_head *ptr, *storage; in nfp_tunnel_config_stop() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsrcline.c160 long storage; in slurp_symtab() local
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c297 struct nfp_fl_lag_group *entry, *storage; in nfp_fl_lag_do_work() local
713 struct nfp_fl_lag_group *entry, *storage; in nfp_flower_lag_cleanup() local
H A Dtunnel_conf.c848 struct list_head *ptr, *storage; in nfp_tun_write_ipv4_list() local
875 struct list_head *ptr, *storage; in nfp_tunnel_add_ipv4_off() local
905 struct list_head *ptr, *storage; in nfp_tunnel_del_ipv4_off() local
1544 struct list_head *ptr, *storage; in nfp_tunnel_config_stop() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c241 struct guc_mmio_reg *storage; member
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcache.c225 struct roce_gid_ndev_storage *storage = in put_gid_ndev() local
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcache.c225 struct roce_gid_ndev_storage *storage = in put_gid_ndev() local
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsrcline.c171 long storage; in slurp_symtab() local
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A Dqbman-portal.c1005 qbman_pull_desc_set_storage(struct qbman_pull_desc *d, struct dpaa2_dq *storage, dma_addr_t storage_phys, int stash) qbman_pull_desc_set_storage() argument
[all...]
H A Dqbman-portal.h136 struct dpaa2_dq *storage; /* NULL if DQRR */ member

Completed in 28 milliseconds

123