Searched defs:hashtable (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/lib/lz4/ | ||
H A D | lz4_compress.c | 58 HTYPE *hashtable = (HTYPE *)ctx; lz4_compressctx() local 244 u16 *hashtable = (u16 *)ctx; lz4_compress64kctx() local |
H A D | lz4hc_compress.c | 45 HTYPE hashtable[HASHTABLESIZE]; member in struct:lz4hc_data 68 HTYPE *hashtable = hc4->hashtable; lz4hc_insert() local 125 HTYPE *const hashtable = hc4->hashtable; lz4hc_insertandfindbestmatch() local 195 HTYPE *const hashtable = hc4->hashtable; lz4hc_insertandgetwidermatch() local |
/linux-4.1.27/fs/afs/ | ||
H A D | dir.c | 110 uint16_t hashtable[AFS_DIR_HASHTBL_SIZE]; member in struct:afs_dir_block::__anon10740 |
/linux-4.1.27/net/sunrpc/ | ||
H A D | auth.c | 25 struct hlist_head *hashtable; member in struct:rpc_cred_cache |
/linux-4.1.27/include/linux/ | ||
H A D | amigaffs.h | 53 __be32 hashtable[1]; member in struct:affs_root_head |
/linux-4.1.27/drivers/net/ethernet/icplus/ | ||
H A D | ipg.c | 577 u32 hashtable[2]; ipg_nic_set_multicast_list() local |
Completed in 465 milliseconds