Searched refs:emit (Results 51 - 65 of 65) sorted by relevance

123

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c237 ret = fctx->emit(fence);
/linux-master/arch/parisc/net/
H A Dbpf_jit.h259 static inline void emit(const u32 insn, struct hppa_jit_context *ctx) function
471 /* Helper functions that emit HPPA instructions when possible. */
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py205 self.done.emit(result)
230 self.dataChanged.emit(parent, parent)
1980 self.dataChanged.emit(top_left, bottom_right)
2169 self.graph_title_changed.emit(title)
2739 self.done.emit(count)
3171 self.progress.emit(0)
3180 self.progress.emit(self.root.child_count)
3187 self.progress.emit(0)
3707 self.progress.emit(0)
3716 self.progress.emit(sel
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ring_submission.c599 intel_ring_reset(ce->ring, ce->ring->emit);
H A Dselftest_migrate.c604 * ring->reserved_space at the end. To actually emit the PTEs we require
636 pr_info("%s emit=%u sz=%d\n", __func__, rq->ring->emit, sz);
H A Dselftest_timeline.c1152 if (8 * watcher[1].rq->ring->emit >
H A Dintel_engine_cs.c2326 drm_printf(m, "\t\tring->emit: 0x%08x\n",
2327 rq->ring->emit);
/linux-master/samples/bpf/
H A DMakefile410 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
/linux-master/arch/mips/
H A DMakefile104 LDFLAGS_vmlinux += --emit-relocs
/linux-master/fs/unicode/
H A Dmkutf8data.c1185 static void emit(struct tree *tree, unsigned char *data) function
1729 emit(&trees[i], utf8data);
/linux-master/fs/btrfs/
H A Dextent_io.c2562 * after we had to unlock the file range, release the search path, emit
2578 * emit it.
2614 goto emit;
2640 * emmitted already, so we emit the currently cached
2654 goto emit;
2675 emit:
2725 * So we must emit it before ending extent_fiemap().
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2506 ring->emit, ring->size) > ring->size / 2)
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1714 sz = rq->ring->emit - rq->head;
/linux-master/lib/
H A Dtest_bpf.c823 int (*emit)(struct bpf_test*, void*,
838 len = extra + count * (*emit)(self, arg, NULL, 0, 0);
861 i += (*emit)(self, arg,
879 i += (*emit)(self, arg, &insns[i],
914 * emit different code depending on the magnitude of the immediate value.
2134 * the operation for JITs that emit different code depending on the magnitude
2270 * emit different code depending on the magnitude of the immediate value.
/linux-master/scripts/
H A Dcheckpatch.pl94 --showfile emit diffed file position, not input file position
3013 # emit the "does MAINTAINERS need updating?" message on file add/move/delete

Completed in 408 milliseconds

123