Home
last modified time | relevance | path

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

/linux/fs/
H A Dmbcache.c101 entry->e_key = key; in mb_cache_entry_create()
109 if (dup->e_key == key && dup->e_value == value) { in mb_cache_entry_create()
131 head = mb_cache_entry_head(cache, entry->e_key); in __mb_cache_entry_free()
169 if (entry->e_key == key && in __entry_find()
212 return __entry_find(cache, entry, entry->e_key); in mb_cache_entry_find_next()
232 if (entry->e_key == key && entry->e_value == value && in mb_cache_entry_get()
/linux/drivers/crypto/ccp/
H A Dccp-ops.c536 goto e_key; in ccp_run_aes_cmac_cmd()
541 goto e_key; in ccp_run_aes_cmac_cmd()
552 goto e_key; in ccp_run_aes_cmac_cmd()
626 e_key: in ccp_run_aes_cmac_cmd()
726 goto e_key; in ccp_run_aes_gcm_cmd()
731 goto e_key; in ccp_run_aes_gcm_cmd()
742 goto e_key; in ccp_run_aes_gcm_cmd()
919 e_key: in ccp_run_aes_gcm_cmd()
985 goto e_key; in ccp_run_aes_cmd()
990 goto e_key; in ccp_run_aes_cmd()
[all …]
/linux/include/linux/
H A Dmbcache.h34 u32 e_key; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c659 struct mlx5e_encap_key e_key; in mlx5e_encap_get() local
664 e_key.ip_tun_key = &e->tun_info->key; in mlx5e_encap_get()
665 e_key.tc_tunnel = e->tunnel; in mlx5e_encap_get()
666 if (e->tunnel->encap_info_equal(&e_key, key) && in mlx5e_encap_get()