Searched refs:hash_shift (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/sparc/mm/ |
| H A D | tsb.c | 22 static inline unsigned long tsb_hash(unsigned long vaddr, unsigned long hash_shift, unsigned long n… in tsb_hash() argument 24 vaddr >>= hash_shift; in tsb_hash() 70 unsigned long hash_shift, in __flush_tsb_one_entry() argument 76 hash = tsb_hash(v, hash_shift, nentries); in __flush_tsb_one_entry() 83 static void __flush_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, in __flush_tsb_one() argument 89 __flush_tsb_one_entry(tsb, tb->vaddrs[i], hash_shift, nentries); in __flush_tsb_one() 94 unsigned long hash_shift, in __flush_huge_tsb_one_entry() argument 101 hpage_entries = 1 << (hugepage_shift - hash_shift); in __flush_huge_tsb_one_entry() 103 __flush_tsb_one_entry(tsb, v + (i << hash_shift), hash_shift, in __flush_huge_tsb_one_entry() 107 static void __flush_huge_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, in __flush_huge_tsb_one() argument [all …]
|
| /linux/fs/jbd2/ |
| H A D | revoke.c | 116 int hash_shift; member 133 return hash_64(block, journal->j_revoke->hash_shift); in hash() 232 table->hash_shift = shift; in jbd2_journal_init_revoke_table()
|
| /linux/net/core/ |
| H A D | neighbour.c | 446 for (i = 0; i < (1 << nht->hash_shift); i++) { in neigh_flush_table() 576 ret->hash_shift = shift; in neigh_hash_alloc() 606 for (i = 0; i < (1 << old_nht->hash_shift); i++) { in neigh_hash_grow() 614 hash >>= (32 - new_nht->hash_shift); in neigh_hash_grow() 694 if (atomic_read(&tbl->entries) > (1 << nht->hash_shift)) in ___neigh_create() 695 nht = neigh_hash_grow(tbl, nht->hash_shift + 1); in ___neigh_create() 697 hash_val = tbl->hash(n->primary_key, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_create() 1004 for (i = 0 ; i < (1 << nht->hash_shift); i++) { in neigh_periodic_work() 2260 ndc.ndtc_hash_mask = ((1 << nht->hash_shift) - 1); in neightbl_fill_info() 2786 for (h = s_h; h < (1 << nht->hash_shift); in neigh_dump_table() [all...] |
| /linux/include/net/ |
| H A D | neighbour.h | 203 unsigned int hash_shift; 316 hash_val = hash(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_lookup_noref() 201 unsigned int hash_shift; global() member
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 50 unsigned int hash_shift; member 663 uint32_t size, unsigned int hash_shift) in dm_exception_table_init() argument 667 et->hash_shift = hash_shift; in dm_exception_table_init() 706 return (chunk >> et->hash_shift) & et->hash_mask; in exception_hash() 778 if (!eh->hash_shift) in dm_insert_exception()
|
| /linux/lib/zlib_deflate/ |
| H A D | defutil.h | 119 uInt hash_shift; member
|