Searched refs:_key (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
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 …]
|
D | poll.h | 45 __poll_t _key; member 72 return p ? p->_key : ~(__poll_t)0; in poll_requested_events() 78 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr()
|
D | lockdep.h | 443 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument 444 { .name = (_name), .key = (void *)(_key), }
|
D | regmap.h | 685 static struct lock_class_key _key; \ 686 fn(__VA_ARGS__, &_key, \
|
/include/linux/gpio/ |
D | machine.h | 69 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument 70 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags) 77 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument 79 .key = _key, \
|
/include/linux/ceph/ |
D | libceph.h | 276 extern type __lookup_##name##_key; \ 278 typeof(__lookup_##name##_key.keyfld), nodefld)
|
/include/media/ |
D | v4l2-ctrls.h | 528 static struct lock_class_key _key; \ 530 &_key, \
|