vmci_resource      27 drivers/misc/vmw_vmci/vmci_datagram.c 	struct vmci_resource resource;
vmci_resource     114 drivers/misc/vmw_vmci/vmci_datagram.c 		struct vmci_resource *resource;
vmci_resource     189 drivers/misc/vmw_vmci/vmci_datagram.c 		struct vmci_resource *resource;
vmci_resource     297 drivers/misc/vmw_vmci/vmci_datagram.c 	struct vmci_resource *resource;
vmci_resource     356 drivers/misc/vmw_vmci/vmci_datagram.c 	struct vmci_resource *resource;
vmci_resource     462 drivers/misc/vmw_vmci/vmci_datagram.c 	struct vmci_resource *resource;
vmci_resource      34 drivers/misc/vmw_vmci/vmci_doorbell.c 	struct vmci_resource resource;
vmci_resource      92 drivers/misc/vmw_vmci/vmci_doorbell.c 		struct vmci_resource *resource;
vmci_resource     295 drivers/misc/vmw_vmci/vmci_doorbell.c 	struct vmci_resource *resource;
vmci_resource     516 drivers/misc/vmw_vmci/vmci_doorbell.c 	struct vmci_resource *resource;
vmci_resource     195 drivers/misc/vmw_vmci/vmci_queue_pair.c 	struct vmci_resource resource;
vmci_resource     213 drivers/misc/vmw_vmci/vmci_queue_pair.c 	struct vmci_resource resource;
vmci_resource      38 drivers/misc/vmw_vmci/vmci_resource.c static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle,
vmci_resource      41 drivers/misc/vmw_vmci/vmci_resource.c 	struct vmci_resource *r, *resource = NULL;
vmci_resource      99 drivers/misc/vmw_vmci/vmci_resource.c int vmci_resource_add(struct vmci_resource *resource,
vmci_resource     137 drivers/misc/vmw_vmci/vmci_resource.c void vmci_resource_remove(struct vmci_resource *resource)
vmci_resource     141 drivers/misc/vmw_vmci/vmci_resource.c 	struct vmci_resource *r;
vmci_resource     160 drivers/misc/vmw_vmci/vmci_resource.c struct vmci_resource *
vmci_resource     164 drivers/misc/vmw_vmci/vmci_resource.c 	struct vmci_resource *r, *resource = NULL;
vmci_resource     183 drivers/misc/vmw_vmci/vmci_resource.c struct vmci_resource *vmci_resource_get(struct vmci_resource *resource)
vmci_resource     192 drivers/misc/vmw_vmci/vmci_resource.c 	struct vmci_resource *resource =
vmci_resource     193 drivers/misc/vmw_vmci/vmci_resource.c 		container_of(kref, struct vmci_resource, kref);
vmci_resource     208 drivers/misc/vmw_vmci/vmci_resource.c int vmci_resource_put(struct vmci_resource *resource)
vmci_resource     218 drivers/misc/vmw_vmci/vmci_resource.c struct vmci_handle vmci_resource_handle(struct vmci_resource *resource)
vmci_resource      36 drivers/misc/vmw_vmci/vmci_resource.h int vmci_resource_add(struct vmci_resource *resource,
vmci_resource      40 drivers/misc/vmw_vmci/vmci_resource.h void vmci_resource_remove(struct vmci_resource *resource);
vmci_resource      42 drivers/misc/vmw_vmci/vmci_resource.h struct vmci_resource *
vmci_resource      46 drivers/misc/vmw_vmci/vmci_resource.h struct vmci_resource *vmci_resource_get(struct vmci_resource *resource);
vmci_resource      47 drivers/misc/vmw_vmci/vmci_resource.h int vmci_resource_put(struct vmci_resource *resource);
vmci_resource      49 drivers/misc/vmw_vmci/vmci_resource.h struct vmci_handle vmci_resource_handle(struct vmci_resource *resource);