Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Demitter.h268 emitter_kv_note(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv_note() argument
280 emitter_printf(emitter, "%s: ", table_key); in emitter_kv_note()
295 emitter_kv(emitter_t *emitter, const char *json_key, const char *table_key, in emitter_kv() argument
297 emitter_kv_note(emitter, json_key, table_key, value_type, value, NULL, in emitter_kv()
310 emitter_table_kv(emitter_t *emitter, const char *table_key, in emitter_table_kv() argument
313 emitter_kv(emitter, NULL, table_key, value_type, value); in emitter_table_kv()
359 emitter_table_dict_begin(emitter_t *emitter, const char *table_key) { in emitter_table_dict_begin() argument
361 emitter_dict_begin(emitter, NULL, table_key); in emitter_table_dict_begin()
/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c269 table_key(struct table *t, uint32_t key_id) in table_key() function
314 bkt_key = table_key(t, bkt_key_id); in bkt_keycmp()
334 bkt_key = table_key(t, bkt_key_id); in bkt_key_install()
744 rte_prefetch0(table_key(t, bkt_key_id)); in table_lookup()
758 uint8_t *bkt_key = table_key(t, bkt_key_id); in table_lookup()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c8064 union mlx5_flow_tbl_key table_key = { in flow_dv_tbl_resource_get() local
8085 entry = mlx5_hlist_register(priv->sh->flow_tbls, table_key.v64, &ctx); in flow_dv_tbl_resource_get()
8120 union mlx5_flow_tbl_key table_key = { in flow_dv_tbl_remove_cb() local
8123 uint32_t table_id = table_key.table_id; in flow_dv_tbl_remove_cb()
H A Dmlx5_flow.c7331 union mlx5_flow_tbl_key table_key = { in tunnel_mark_decode() local
7339 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, NULL); in tunnel_mark_decode()