kh                 90 arch/s390/include/asm/kvm_host.h 		unsigned long kh : 31;
kh                270 arch/s390/kvm/gaccess.c 		rc = kvm_s390_get_ipte_control(vcpu->kvm)->kh != 0;
kh                340 arch/s390/kvm/gaccess.c 		new.kh++;
kh                354 arch/s390/kvm/gaccess.c 		new.kh--;
kh                355 arch/s390/kvm/gaccess.c 		if (!new.kh)
kh                359 arch/s390/kvm/gaccess.c 	if (!new.kh)
kh                227 crypto/vmac.c  #define poly_step(ah, al, kh, kl, mh, ml)				\
kh                231 crypto/vmac.c  		PMUL64(t3h, t3l, al, kh);				\
kh                233 crypto/vmac.c  		PMUL64(t1h, t1l, ah, 2*kh);				\
kh                274 crypto/vmac.c  			const u64 *kh, const u64 *kl,
kh                283 crypto/vmac.c  #define k2 (*(((u32 *)kh)+INDEX_LOW))
kh                284 crypto/vmac.c  #define k3 (*(((u32 *)kh)+INDEX_HIGH))
kh                333 crypto/vmac.c  #define poly_step(ah, al, kh, kl, mh, ml)				\
kh                334 crypto/vmac.c  	poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
kh               2101 drivers/staging/speakup/main.c 	int kh;
kh               2186 drivers/staging/speakup/main.c 	kh = (value == KVAL(K_DOWN)) ||
kh               2190 drivers/staging/speakup/main.c 	if ((cursor_track != read_all_mode) || !kh)
kh                 84 fs/fuse/file.c 	ff->kh = atomic64_inc_return(&fc->khctr);
kh               2928 fs/fuse/file.c static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh,
kh               2940 fs/fuse/file.c 		if (kh < ff->kh)
kh               2942 fs/fuse/file.c 		else if (kh > ff->kh)
kh               2966 fs/fuse/file.c 		link = fuse_find_polled_node(fc, ff->kh, &parent);
kh               2978 fs/fuse/file.c 	struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh };
kh               3025 fs/fuse/file.c 	u64 kh = outarg->kh;
kh               3030 fs/fuse/file.c 	link = fuse_find_polled_node(fc, kh, NULL);
kh                175 fs/fuse/fuse_i.h 	u64 kh;
kh                 50 fs/orangefs/protocol.h static inline void ORANGEFS_khandle_to(const struct orangefs_khandle *kh,
kh                 54 fs/orangefs/protocol.h 	memcpy(p, kh->u, 16);
kh                 59 fs/orangefs/protocol.h static inline void ORANGEFS_khandle_from(struct orangefs_khandle *kh,
kh                 62 fs/orangefs/protocol.h 	memset(kh, 0, 16);
kh                 63 fs/orangefs/protocol.h 	memcpy(kh->u, p, 16);
kh                764 include/uapi/linux/fuse.h 	uint64_t	kh;
kh                775 include/uapi/linux/fuse.h 	uint64_t	kh;