Home
last modified time | relevance | path

Searched defs:_key (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/
H A Dbtree-type.h40 unsigned long _key = key; in BTREE_FN() local
47 unsigned long _key = key; in BTREE_FN() local
54 unsigned long _key = key; in BTREE_FN() local
60 unsigned long _key = key; in BTREE_FN() local
66 unsigned long _key; in BTREE_FN() local
75 unsigned long _key = *key; in BTREE_FN() local
H A Dworkqueue.h282 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument
291 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument
313 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument
H A Dpoll.h39 __poll_t _key; member
/linux/rust/kernel/
H A Djump_label.rs23 let _key: *const $keytyp = ::core::ptr::addr_of!($key); localVariable
24 let _key: *const $crate::bindings::static_key_false = ::core::ptr::addr_of!((*_key).$field); localVariable
25 let _key: *const $crate::bindings::static_key = _key.cast(); localVariable
/linux/include/linux/gpio/
H A Dmachine.h69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument
81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument
89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
/linux/kernel/bpf/
H A Dlpm_trie.c236 trie_lookup_elem(struct bpf_map * map,void * _key) trie_lookup_elem() argument
315 trie_update_elem(struct bpf_map * map,void * _key,void * value,u64 flags) trie_update_elem() argument
447 trie_delete_elem(struct bpf_map * map,void * _key) trie_delete_elem() argument
628 trie_get_next_key(struct bpf_map * map,void * _key,void * _next_key) trie_get_next_key() argument
/linux/tools/perf/util/
H A Dhashmap.h192 #define hashmap__for_each_key_entry(map, cur, _key) \ argument
200 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
H A Dcomm.c89 static int comm_str__search(const void *_key, const void *_member) in comm_str__search()
H A Dannotate-data.c195 static int data_type_cmp(const void *_key, const struct rb_node *node) in data_type_cmp()
596 static int global_var_cmp(const void *_key, const struct rb_node *node) in global_var_cmp()
/linux/lib/
H A Dextable.c94 unsigned long _key = *(unsigned long *)key; in cmp_ex_search() local
/linux/fs/
H A Dfsopen.c347 const char __user *, _key, in SYSCALL_DEFINE5() argument
/linux/drivers/crypto/qce/
H A Dskcipher.c230 u32 _key[6]; in qce_des3_setkey() local
H A Daead.c600 u32 _key[6]; in qce_aead_setkey() local
/linux/security/keys/
H A Drequest_key.c373 struct key **_key) in construct_alloc_key()
/linux/scripts/
H A Dasn1_compiler.c317 static int directive_compare(const void *_key, const void *_pdir) in directive_compare()
730 static int type_finder(const void *_key, const void *_ti) in type_finder()
/linux/drivers/net/ethernet/sfc/
H A Dtc.c897 #define COPY_MASK_AND_VALUE(_key, _ekey) ({ \ in efx_tc_flower_translate_flhs_match() argument
908 #define COPY_FROM_ENC(_key) COPY_MASK_AND_VALUE(_key, enc_##_key) in efx_tc_flower_translate_flhs_match() argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c1095 static struct lock_class_key _key; in nvkm_vmm_ctor() local
/linux/net/sched/
H A Dcls_flower.c3111 __be32 _key, _mask; in fl_dump_key_flags() local