Searched refs:_key (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | btree-type.h | 39 unsigned long _key = key; in BTREE_FN() local 40 return btree_lookup(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN() 46 unsigned long _key = key; in BTREE_FN() local 47 return btree_insert(&head->h, BTREE_TYPE_GEO, &_key, val, gfp); in BTREE_FN() 53 unsigned long _key = key; in BTREE_FN() local 54 return btree_update(&head->h, BTREE_TYPE_GEO, &_key, val); in BTREE_FN() 59 unsigned long _key = key; in BTREE_FN() local 60 return btree_remove(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN() 65 unsigned long _key; in BTREE_FN() local 66 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN() [all …]
|
D | poll.h | 39 unsigned long _key; member 66 return p ? p->_key : ~0UL; in poll_requested_events() 72 pt->_key = ~0UL; /* all events enabled */ in init_poll_funcptr()
|
D | lockdep.h | 287 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument 288 { .name = (_name), .key = (void *)(_key), }
|
D | regmap.h | 435 static struct lock_class_key _key; \ 436 fn(__VA_ARGS__, &_key, \
|
/include/linux/gpio/ |
D | driver.h | 198 static struct lock_class_key _key; \ 199 _gpiochip_irqchip_add(__VA_ARGS__, &_key); \
|
/include/media/ |
D | v4l2-ctrls.h | 369 static struct lock_class_key _key; \ 371 &_key, \
|