Home
last modified time | relevance | path

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

/linux-6.15/fs/orangefs/
H A 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.15/arch/s390/kvm/
H A Dgaccess.c115 rc = kvm_s390_get_ipte_control(kvm)->kh != 0; in ipte_lock_held()
185 new.kh++; in ipte_lock_siif()
199 new.kh--; in ipte_unlock_siif()
200 if (!new.kh) in ipte_unlock_siif()
204 if (!new.kh) in ipte_unlock_siif()
/linux-6.15/fs/fuse/
H A Dfile.c76 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
2940 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node() argument
2952 if (kh < ff->kh) in fuse_find_polled_node()
2954 else if (kh > ff->kh) in fuse_find_polled_node()
2978 link = fuse_find_polled_node(fc, ff->kh, &parent); in fuse_register_polled_file()
2990 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh }; in fuse_file_poll()
3037 u64 kh = outarg->kh; in fuse_notify_poll_wakeup() local
3042 link = fuse_find_polled_node(fc, kh, NULL); in fuse_notify_poll_wakeup()
H A Dfuse_i.h247 u64 kh; member
/linux-6.15/drivers/s390/crypto/
H A Dpkey_ep11.c459 struct ep11kblob_header *kh = (struct ep11kblob_header *)key; in ep11_verifykey() local
467 *keybitsize = kh->bitlen; in ep11_verifykey()
/linux-6.15/include/uapi/linux/
H A Dfuse.h979 uint64_t kh; member
990 uint64_t kh; member
/linux-6.15/arch/s390/include/asm/
H A Dkvm_host_types.h52 unsigned long kh : 31; member
/linux-6.15/drivers/accessibility/speakup/
H A Dmain.c2112 int kh; in speakup_key() local
2198 kh = (value == KVAL(K_DOWN)) || in speakup_key()
2202 if ((cursor_track != read_all_mode) || !kh) in speakup_key()
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8186.dtsi4 * Author: Allen-KH Cheng <allen-kh[email protected]>
/linux-6.15/
H A D.mailmap679 Shuah Khan <[email protected]> <shuah.kh@samsung.com>