/linux-4.4.14/net/ceph/ |
D | crypto.c | 520 struct ceph_crypto_key *ckey; in ceph_key_preparse() local 530 ckey = kmalloc(sizeof(*ckey), GFP_KERNEL); in ceph_key_preparse() 531 if (!ckey) in ceph_key_preparse() 536 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); in ceph_key_preparse() 540 prep->payload.data[0] = ckey; in ceph_key_preparse() 545 kfree(ckey); in ceph_key_preparse() 552 struct ceph_crypto_key *ckey = prep->payload.data[0]; in ceph_key_free_preparse() local 553 ceph_crypto_key_destroy(ckey); in ceph_key_free_preparse() 554 kfree(ckey); in ceph_key_free_preparse() 559 struct ceph_crypto_key *ckey = key->payload.data[0]; in ceph_key_destroy() local [all …]
|
D | ceph_common.c | 297 struct ceph_crypto_key *ckey; in get_secret() local 325 ckey = ukey->payload.data[0]; in get_secret() 326 err = ceph_crypto_key_clone(dst, ckey); in get_secret()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty_attach.c | 168 if (self->ckey) { in ircomm_tty_detach_cable() 169 irlmp_unregister_client(self->ckey); in ircomm_tty_detach_cable() 170 self->ckey = NULL; in ircomm_tty_detach_cable() 221 if (!self->ckey) in ircomm_tty_ias_register() 222 self->ckey = irlmp_register_client(hints, in ircomm_tty_ias_register() 283 if (self->ckey) { in ircomm_tty_ias_unregister() 284 irlmp_unregister_client(self->ckey); in ircomm_tty_ias_unregister() 285 self->ckey = NULL; in ircomm_tty_ias_unregister()
|
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 71 struct cache_head *ckey) in nfs_dns_ent_update() argument 77 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 84 struct cache_head *ckey) in nfs_dns_ent_init() argument 90 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 96 nfs_dns_ent_update(cnew, ckey); in nfs_dns_ent_init()
|
/linux-4.4.14/include/net/irda/ |
D | af_irda.h | 61 void *ckey; /* IrLMP client handle */ member
|
D | ircomm_tty.h | 90 void *ckey; member
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_common.c | 65 static void *ckey; variable 134 ckey = irlmp_register_client(hints, &irlan_client_discovery_indication, in irlan_init() 136 if (!ckey) in irlan_init() 160 irlmp_unregister_client(ckey); in irlan_init() 173 irlmp_unregister_client(ckey); in irlan_cleanup()
|
/linux-4.4.14/kernel/locking/ |
D | lockdep_proc.c | 429 struct lockdep_subclass_key *ckey; in seq_stats() local 447 ckey = rcu_dereference_sched(class->key); in seq_stats() 449 if (!cname && !ckey) { in seq_stats() 457 key_name = __get_key_name(ckey, str); in seq_stats()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 197 &to_intel_plane_state(drm_plane->state)->ckey; in skl_update_plane() 361 &to_intel_plane_state(dplane->state)->ckey; in vlv_update_plane() 500 &to_intel_plane_state(plane->state)->ckey; in ivb_update_plane() 642 &to_intel_plane_state(plane->state)->ckey; in ilk_update_plane() 794 if (state->ckey.flags == I915_SET_COLORKEY_NONE) { in intel_check_sprite_plane() 993 to_intel_plane_state(plane_state)->ckey = *set; in intel_sprite_set_colorkey()
|
D | intel_atomic_plane.c | 59 state->ckey.flags = I915_SET_COLORKEY_NONE; in intel_create_plane_state()
|
D | intel_drv.h | 282 struct drm_intel_sprite_colorkey ckey; member
|
D | intel_display.c | 4494 if (plane_state->ckey.flags != I915_SET_COLORKEY_NONE) { in skl_update_scaler_plane() 13552 if (state->ckey.flags == I915_SET_COLORKEY_NONE) { in intel_check_primary_plane()
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet.h | 447 void * ckey; /* IrLMP client handle */ member
|
D | irnet_irda.c | 519 self->ckey = irlmp_register_client(0, NULL, NULL, NULL); in irda_irnet_create() 653 irlmp_unregister_client(self->ckey); in irda_irnet_destroy() 979 irlmp_update_client(irnet_server.s.ckey, hints, in irnet_setup_server()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | qdio.h | 42 u32 ckey : 4; member
|
/linux-4.4.14/net/irda/ |
D | af_irda.c | 1156 self->ckey = irlmp_register_client(0, NULL, NULL, NULL); in irda_create() 1176 irlmp_unregister_client(self->ckey); in irda_destroy_socket() 2517 irlmp_update_client(self->ckey, self->mask.word, in irda_getsockopt() 2553 irlmp_update_client(self->ckey, self->mask.word, in irda_getsockopt()
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_setup.c | 411 irq_ptr->qdr->qdf0[i + nr].ckey = PAGE_DEFAULT_KEY >> 4; in __qdio_allocate_fill_qdr()
|
/linux-4.4.14/fs/nilfs2/ |
D | btree.c | 2104 __u64 key, ckey; in nilfs_btree_add_dirty_buffer() local 2126 ckey = nilfs_btree_node_get_key(cnode, 0); in nilfs_btree_add_dirty_buffer() 2127 if (key < ckey) in nilfs_btree_add_dirty_buffer()
|