Searched refs:_key (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/include/linux/
H A Dbtree-type.h40 unsigned long _key = key; local
41 return btree_lookup(&head->h, BTREE_TYPE_GEO, &_key);
47 unsigned long _key = key; local
48 return btree_insert(&head->h, BTREE_TYPE_GEO, &_key, val, gfp);
54 unsigned long _key = key; local
55 return btree_update(&head->h, BTREE_TYPE_GEO, &_key, val);
60 unsigned long _key = key; local
61 return btree_remove(&head->h, BTREE_TYPE_GEO, &_key);
66 unsigned long _key; local
67 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key);
75 unsigned long _key = *key; local
[all...]
H A Dpoll.h39 __poll_t _key; member in struct:poll_table_struct
66 return p ? p->_key : ~(__poll_t)0;
72 pt->_key = ~(__poll_t)0; /* all events enabled */
H A Dworkqueue.h219 * NB: because we have to copy the lockdep_map, setting _key
274 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \
278 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, (_key), 0); \
283 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \
305 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \
306 __INIT_WORK_KEY((_work), (_func), 1, _key)
H A Dlockdep.h411 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \
412 { .name = (_name), .key = (void *)(_key), }
H A Dregmap.h739 static struct lock_class_key _key; \
740 fn(__VA_ARGS__, &_key, \
/linux-master/include/linux/gpio/
H A Dmachine.h69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \
73 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \
81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \
82 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags)
89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \
91 .key = _key, \
/linux-master/tools/lib/bpf/
H A Dhashmap.h192 #define hashmap__for_each_key_entry(map, cur, _key) \
194 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
198 if (map->equal_fn(cur->key, (_key), map->ctx))
200 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \
202 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
206 if (map->equal_fn(cur->key, (_key), map->ctx))
/linux-master/tools/perf/util/
H A Dhashmap.h192 #define hashmap__for_each_key_entry(map, cur, _key) \
194 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
198 if (map->equal_fn(cur->key, (_key), map->ctx))
200 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \
202 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
206 if (map->equal_fn(cur->key, (_key), map->ctx))
H A Dannotate-data.c32 static int data_type_cmp(const void *_key, const struct rb_node *node) argument
34 const struct annotated_data_type *key = _key;
/linux-master/lib/
H A Dextable.c94 unsigned long _key = *(unsigned long *)key; local
97 if (_key > ex_to_insn(_elt))
99 if (_key < ex_to_insn(_elt))
/linux-master/fs/btrfs/
H A Dlocking.h151 static struct lock_class_key lock##_key; \
152 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
158 static struct lock_class_key lock##_key; \
160 &lock##_key, 0); \
/linux-master/drivers/crypto/qce/
H A Dskcipher.c230 u32 _key[6]; local
245 memcpy(_key, key, DES3_EDE_KEY_SIZE);
246 if (!((_key[0] ^ _key[2]) | (_key[1] ^ _key[3])) ||
247 !((_key[2] ^ _key[4]) | (_key[3] ^ _key[
[all...]
H A Daead.c600 u32 _key[6]; local
625 memcpy(_key, authenc_keys.enckey, DES3_EDE_KEY_SIZE);
626 if (!((_key[0] ^ _key[2]) | (_key[1] ^ _key[3])) ||
627 !((_key[2] ^ _key[4]) | (_key[3] ^ _key[
[all...]
/linux-master/fs/
H A Dfsopen.c310 * @_key: Where appropriate, the parameter key to set
321 * and @_key indicates the parameter to be altered.
352 const char __user *, _key,
370 if (!_key || _value || aux)
374 if (!_key || !_value || aux)
378 if (!_key || !_value || aux <= 0 || aux > 1024 * 1024)
383 if (!_key || !_value || (aux != AT_FDCWD && aux < 0))
387 if (!_key || _value || aux < 0)
393 if (_key || _value || aux)
419 if (_key) {
[all...]
H A Dselect.c231 entry->key = p->_key;
472 wait->_key = POLLEX_SET | ll_flag;
474 wait->_key |= POLLIN_SET;
476 wait->_key |= POLLOUT_SET;
872 pwait->_key = filter | busy_flag;
H A Daio.c1733 struct poll_table_struct pt = { ._key = req->events };
1923 apt.pt._key = req->events;
/linux-master/kernel/bpf/
H A Dlpm_trie.c228 static void *trie_lookup_elem(struct bpf_map *map, void *_key) argument
232 struct bpf_lpm_trie_key_u8 *key = _key;
307 void *_key, void *value, u64 flags)
312 struct bpf_lpm_trie_key_u8 *key = _key;
437 static long trie_delete_elem(struct bpf_map *map, void *_key) argument
440 struct bpf_lpm_trie_key_u8 *key = _key;
615 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) argument
619 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key;
306 trie_update_elem(struct bpf_map *map, void *_key, void *value, u64 flags) argument
/linux-master/security/keys/
H A Drequest_key.c373 struct key **_key)
384 *_key = NULL;
438 *_key = key;
460 *_key = key;
369 construct_alloc_key(struct keyring_search_context *ctx, struct key *dest_keyring, unsigned long flags, struct key_user *user, struct key **_key) argument
/linux-master/include/linux/ceph/
H A Dlibceph.h267 extern type __lookup_##name##_key; \
269 typeof(__lookup_##name##_key.keyfld), nodefld)
/linux-master/include/media/
H A Dv4l2-ctrls.h543 static struct lock_class_key _key; \
545 &_key, \
/linux-master/scripts/
H A Dasn1_compiler.c317 static int directive_compare(const void *_key, const void *_pdir) argument
319 const struct token *token = _key;
730 static int type_finder(const void *_key, const void *_ti) argument
732 const struct token *token = _key;
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c901 #define COPY_MASK_AND_VALUE(_key, _ekey) ({ \
902 if (match->mask._key) { \
905 match->mask._key = match->mask._ekey; \
907 match->value._key = match->value._ekey; \
912 #define COPY_FROM_ENC(_key) COPY_MASK_AND_VALUE(_key, enc_##_key)
/linux-master/io_uring/
H A Dpoll.c302 struct poll_table_struct pt = { ._key = req->apoll_events };
589 ipt->pt._key = mask;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c41 #define VCAP_ES0_KEYSEL(_key) (REW_RTAG_ETAG_CTRL_ES0_ISDX_KEY_ENA_SET(_key))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c1095 static struct lock_class_key _key; local
1107 __mutex_init(&vmm->mutex.vmm, "&vmm->mutex.vmm", key ? key : &_key);

Completed in 321 milliseconds

12