/linux-4.4.14/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, \
|
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/ |
D | common.h | 49 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument 50 { .name = (_name), .key = (void *)(_key), }
|
/linux-4.4.14/include/linux/gpio/ |
D | driver.h | 198 static struct lock_class_key _key; \ 199 _gpiochip_irqchip_add(__VA_ARGS__, &_key); \
|
/linux-4.4.14/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.4.14/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.4.14/include/media/ |
D | v4l2-ctrls.h | 369 static struct lock_class_key _key; \ 371 &_key, \
|
/linux-4.4.14/scripts/ |
D | asn1_compiler.c | 321 static int directive_compare(const void *_key, const void *_pdir) in directive_compare() argument 323 const struct token *token = _key; in directive_compare() 734 static int type_finder(const void *_key, const void *_ti) in type_finder() argument 736 const struct token *token = _key; in type_finder()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 366 static struct lock_class_key _key; in nvkm_vm_create() local 375 __mutex_init(&vm->mutex, "&vm->mutex", key ? key : &_key); in nvkm_vm_create()
|
/linux-4.4.14/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.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 1400 pt->_key = ufds[i].events | POLLERR | POLLHUP; in scif_poll()
|
/linux-4.4.14/net/ |
D | socket.c | 1007 if (wait && (wait->_key & POLL_BUSY_LOOP)) in sock_poll()
|