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

/linux-master/fs/
H A Dmbcache.c101 entry->e_key = key;
109 if (dup->e_key == key && dup->e_value == value) {
131 head = mb_cache_entry_head(cache, entry->e_key);
169 if (entry->e_key == key &&
212 return __entry_find(cache, entry, entry->e_key);
232 if (entry->e_key == key && entry->e_value == value &&
/linux-master/include/linux/
H A Dmbcache.h34 u32 e_key; member in struct:mb_cache_entry
/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c535 goto e_key;
540 goto e_key;
551 goto e_key;
625 e_key:
716 goto e_key;
721 goto e_key;
732 goto e_key;
909 e_key:
975 goto e_key;
980 goto e_key;
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c651 struct mlx5e_encap_key e_key; local
656 e_key.ip_tun_key = &e->tun_info->key;
657 e_key.tc_tunnel = e->tunnel;
658 if (e->tunnel->encap_info_equal(&e_key, key) &&

Completed in 185 milliseconds