Home
last modified time | relevance | path

Searched refs:hash_ptr (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/kernel/locking/
Dqspinlock_paravirt.h101 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_hash()
125 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_unhash()
/linux-4.4.14/include/linux/
Dhash.h87 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
/linux-4.4.14/kernel/
Dkprobes.c309 head = &kprobe_table[hash_ptr(addr, KPROBE_HASH_BITS)]; in get_kprobe()
1099 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); in kretprobe_hash_lock()
1121 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); in kretprobe_hash_unlock()
1156 hash = hash_ptr(tk, KPROBE_HASH_BITS); in kprobe_flush_task()
1524 &kprobe_table[hash_ptr(p->addr, KPROBE_HASH_BITS)]); in register_kprobe()
1804 hash = hash_ptr(current, KPROBE_HASH_BITS); in pre_handler_kretprobe()
/linux-4.4.14/fs/nfsd/
Dexport.c256 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS); in svc_expkey_hash()
769 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
770 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash()
771 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash()
/linux-4.4.14/mm/
Dhighmem.c403 return &page_address_htable[hash_ptr(page, PA_HASH_ORDER)]; in page_slot()
Dfilemap.c742 return &zone->wait_table[hash_ptr(page, zone->wait_table_bits)]; in page_waitqueue()
/linux-4.4.14/fs/kernfs/
Ddir.c214 hash = (end_name_hash(hash) ^ hash_ptr((void *)ns, 31)); in kernfs_name_hash()