Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/include/linux/
Dbtree-type.h40 unsigned long _key = key; in BTREE_FN() local
41 return btree_lookup(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN()
47 unsigned long _key = key; in BTREE_FN() local
48 return btree_insert(&head->h, BTREE_TYPE_GEO, &_key, val, gfp); in BTREE_FN()
54 unsigned long _key = key; in BTREE_FN() local
55 return btree_update(&head->h, BTREE_TYPE_GEO, &_key, val); in BTREE_FN()
60 unsigned long _key = key; in BTREE_FN() local
61 return btree_remove(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN()
66 unsigned long _key; in BTREE_FN() local
67 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN()
[all …]
Dpoll.h43 __poll_t _key; member
70 return p ? p->_key : ~(__poll_t)0; in poll_requested_events()
76 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr()
Dlockdep.h443 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument
444 { .name = (_name), .key = (void *)(_key), }
Dregmap.h707 static struct lock_class_key _key; \
708 fn(__VA_ARGS__, &_key, \
/linux-6.1.9/include/linux/gpio/
Dmachine.h70 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument
74 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \
82 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument
83 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags)
90 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
92 .key = _key, \
/linux-6.1.9/tools/lib/bpf/
Dhashmap.h179 #define hashmap__for_each_key_entry(map, cur, _key) \ argument
181 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
185 if (map->equal_fn(cur->key, (_key), map->ctx))
187 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
189 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
193 if (map->equal_fn(cur->key, (_key), map->ctx))
/linux-6.1.9/tools/perf/util/
Dhashmap.h179 #define hashmap__for_each_key_entry(map, cur, _key) \ argument
181 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
185 if (map->equal_fn(cur->key, (_key), map->ctx))
187 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ argument
189 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
193 if (map->equal_fn(cur->key, (_key), map->ctx))
/linux-6.1.9/drivers/crypto/qce/
Dskcipher.c230 u32 _key[6]; in qce_des3_setkey() local
245 memcpy(_key, key, DES3_EDE_KEY_SIZE); in qce_des3_setkey()
246 if (!((_key[0] ^ _key[2]) | (_key[1] ^ _key[3])) || in qce_des3_setkey()
247 !((_key[2] ^ _key[4]) | (_key[3] ^ _key[5])) || in qce_des3_setkey()
248 !((_key[0] ^ _key[4]) | (_key[1] ^ _key[5]))) in qce_des3_setkey()
Daead.c600 u32 _key[6]; in qce_aead_setkey() local
625 memcpy(_key, authenc_keys.enckey, DES3_EDE_KEY_SIZE); in qce_aead_setkey()
626 if (!((_key[0] ^ _key[2]) | (_key[1] ^ _key[3])) || in qce_aead_setkey()
627 !((_key[2] ^ _key[4]) | (_key[3] ^ _key[5])) || in qce_aead_setkey()
628 !((_key[0] ^ _key[4]) | (_key[1] ^ _key[5]))) in qce_aead_setkey()
/linux-6.1.9/fs/
Dfsopen.c317 const char __user *, _key, in SYSCALL_DEFINE5() argument
335 if (!_key || _value || aux) in SYSCALL_DEFINE5()
339 if (!_key || !_value || aux) in SYSCALL_DEFINE5()
343 if (!_key || !_value || aux <= 0 || aux > 1024 * 1024) in SYSCALL_DEFINE5()
348 if (!_key || !_value || (aux != AT_FDCWD && aux < 0)) in SYSCALL_DEFINE5()
352 if (!_key || _value || aux < 0) in SYSCALL_DEFINE5()
357 if (_key || _value || aux) in SYSCALL_DEFINE5()
383 if (_key) { in SYSCALL_DEFINE5()
384 param.key = strndup_user(_key, 256); in SYSCALL_DEFINE5()
Dselect.c231 entry->key = p->_key; in __pollwait()
472 wait->_key = POLLEX_SET | ll_flag; in wait_key_set()
474 wait->_key |= POLLIN_SET; in wait_key_set()
476 wait->_key |= POLLOUT_SET; in wait_key_set()
872 pwait->_key = filter | busy_flag; in do_pollfd()
Daio.c1694 struct poll_table_struct pt = { ._key = req->events }; in aio_poll_complete_work()
1884 apt.pt._key = req->events; in aio_poll()
Deventpoll.c853 pt->_key = epi->event.events; in ep_item_poll()
/linux-6.1.9/lib/
Dextable.c94 unsigned long _key = *(unsigned long *)key; in cmp_ex_search() local
97 if (_key > ex_to_insn(_elt)) in cmp_ex_search()
99 if (_key < ex_to_insn(_elt)) in cmp_ex_search()
/linux-6.1.9/kernel/bpf/
Dlpm_trie.c228 static void *trie_lookup_elem(struct bpf_map *map, void *_key) in trie_lookup_elem() argument
232 struct bpf_lpm_trie_key *key = _key; in trie_lookup_elem()
304 void *_key, void *value, u64 flags) in trie_update_elem() argument
309 struct bpf_lpm_trie_key *key = _key; in trie_update_elem()
434 static int trie_delete_elem(struct bpf_map *map, void *_key) in trie_delete_elem() argument
437 struct bpf_lpm_trie_key *key = _key; in trie_delete_elem()
615 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) in trie_get_next_key() argument
619 struct bpf_lpm_trie_key *key = _key, *next_key = _next_key; in trie_get_next_key()
/linux-6.1.9/security/keys/
Drequest_key.c370 struct key **_key) in construct_alloc_key() argument
381 *_key = NULL; in construct_alloc_key()
427 *_key = key; in construct_alloc_key()
446 *_key = key; in construct_alloc_key()
/linux-6.1.9/include/linux/ceph/
Dlibceph.h277 extern type __lookup_##name##_key; \
279 typeof(__lookup_##name##_key.keyfld), nodefld)
/linux-6.1.9/include/media/
Dv4l2-ctrls.h535 static struct lock_class_key _key; \
537 &_key, \
/linux-6.1.9/scripts/
Dasn1_compiler.c317 static int directive_compare(const void *_key, const void *_pdir) in directive_compare() argument
319 const struct token *token = _key; in directive_compare()
730 static int type_finder(const void *_key, const void *_ti) in type_finder() argument
732 const struct token *token = _key; in type_finder()
/linux-6.1.9/io_uring/
Dpoll.c276 struct poll_table_struct pt = { ._key = req->apoll_events }; in io_poll_check_events()
594 ipt->pt._key = mask; in __io_arm_poll_handler()
/linux-6.1.9/fs/btrfs/
Dctree.h1288 static struct lock_class_key lock##_key; \
1289 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
1295 static struct lock_class_key lock##_key; \
1297 &lock##_key, 0); \
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.c1036 static struct lock_class_key _key; in nvkm_vmm_ctor() local
1048 __mutex_init(&vmm->mutex, "&vmm->mutex", key ? key : &_key); in nvkm_vmm_ctor()
/linux-6.1.9/net/sched/
Dcls_flower.c2814 __be32 _key, _mask; in fl_dump_key_flags() local
2829 _key = cpu_to_be32(key); in fl_dump_key_flags()
2832 err = nla_put(skb, TCA_FLOWER_KEY_FLAGS, 4, &_key); in fl_dump_key_flags()