Searched defs:batch (Results 1 - 9 of 9) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_gem_render_state.h31 const u32 *batch; member in struct:intel_renderstate_rodata
H A Di915_dma.c494 drm_i915_batchbuffer_t *batch,
498 int nbox = batch->num_cliprects;
501 if ((batch->start | batch->used) & 0x7) {
512 batch->DR1, batch->DR4);
524 OUT_RING(batch->start);
527 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
535 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
536 OUT_RING(batch
493 i915_dispatch_batchbuffer(struct drm_device *dev, drm_i915_batchbuffer_t *batch, struct drm_clip_rect *cliprects) argument
638 drm_i915_batchbuffer_t *batch = data; local
[all...]
/drivers/staging/lustre/lnet/selftest/
H A Dconrpc.c659 lstcon_batch_t *batch; local
682 batch = (lstcon_batch_t *)tsb;
683 brq->bar_arg = batch->bat_arg;
H A Dconsole.c858 CERROR("Can't allocate descriptor for batch %s\n", name);
865 CERROR("Can't allocate hash for batch %s\n", name);
874 CERROR("Can't allocate hash for batch %s\n", name);
936 CDEBUG(D_NET, "Can't find batch %s\n", name);
948 CDEBUG(D_NET, "Can't find specified test in batch\n");
1047 CDEBUG(D_NET, "Can't find batch %s\n", name);
1055 /* mark batch as running if it's started in any node */
1069 CDEBUG(D_NET, "Can't find batch %s\n", name);
1077 /* mark batch as stopped if all RPCs finished */
1141 lstcon_batch_t *batch; local
1234 lstcon_verify_batch(const char *name, lstcon_batch_t **batch) argument
1285 lstcon_batch_t *batch = NULL; local
1366 lstcon_test_find(lstcon_batch_t *batch, int idx, lstcon_test_t **testpp) argument
1405 lstcon_batch_t *batch; local
[all...]
H A Dframework.c668 sfw_batch_t *batch; local
674 batch = list_entry(sn->sn_batches.next,
676 list_del_init(&batch->bat_list);
677 sfw_destroy_batch(batch);
744 CERROR ("Can't allocate test instance for batch: %llu\n",
884 /* batch is stopping or loop is done or get error */
989 * - my batch is still active; no one can run it again now.
1618 /* sv_name */ "batch service",
/drivers/target/iscsi/
H A Discsi_target_erl1.c1073 int batch = 0; local
1081 batch = 1;
1086 batch = 1;
1094 ooo_cmdsn->batch_count = (batch) ?
/drivers/xen/
H A Dgrant-table.c694 void gnttab_batch_map(struct gnttab_map_grant_ref *batch, unsigned count) argument
698 if (HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, batch, count))
700 for (op = batch; op < batch + count; op++)
707 void gnttab_batch_copy(struct gnttab_copy *batch, unsigned count) argument
711 if (HYPERVISOR_grant_table_op(GNTTABOP_copy, batch, count))
713 for (op = batch; op < batch + count; op++)
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1624 u64 batch, struct obd_trans_info *oti,
1639 npages = batch >> PAGE_CACHE_SHIFT;
1757 /* Truncate batch size to maximum */
1620 echo_client_prep_commit(const struct lu_env *env, struct obd_export *exp, int rw, struct obdo *oa, struct echo_object *eco, u64 offset, u64 count, u64 batch, struct obd_trans_info *oti, int async) argument
/drivers/md/
H A Draid5.c28 * We group bitmap updates into batches. Each batch has a number.
30 * conf->seq_write is the number of the last batch successfully written.
31 * conf->seq_flush is the number of the last batch that was closed to
35 * the number of the batch it will be in. This is seq_flush+1.
36 * When we are ready to do a write, if that batch hasn't been written yet,
39 * batch.
5144 struct stripe_head *batch[MAX_STRIPE_BATCH], *sh; local
5150 batch[batch_size++] = sh;
5171 handle_stripe(batch[i]);
5177 hash = batch[
[all...]

Completed in 208 milliseconds