Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbtree-type.h39 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 …]
Dpoll.h39 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()
Dlockdep.h287 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument
288 { .name = (_name), .key = (void *)(_key), }
Dregmap.h435 static struct lock_class_key _key; \
436 fn(__VA_ARGS__, &_key, \
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h49 #define STATIC_LOCKDEP_MAP_INIT(_name, _key) \ argument
50 { .name = (_name), .key = (void *)(_key), }
/linux-4.4.14/include/linux/gpio/
Ddriver.h198 static struct lock_class_key _key; \
199 _gpiochip_irqchip_add(__VA_ARGS__, &_key); \
/linux-4.4.14/security/keys/
Drequest_key.c334 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/
Dselect.c228 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()
Deventpoll.c798 pt->_key = epi->event.events; in ep_item_poll()
/linux-4.4.14/include/media/
Dv4l2-ctrls.h369 static struct lock_class_key _key; \
371 &_key, \
/linux-4.4.14/scripts/
Dasn1_compiler.c321 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/
Dbase.c366 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/
Drdwr.c25 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/
Dscif_api.c1400 pt->_key = ufds[i].events | POLLERR | POLLHUP; in scif_poll()
/linux-4.4.14/net/
Dsocket.c1007 if (wait && (wait->_key & POLL_BUSY_LOOP)) in sock_poll()