Searched refs:hptr (Results 1 – 5 of 5) sorted by relevance
16 static void srl128(u64 *hptr, u64 *lptr, int count) in srl128() argument21 *lptr = *hptr != 0 || *lptr != 0; in srl128()22 *hptr = 0; in srl128()25 *lptr = *hptr | (*lptr != 0); in srl128()28 *lptr = *hptr >> (count - 64); in srl128()29 *lptr |= (*hptr << (128 - count)) != 0 || low != 0; in srl128()31 *hptr = 0; in srl128()34 *lptr = low >> count | *hptr << (64 - count); in srl128()36 *hptr = *hptr >> count; in srl128()
339 struct hlist_nulls_head *hptr; in nf_conntrack_get_ht() 345 hptr = nf_conntrack_hash; in nf_conntrack_get_ht() 348 *hash = hptr; in nf_conntrack_get_ht() 338 struct hlist_nulls_head *hptr; nf_conntrack_get_ht() local
55 #define sysctl_is_perm_empty_ctl_header(hptr) \ argument56 (hptr->type == SYSCTL_TABLE_TYPE_PERMANENTLY_EMPTY)57 #define sysctl_set_perm_empty_ctl_header(hptr) \ argument58 (hptr->type = SYSCTL_TABLE_TYPE_PERMANENTLY_EMPTY)59 #define sysctl_clear_perm_empty_ctl_header(hptr) \ argument60 (hptr->type = SYSCTL_TABLE_TYPE_DEFAULT)
1706 struct kvm_get_htab_header __user *hptr; in kvm_htab_read() local1727 hptr = (struct kvm_get_htab_header __user *)buf; in kvm_htab_read()1774 if (__copy_to_user(hptr, &hdr, sizeof(hdr))) in kvm_htab_read()