Searched defs:create (Results 26 - 36 of 36) sorted by relevance

12

/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_resource.c1050 const struct ldlm_res_id *name, ldlm_type_t type, int create)
1084 if (create == 0)
1150 /* We create resource with locked lr_lvb_mutex. */
1049 ldlm_resource_get(struct ldlm_namespace *ns, struct ldlm_resource *parent, const struct ldlm_res_id *name, ldlm_type_t type, int create) argument
/drivers/staging/lustre/lustre/llite/
H A Drw.c88 struct page *vmpage, int create)
114 if (io == NULL && create) {
87 ll_cl_init(struct file *file, struct page *vmpage, int create) argument
/drivers/infiniband/hw/mlx4/
H A Dmcg.c809 union ib_gid *mgid, int create,
823 if (!create)
808 acquire_group(struct mlx4_ib_demux_ctx *ctx, union ib_gid *mgid, int create, gfp_t gfp_mask) argument
/drivers/md/
H A Ddm-thin-metadata.c539 DMERR("could not create non-blocking clone tm");
552 DMERR("couldn't create devices root");
648 DMERR("could not create non-blocking clone tm");
689 DMERR("could not create block manager");
899 * creating it if @create is set and incrementing @td->open_count.
903 dm_thin_id dev, int create,
917 * May not create an already-open device.
919 if (create)
933 if (r != -ENODATA || !create)
902 __open_device(struct dm_pool_metadata *pmd, dm_thin_id dev, int create, struct dm_thin_device **td) argument
/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1606 struct v4l2_create_buffers *create = arg; local
1607 int ret = check_fmt(file, create->format.type);
1612 v4l_sanitize_format(&create->format);
1614 ret = ops->vidioc_create_bufs(file, fh, create);
1616 if (create->format.type == V4L2_BUF_TYPE_VIDEO_CAPTURE ||
1617 create->format.type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
1618 create->format.fmt.pix.priv = V4L2_PIX_FMT_PRIV_MAGIC;
H A Dvideobuf2-core.c1002 * @create: creation parameters, passed from userspace to vidioc_create_bufs
1014 static int __create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create) argument
1027 q->memory = create->memory;
1031 num_buffers = min(create->count, VIDEO_MAX_FRAME - q->num_buffers);
1037 ret = call_qop(q, queue_setup, q, &create->format, &num_buffers,
1043 allocated_buffers = __vb2_queue_alloc(q, create->memory, num_buffers,
1060 ret = call_qop(q, queue_setup, q, &create->format, &num_buffers,
1090 create->count = allocated_buffers;
1099 * @create: creation parameters, passed from userspace to vidioc_create_bufs
1102 int vb2_create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create) argument
[all...]
/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c77 * - the create was initiated by an old-style VMX, that uses
106 * VMCIQPB_CREATED_NO_MEM due to a host side create, an old-style VMX will
1258 /* Local create case. */
1266 * attach-only flag cannot exist during create. We
1302 * queue pair create. For non-local queue pairs, the
1303 * hypervisor initializes the header pages in the create step.
1333 * The first endpoint issuing a queue pair allocation will create the state
1368 /* Do not create if the caller asked not to. */
1468 * A create without a page_store may be either a host
1469 * side create (i
1777 bool create; local
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dmsgbuf.c581 struct msgbuf_tx_flowring_create_req *create; local
615 create = (struct msgbuf_tx_flowring_create_req *)ret_ptr;
616 create->msg.msgtype = MSGBUF_TYPE_FLOW_RING_CREATE;
617 create->msg.ifidx = work->ifidx;
618 create->msg.request_id = 0;
619 create->tid = brcmf_flowring_tid(msgbuf->flow, flowid);
620 create->flow_ring_id = cpu_to_le16(flowid +
622 memcpy(create->sa, work->sa, ETH_ALEN);
623 memcpy(create->da, work->da, ETH_ALEN);
625 create
648 struct brcmf_msgbuf_work_item *create; local
662 struct brcmf_msgbuf_work_item *create; local
[all...]
/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec.c258 int create = 1, remove_dead = 1; local
268 create = 0;
277 create, remove_dead);
877 * or not. We may create a new context and try to refresh it, and try
1473 CERROR("import %s->%s: failed to create new sec\n",
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h549 void* (*create)(struct ath6kl *ar); member in struct:ath6kl_htc_ops
/drivers/scsi/
H A Dscsi_transport_fc.c1846 * "Short-cut" sysfs variable to create a new vport on a FC Host.
2915 /* No consistent binding found - create new remote port entry */
3053 int create = 0; local
3059 create = 1;
3061 create = 1;
3068 if (create) {
3420 "%s: Cannot create vport symlinks for "
3689 * fc_req_to_bsgjob - Allocate/create the fc_bsg_job structure for the

Completed in 442 milliseconds

12