Searched refs:_key (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/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 | 286 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument 287 { .name = (_name), .key = (void *)(_key), }
|
/linux-4.1.27/tools/lib/lockdep/include/liblockdep/ |
D | common.h | 47 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument 48 { .name = (_name), .key = (void *)(_key), }
|
/linux-4.1.27/security/keys/ |
D | request_key.c | 334 struct key **_key) in construct_alloc_key() argument 345 *_key = NULL; in construct_alloc_key() 386 *_key = key; in construct_alloc_key() 405 *_key = key; in construct_alloc_key()
|
/linux-4.1.27/fs/ |
D | select.c | 228 entry->key = p->_key; in __pollwait() 392 wait->_key = POLLEX_SET | ll_flag; in wait_key_set() 394 wait->_key |= POLLIN_SET; in wait_key_set() 396 wait->_key |= POLLOUT_SET; in wait_key_set() 765 pwait->_key = pollfd->events|POLLERR|POLLHUP; in do_pollfd() 766 pwait->_key |= busy_flag; in do_pollfd()
|
D | eventpoll.c | 798 pt->_key = epi->event.events; in ep_item_poll()
|
/linux-4.1.27/include/media/ |
D | v4l2-ctrls.h | 351 static struct lock_class_key _key; \ 353 &_key, \
|
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 318 static int directive_compare(const void *_key, const void *_pdir) in directive_compare() argument 320 const struct token *token = _key; in directive_compare() 700 static int type_finder(const void *_key, const void *_ti) in type_finder() argument 702 const struct token *token = _key; in type_finder()
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 25 int sync, void *_key) in cachefiles_read_waiter() argument 30 struct wait_bit_key *key = _key; in cachefiles_read_waiter()
|
/linux-4.1.27/net/ |
D | socket.c | 1009 if (wait && (wait->_key & POLL_BUSY_LOOP)) in sock_poll()
|