Home
last modified time | relevance | path

Searched refs:__key (Results 26 – 44 of 44) sorted by relevance

12

/openbmc/qemu/linux-user/generic/
H A Dtarget_structs.h23 abi_int __key; /* Key. */ member
/openbmc/qemu/linux-user/mips/
H A Dtarget_structs.h23 abi_int __key; /* Key. */ member
/openbmc/qemu/linux-user/s390x/
H A Dtarget_structs.h24 abi_int __key; /* Key. */ member
/openbmc/qemu/linux-user/ppc/
H A Dtarget_structs.h23 abi_int __key; /* Key. */ member
/openbmc/qemu/linux-user/hppa/
H A Dtarget_structs.h23 abi_int __key; /* Key. */ member
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_structs.h5 abi_int __key; /* Key. */ member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c25 static struct lock_class_key __key; in iwl_trans_alloc() local
36 &__key, 0); in iwl_trans_alloc()
/openbmc/u-boot/include/
H A Dsearch.h89 extern int hdelete_r(const char *__key, struct hsearch_data *__htab,
/openbmc/linux/include/media/
H A Dv4l2-subdev.h1377 static struct lock_class_key __key; \
1380 __v4l2_subdev_init_finalize(sd, name, &__key); \
1883 static struct lock_class_key __key; \
1887 __v4l2_subdev_state_alloc(sd, name, &__key); \
/openbmc/linux/include/linux/
H A Dbtree-128.h84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
H A Dseqlock.h92 static struct lock_class_key __key; \
93 __seqcount_init((s), #s, &__key); \
H A Dsysfs.h53 static struct lock_class_key __key; \
55 (attr)->key = &__key; \
H A Dwait.h68 static struct lock_class_key __key; \
70 __init_waitqueue_head((wq_head), #wq_head, &__key); \
H A Dblk-mq.h694 static struct lock_class_key __key; \
696 __blk_mq_alloc_disk(set, queuedata, &__key); \
H A Dblkdev.h815 static struct lock_class_key __key; \
817 __blk_alloc_disk(node_id, &__key); \
/openbmc/linux/tools/perf/util/
H A Dstat.c289 static size_t pkg_id_hash(long __key, void *ctx __maybe_unused) in pkg_id_hash() argument
291 uint64_t *key = (uint64_t *) __key; in pkg_id_hash()
/openbmc/linux/lib/
H A Drhashtable.c182 static struct lock_class_key __key; in bucket_table_alloc() local
196 lockdep_init_map(&tbl->dep_map, "rhashtable_bucket", &__key, 0); in bucket_table_alloc()
/openbmc/linux/fs/f2fs/
H A Df2fs.h2115 static struct lock_class_key __key; \
2117 __init_f2fs_rwsem((sem), #sem, &__key); \
/openbmc/qemu/linux-user/
H A Dsyscall.c3756 host_ip->__key = tswap32(target_ip->__key); in target_to_host_ipc_perm()
3784 target_ip->__key = tswap32(host_ip->__key); in host_to_target_ipc_perm()

12