Home
last modified time | relevance | path

Searched refs:kh (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/fs/orangefs/
Dprotocol.h50 static inline void ORANGEFS_khandle_to(const struct orangefs_khandle *kh, in ORANGEFS_khandle_to() argument
54 memcpy(p, kh->u, 16); in ORANGEFS_khandle_to()
59 static inline void ORANGEFS_khandle_from(struct orangefs_khandle *kh, in ORANGEFS_khandle_from() argument
62 memset(kh, 0, 16); in ORANGEFS_khandle_from()
63 memcpy(kh->u, p, 16); in ORANGEFS_khandle_from()
/linux-6.1.9/crypto/
Dvmac.c228 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
232 PMUL64(t3h, t3l, al, kh); \
234 PMUL64(t1h, t1l, ah, 2*kh); \
275 const u64 *kh, const u64 *kl, in poly_step_func() argument
284 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func()
285 #define k3 (*(((u32 *)kh)+INDEX_HIGH)) in poly_step_func()
334 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
335 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
/linux-6.1.9/include/uapi/linux/
Dfuse.h847 uint64_t kh; member
858 uint64_t kh; member
/linux-6.1.9/fs/fuse/
Dfile.c79 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
2713 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node() argument
2725 if (kh < ff->kh) in fuse_find_polled_node()
2727 else if (kh > ff->kh) in fuse_find_polled_node()
2751 link = fuse_find_polled_node(fc, ff->kh, &parent); in fuse_register_polled_file()
2763 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh }; in fuse_file_poll()
2810 u64 kh = outarg->kh; in fuse_notify_poll_wakeup() local
2815 link = fuse_find_polled_node(fc, kh, NULL); in fuse_notify_poll_wakeup()
Dfuse_i.h185 u64 kh; member
/linux-6.1.9/arch/s390/kvm/
Dgaccess.c271 rc = kvm_s390_get_ipte_control(kvm)->kh != 0; in ipte_lock_held()
341 new.kh++; in ipte_lock_siif()
355 new.kh--; in ipte_unlock_siif()
356 if (!new.kh) in ipte_unlock_siif()
360 if (!new.kh) in ipte_unlock_siif()
/linux-6.1.9/drivers/accessibility/speakup/
Dmain.c2098 int kh; in speakup_key() local
2184 kh = (value == KVAL(K_DOWN)) || in speakup_key()
2188 if ((cursor_track != read_all_mode) || !kh) in speakup_key()
/linux-6.1.9/arch/s390/include/asm/
Dkvm_host.h93 unsigned long kh : 31; member
/linux-6.1.9/arch/arm64/boot/dts/mediatek/
Dmt8186.dtsi4 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
/linux-6.1.9/
D.mailmap402 Shuah Khan <shuah@kernel.org> <shuah.kh@samsung.com>