Searched refs:_key (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| 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 54 unsigned long _key = key; in BTREE_FN() local 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() 69 *key = _key; in BTREE_FN() 75 unsigned long _key = *key; in BTREE_FN() local [all …]
|
| 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()
|
| 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)
|
| A D | lockdep.h | 430 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument 431 { .name = (_name), .key = (void *)(_key), }
|
| A D | regmap.h | 774 static struct lock_class_key _key; \ 775 fn(__VA_ARGS__, &_key, \
|
| /include/linux/gpio/ |
| 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, \
|
| /include/keys/ |
| A D | rxrpc-type.h | 47 u8 _key[]; /* Key storage */ member
|
| /include/linux/ceph/ |
| A D | libceph.h | 267 extern type __lookup_##name##_key; \ 269 typeof(__lookup_##name##_key.keyfld), nodefld)
|
| /include/media/ |
| A D | v4l2-ctrls.h | 563 static struct lock_class_key _key; \ 565 &_key, \
|
Completed in 23 milliseconds