Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dbtree-type.h40 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 …]
Dpoll.h45 __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()
Dlockdep.h443 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument
444 { .name = (_name), .key = (void *)(_key), }
Dregmap.h685 static struct lock_class_key _key; \
686 fn(__VA_ARGS__, &_key, \
/include/linux/gpio/
Dmachine.h69 #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/
Dlibceph.h276 extern type __lookup_##name##_key; \
278 typeof(__lookup_##name##_key.keyfld), nodefld)
/include/media/
Dv4l2-ctrls.h528 static struct lock_class_key _key; \
530 &_key, \