Home
last modified time | relevance | path

Searched refs:kh (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/crypto/
H A Dvmac.c227 #define poly_step(ah, al, kh, kl, mh, ml) \
231 PMUL64(t3h, t3l, al, kh); \
233 PMUL64(t1h, t1l, ah, 2*kh); \
274 const u64 *kh, const u64 *kl, in poly_step_func()
283 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func()
284 #define k3 (*(((u32 *)kh)+INDEX_HIGH)) in poly_step_func()
333 #define poly_step(ah, al, kh, kl, mh, ml) \
334 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
273 poly_step_func(u64 *ahi, u64 *alo, const u64 *kh, const u64 *kl, const u64 *mh, const u64 *ml) poly_step_func() argument
/kernel/linux/linux-6.6/crypto/
H A Dvmac.c228 #define poly_step(ah, al, kh, kl, mh, ml) \
232 PMUL64(t3h, t3l, al, kh); \
234 PMUL64(t1h, t1l, ah, 2*kh); \
275 const u64 *kh, const u64 *kl, in poly_step_func()
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) \
335 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
274 poly_step_func(u64 *ahi, u64 *alo, const u64 *kh, const u64 *kl, const u64 *mh, const u64 *ml) poly_step_func() argument
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.c270 rc = kvm_s390_get_ipte_control(vcpu->kvm)->kh != 0; in ipte_lock_held()
340 new.kh++; in ipte_lock_siif()
354 new.kh--; in ipte_unlock_siif()
355 if (!new.kh) in ipte_unlock_siif()
359 if (!new.kh) in ipte_unlock_siif()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A 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()
/kernel/linux/linux-5.10/fs/fuse/
H A Dfile.c85 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
3026 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
3029 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node() argument
3041 if (kh < ff->kh) in fuse_find_polled_node()
3043 else if (kh > ff->kh) in fuse_find_polled_node()
3067 link = fuse_find_polled_node(fc, ff->kh, &parent); in fuse_register_polled_file()
3079 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh }; in fuse_file_poll()
3126 u64 kh = outarg->kh; fuse_notify_poll_wakeup() local
[all...]
H A Dfuse_i.h192 u64 kh; member
/kernel/linux/linux-6.6/fs/fuse/
H A Dfile.c80 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
2749 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
2752 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node() argument
2764 if (kh < ff->kh) in fuse_find_polled_node()
2766 else if (kh > ff->kh) in fuse_find_polled_node()
2790 link = fuse_find_polled_node(fc, ff->kh, &parent); in fuse_register_polled_file()
2802 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh }; in fuse_file_poll()
2849 u64 kh = outarg->kh; fuse_notify_poll_wakeup() local
[all...]
H A Dfuse_i.h205 u64 kh; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfuse.h778 uint64_t kh; member
789 uint64_t kh; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfuse.h941 uint64_t kh; member
952 uint64_t kh; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfuse.h416 uint64_t kh; member
425 uint64_t kh; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfuse.h416 uint64_t kh; member
425 uint64_t kh; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfuse.h388 uint64_t kh; member
397 uint64_t kh; member
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dmain.c2100 int kh; in speakup_key() local
2186 kh = (value == KVAL(K_DOWN)) || in speakup_key()
2190 if ((cursor_track != read_all_mode) || !kh) in speakup_key()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dkvm_host.h90 unsigned long kh : 31; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkvm_host.h93 unsigned long kh : 31; member
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dpkey_api.c933 struct ep11kblob_header *kh = (struct ep11kblob_header *)key; in pkey_verifykey2() local
943 *ksize = kh->bitlen; in pkey_verifykey2()

Completed in 48 milliseconds