Symbol: vmci_resource
drivers/misc/vmw_vmci/vmci_datagram.c
114
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_datagram.c
189
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_datagram.c
27
struct vmci_resource resource;
drivers/misc/vmw_vmci/vmci_datagram.c
298
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_datagram.c
357
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_datagram.c
464
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_doorbell.c
278
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_doorbell.c
34
struct vmci_resource resource;
drivers/misc/vmw_vmci/vmci_doorbell.c
499
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_doorbell.c
92
struct vmci_resource *resource;
drivers/misc/vmw_vmci/vmci_queue_pair.c
195
struct vmci_resource resource;
drivers/misc/vmw_vmci/vmci_queue_pair.c
213
struct vmci_resource resource;
drivers/misc/vmw_vmci/vmci_resource.c
137
void vmci_resource_remove(struct vmci_resource *resource)
drivers/misc/vmw_vmci/vmci_resource.c
141
struct vmci_resource *r;
drivers/misc/vmw_vmci/vmci_resource.c
161
struct vmci_resource *
drivers/misc/vmw_vmci/vmci_resource.c
165
struct vmci_resource *r, *resource = NULL;
drivers/misc/vmw_vmci/vmci_resource.c
184
struct vmci_resource *vmci_resource_get(struct vmci_resource *resource)
drivers/misc/vmw_vmci/vmci_resource.c
193
struct vmci_resource *resource =
drivers/misc/vmw_vmci/vmci_resource.c
194
container_of(kref, struct vmci_resource, kref);
drivers/misc/vmw_vmci/vmci_resource.c
209
int vmci_resource_put(struct vmci_resource *resource)
drivers/misc/vmw_vmci/vmci_resource.c
219
struct vmci_handle vmci_resource_handle(struct vmci_resource *resource)
drivers/misc/vmw_vmci/vmci_resource.c
38
static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle,
drivers/misc/vmw_vmci/vmci_resource.c
41
struct vmci_resource *r, *resource = NULL;
drivers/misc/vmw_vmci/vmci_resource.c
99
int vmci_resource_add(struct vmci_resource *resource,
drivers/misc/vmw_vmci/vmci_resource.h
36
int vmci_resource_add(struct vmci_resource *resource,
drivers/misc/vmw_vmci/vmci_resource.h
40
void vmci_resource_remove(struct vmci_resource *resource);
drivers/misc/vmw_vmci/vmci_resource.h
42
struct vmci_resource *
drivers/misc/vmw_vmci/vmci_resource.h
46
struct vmci_resource *vmci_resource_get(struct vmci_resource *resource);
drivers/misc/vmw_vmci/vmci_resource.h
47
int vmci_resource_put(struct vmci_resource *resource);
drivers/misc/vmw_vmci/vmci_resource.h
49
struct vmci_handle vmci_resource_handle(struct vmci_resource *resource);