Home
last modified time | relevance | path

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

/include/linux/
A 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
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 Dpoll.h39 __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 Dworkqueue.h283 #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 Dlockdep.h430 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument
431 { .name = (_name), .key = (void *)(_key), }
A Dregmap.h774 static struct lock_class_key _key; \
775 fn(__VA_ARGS__, &_key, \
/include/linux/gpio/
A Dmachine.h69 #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 Drxrpc-type.h47 u8 _key[]; /* Key storage */ member
/include/linux/ceph/
A Dlibceph.h267 extern type __lookup_##name##_key; \
269 typeof(__lookup_##name##_key.keyfld), nodefld)
/include/media/
A Dv4l2-ctrls.h563 static struct lock_class_key _key; \
565 &_key, \

Completed in 23 milliseconds