Searched refs:hash_ptr (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | hash.h | 87 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) hash_ptr() function
|
/linux-4.1.27/fs/nfsd/ |
H A D | export.c | 256 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS); svc_expkey_hash() 769 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); svc_export_hash() 770 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); svc_export_hash() 771 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); svc_export_hash()
|
/linux-4.1.27/kernel/ |
H A D | kprobes.c | 309 head = &kprobe_table[hash_ptr(addr, KPROBE_HASH_BITS)]; hlist_for_each_entry_rcu() 1099 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); __acquires() 1121 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); __releases() 1156 hash = hash_ptr(tk, KPROBE_HASH_BITS); kprobe_flush_task() 1524 &kprobe_table[hash_ptr(p->addr, KPROBE_HASH_BITS)]); register_kprobe() 1804 hash = hash_ptr(current, KPROBE_HASH_BITS); pre_handler_kretprobe()
|
/linux-4.1.27/mm/ |
H A D | highmem.c | 403 return &page_address_htable[hash_ptr(page, PA_HASH_ORDER)]; page_slot()
|
H A D | filemap.c | 675 return &zone->wait_table[hash_ptr(page, zone->wait_table_bits)]; page_waitqueue()
|
/linux-4.1.27/fs/kernfs/ |
H A D | dir.c | 191 hash = (end_name_hash(hash) ^ hash_ptr((void *)ns, 31)); kernfs_name_hash()
|
Completed in 585 milliseconds