| /linux/include/linux/ |
| H A D | btree-type.h | 40 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 …]
|
| H A D | poll.h | 39 __poll_t _key; member 64 return p ? p->_key : ~(__poll_t)0; in poll_requested_events() 70 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr()
|
| H A D | workqueue.h | 283 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 287 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, (_key), 0); \ 292 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 314 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 315 __INIT_WORK_KEY((_work), (_func), 1, _key)
|
| H A D | regmap.h | 779 static struct lock_class_key _key; \ 780 fn(__VA_ARGS__, &_key, \
|
| /linux/rust/kernel/ |
| H A D | jump_label.rs | 23 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 29 $crate::bindings::static_key_count(_key.cast_mut()) > 0
|
| /linux/include/linux/gpio/ |
| H A D | machine.h | 69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument 73 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \ 81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument 82 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags) 89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument 91 .key = _key, \
|
| /linux/fs/ |
| H A D | fsopen.c | 353 const char __user *, _key, in SYSCALL_DEFINE5() argument 370 if (!_key || _value || aux) in SYSCALL_DEFINE5() 374 if (!_key || !_value || aux) in SYSCALL_DEFINE5() 378 if (!_key || !_value || aux <= 0 || aux > 1024 * 1024) in SYSCALL_DEFINE5() 383 if (!_key || !_value || (aux != AT_FDCWD && aux < 0)) in SYSCALL_DEFINE5() 387 if (!_key || _value || aux < 0) in SYSCALL_DEFINE5() 393 if (_key || _value || aux) in SYSCALL_DEFINE5() 418 if (_key) { in SYSCALL_DEFINE5() 419 param.key = strndup_user(_key, 256); in SYSCALL_DEFINE5()
|
| H A D | aio.c | 1728 struct poll_table_struct pt = { ._key = req->events }; in aio_poll_complete_work() 1918 apt.pt._key = req->events; in aio_poll()
|
| /linux/fs/btrfs/ |
| H A D | locking.h | 160 static struct lock_class_key lock##_key; \ 161 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \ 167 static struct lock_class_key lock##_key; \ 169 &lock##_key, 0); \
|
| /linux/lib/ |
| H A D | extable.c | 94 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/kernel/bpf/ |
| H A D | lpm_trie.c | 238 static void *trie_lookup_elem(struct bpf_map *map, void *_key) in trie_lookup_elem() 242 struct bpf_lpm_trie_key_u8 *key = _key; in trie_lookup_elem() 323 void *_key, void *value, u64 flags) in trie_update_elem() 329 struct bpf_lpm_trie_key_u8 *key = _key; in trie_update_elem() 457 static long trie_delete_elem(struct bpf_map *map, void *_key) in trie_delete_elem() 461 struct bpf_lpm_trie_key_u8 *key = _key; in trie_delete_elem() 656 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) in trie_get_next_key() 660 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key; in trie_get_next_key() 237 trie_lookup_elem(struct bpf_map * map,void * _key) trie_lookup_elem() argument 322 trie_update_elem(struct bpf_map * map,void * _key,void * value,u64 flags) trie_update_elem() argument 455 trie_delete_elem(struct bpf_map * map,void * _key) trie_delete_elem() argument 653 trie_get_next_key(struct bpf_map * map,void * _key,void * _next_key) trie_get_next_key() argument
|
| /linux/net/rxrpc/ |
| H A D | rxgk_app.c | 44 struct key **_key) in rxgk_yfs_decode_ticket() argument 160 *_key = key; in rxgk_yfs_decode_ticket() 186 struct key **_key) in rxgk_extract_token() argument 251 ticket_len, _key); in rxgk_extract_token()
|
| H A D | rxgk_common.h | 44 struct key **_key); 47 struct key **_key);
|
| H A D | ar-internal.h | 321 struct key **_key);
|
| /linux/tools/perf/util/ |
| H A D | comm.c | 92 static int comm_str__search(const void *_key, const void *_member) in comm_str__search() argument 94 const char *key = _key; in comm_str__search()
|
| H A D | annotate-data.c | 199 static int data_type_cmp(const void *_key, const struct rb_node *node) in data_type_cmp() argument 201 const struct annotated_data_type *key = _key; in data_type_cmp() 645 static int global_var_cmp(const void *_key, const struct rb_node *node) in global_var_cmp() argument 647 const u64 addr = (uintptr_t)_key; in global_var_cmp()
|
| /linux/security/keys/ |
| H A D | request_key.c | 373 struct key **_key) in construct_alloc_key() argument 384 *_key = NULL; in construct_alloc_key() 438 *_key = key; in construct_alloc_key() 460 *_key = key; in construct_alloc_key()
|
| /linux/include/linux/ceph/ |
| H A D | libceph.h | 267 extern type __lookup_##name##_key; \ 269 typeof(__lookup_##name##_key.keyfld), nodefld)
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 177 #define ovpn_get_hash_slot(_tbl, _key, _key_len) ({ \ argument 179 jhash(_key, _key_len, 0) % HASH_SIZE(*__tbl2); \ 182 #define ovpn_get_hash_head(_tbl, _key, _key_len) ({ \ argument 184 &(*__tbl1)[ovpn_get_hash_slot(*__tbl1, _key, _key_len)];\
|
| /linux/scripts/ |
| H A D | asn1_compiler.c | 317 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/drivers/net/ethernet/sfc/ |
| H A D | tc.c | 897 #define COPY_MASK_AND_VALUE(_key, _ekey) ({ \ in efx_tc_flower_translate_flhs_match() argument 898 if (match->mask._key) { \ in efx_tc_flower_translate_flhs_match() 901 match->mask._key = match->mask._ekey; \ in efx_tc_flower_translate_flhs_match() 903 match->value._key = match->value._ekey; \ in efx_tc_flower_translate_flhs_match() 908 #define COPY_FROM_ENC(_key) COPY_MASK_AND_VALUE(_key, enc_##_key) in efx_tc_flower_translate_flhs_match() argument
|
| /linux/io_uring/ |
| H A D | poll.c | 279 struct poll_table_struct pt = { ._key = req->apoll_events }; in io_poll_check_events() 553 ipt->pt._key = mask; in __io_arm_poll_handler()
|
| H A D | rw.c | 45 struct poll_table_struct pt = { ._key = mask }; in io_file_supports_nowait()
|
| H A D | net.c | 1784 struct poll_table_struct pt = { ._key = EPOLLERR }; in io_connect()
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 3113 __be32 _key, _mask; in fl_dump_key_flags() local 3152 _key = cpu_to_be32(key); in fl_dump_key_flags() 3155 err = nla_put(skb, fl_key, 4, &_key); in fl_dump_key_flags()
|