/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_active.c | 85 struct i915_sw_fence *submit; local in function:__live_active_setup 94 submit = heap_fence_create(GFP_KERNEL); 95 if (!submit) { 113 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit, 114 submit, 139 i915_sw_fence_commit(submit); 140 heap_fence_put(submit);
|
i915_request.c | 82 /* Submit a request, then wait upon it */ 91 pr_err("request wait (busy query) succeeded (expected timeout before submit!)\n"); 96 pr_err("request wait succeeded (expected timeout before submit!)\n"); 101 pr_err("request completed before submit!!\n"); 108 pr_err("request wait (busy query) succeeded (expected timeout after submit!)\n"); 151 /* Submit a request, treat it as a fence and wait upon it */ 158 pr_err("fence wait success before submit (expected timeout)!\n"); 170 pr_err("fence wait success after submit (expected timeout)!\n"); 314 struct i915_sw_fence *submit, *wait; local in function:__igt_breadcrumbs_smoketest 317 submit = heap_fence_create(GFP_KERNEL) [all...] |
i915_gem_evict.c | 509 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit,
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_request.c | 122 i915_sw_fence_fini(&rq->submit); 150 cb->hook(container_of(cb->fence, struct i915_request, submit), 243 GEM_BUG_ON(!i915_sw_fence_signaled(&rq->submit)); 330 cb->fence = &rq->submit; 399 * If we installed a semaphore on this request and we only submit 507 container_of(fence, typeof(*request), submit); 602 i915_sw_fence_init(&rq->submit, submit_notify); 619 i915_sw_fence_fini(&rq->submit); 706 i915_sw_fence_reinit(&i915_request_get(rq)->submit); 831 err = i915_sw_fence_await_dma_fence(&rq->submit, [all...] |
i915_request.h | 198 * The submit fence is used to await upon all of the request's 202 struct i915_sw_fence submit; member in struct:i915_request 221 * submit fence is signaled (it waits for all external events as well 495 * the submit fence is completed, the backend scheduler will place the 496 * request into its queue and from there submit it for execution. So we
|
/src/sys/opencrypto/ |
crypto.c | 1799 struct cryptop *crp, *submit, *cnext; local in function:cryptointr 1817 submit = NULL; 1826 submit = crp; 1843 if (submit == NULL) { 1844 submit = crp; 1846 if (CRYPTO_SESID2HID(submit->crp_sid) 1857 submit = crp; 1864 if (submit != NULL) { 1865 TAILQ_REMOVE(crp_q, submit, crp_next); 1866 result = crypto_invoke(submit, hint) [all...] |
/src/sys/dev/flash/ |
flash.h | 105 int (*submit)(device_t, struct buf *); member in struct:flash_interface
|
flash.c | 366 flash_if->submit(sc->sc_parent_dev, bp);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_submission.c | 299 bool submit = false; local in function:__guc_dequeue 334 submit = true; 344 if (submit) {
|
/src/sys/dev/usb/ |
auvitek_video.c | 729 bool submit = false; local in function:auvitek_isoc_process 735 submit = true; 745 if (submit) {
|
/src/libexec/httpd/ |
printenv.lua | 67 <input type="submit">
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_lrc.c | 54 * switch. When you want to submit a workload to the GPU you: A) choose your 108 * (in pairs) to the GPU's ExecLists Submit Port (ELSP, for short) with a 220 * If we receive a submit-fence from a master engine, we will only 1377 * We should never submit the context with the same RING_TAIL twice 1378 * just in case we submit an empty ring, which confuses the HW. 1383 * and we try and submit the same tail again, force the context 1399 * Make sure the context image is complete before we submit it to HW. 1537 GEM_BUG_ON(!assert_pending_valid(execlists, "submit")); 1550 * ELSQ note: the submit queue is not cleared after being submitted 1563 /* we need to manually load the submit queue * 1831 bool submit = false; local in function:execlists_dequeue [all...] |
selftest_lrc.c | 224 * uses the submit fence, not the completion fence), 669 * if the queue demands it. (Normally, we do not submit if 718 pr_err("%s: Timed out trying to submit semaphores\n", 732 pr_err("%s: Timed out trying to submit nop\n", 1791 i915_sw_fence_init(&rq->submit, dummy_notify); 1804 i915_sw_fence_commit(&dummy->submit); 1810 i915_sw_fence_fini(&dummy->submit); 2228 /* Submit each spinner at increasing priority */ 3210 * been signaled. As one of those fences is the master submit fence, 3223 * With the submit-fence, we have identified three possible phase [all...] |
/src/sys/dev/nor/ |
nor.c | 97 .submit = nor_flash_submit
|
/src/sys/dev/nand/ |
nand.c | 88 .submit = nand_flash_submit
|
/src/usr.sbin/postinstall/ |
postinstall.in | 2300 /etc/mail/sendmail.cf /etc/mail/submit.cf /etc/rc.d/sendmail \
|