Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 146) sorted by relevance

123456

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_active.c85 struct i915_sw_fence *submit; in __live_active_setup() local
94 submit = heap_fence_create(GFP_KERNEL); in __live_active_setup()
95 if (!submit) { in __live_active_setup()
113 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit, in __live_active_setup()
114 submit, in __live_active_setup()
139 i915_sw_fence_commit(submit); in __live_active_setup()
140 heap_fence_put(submit); in __live_active_setup()
H A Di915_request.c314 struct i915_sw_fence *submit, *wait; in __igt_breadcrumbs_smoketest() local
317 submit = heap_fence_create(GFP_KERNEL); in __igt_breadcrumbs_smoketest()
318 if (!submit) { in __igt_breadcrumbs_smoketest()
325 i915_sw_fence_commit(submit); in __igt_breadcrumbs_smoketest()
326 heap_fence_put(submit); in __igt_breadcrumbs_smoketest()
350 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit, in __igt_breadcrumbs_smoketest()
351 submit, in __igt_breadcrumbs_smoketest()
370 i915_sw_fence_commit(submit); in __igt_breadcrumbs_smoketest()
404 heap_fence_put(submit); in __igt_breadcrumbs_smoketest()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_request.c122 i915_sw_fence_fini(&rq->submit); in i915_fence_release()
150 cb->hook(container_of(cb->fence, struct i915_request, submit), in irq_execute_cb_hook()
243 GEM_BUG_ON(!i915_sw_fence_signaled(&rq->submit)); in i915_request_retire()
330 cb->fence = &rq->submit; in __await_execution()
507 container_of(fence, typeof(*request), submit); in submit_notify()
602 i915_sw_fence_init(&rq->submit, submit_notify); in __i915_request_ctor()
619 i915_sw_fence_fini(&rq->submit); in __i915_request_dtor()
706 i915_sw_fence_reinit(&i915_request_get(rq)->submit); in __i915_request_create()
831 err = i915_sw_fence_await_dma_fence(&rq->submit, in i915_request_await_start()
931 return i915_sw_fence_await_dma_fence(&to->submit, in emit_semaphore_wait()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/shutdown/
H A Dtests_shutdown.py110 executor.submit(
117 futures[executor.submit(launch_rndc, "stop")] = "stop"
119 futures[executor.submit(named_proc.terminate)] = "kill"
123 futures[executor.submit(launch_rndc, "-t 5 status")] = "status"
/netbsd-src/sys/opencrypto/
H A Dcrypto.c1799 struct cryptop *crp, *submit, *cnext; in cryptointr() local
1817 submit = NULL; in cryptointr()
1826 submit = crp; in cryptointr()
1843 if (submit == NULL) { in cryptointr()
1844 submit = crp; in cryptointr()
1846 if (CRYPTO_SESID2HID(submit->crp_sid) in cryptointr()
1857 submit = crp; in cryptointr()
1864 if (submit != NULL) { in cryptointr()
1865 TAILQ_REMOVE(crp_q, submit, crp_next); in cryptointr()
1866 result = crypto_invoke(submit, hint); in cryptointr()
[all …]
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.patches22 If you make your changes in the above order and then submit them,
34 Please read (and follow) the previous section if you want to submit
37 If you cannot easily get your patches to pogo, you may submit patches
H A DREADME.bk7 If you want to submit patches, please see the README.hackers file.
/netbsd-src/external/mpl/bind/dist/bin/tests/system/stress/
H A Dtests_stress_update.py70 executor.submit(rndc_loop, test_state, "10.53.0.3")
75 updaters.append(executor.submit(update_zone, test_state, zone))
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A DREADME3 `send-pr' uses electronic mail to submit support questions and
6 users who have problems to submit reports of these problems to sites
18 The same engine can be used to submit bugs to any number of support
H A DChangeLog151 * send-pr-el.in (send-pr:submit-pr): If called from command line,
174 * send-pr-el.in (send-pr:submit-pr): If the user ran send-pr from the
175 command line with $EDITOR == emacs, don't submit the PR here.
259 * send-pr-el.in (send-pr:submit-pr): Use the right site
393 * send-pr-el.in (send-pr:submit-pr): Bury the right buffer.
424 * send-pr-el.in (send-pr:submit-pr): Fix behavior on send
431 (send-pr:submit-pr): Make sure err-buffer exists before trying to
506 (send-pr:submit-pr): Indicate when send-pr is done
514 (send-pr:submit-pr): If in a Server buffer, do server-buffer-done
/netbsd-src/external/bsd/ppp/dist/
H A DSubmitting-patches.md85 have the right to submit it under the open source license
90 license and I have the right under that license to submit that
93 permitted to submit under a different license), as indicated
102 personal information I submit with it, including my sign-off) is
/netbsd-src/external/mit/expat/dist/doc/
H A Dok.min.css2submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-… selector
/netbsd-src/sys/net/npf/
H A DREADME2 Please submit the pull requests to the upstream when possible.
/netbsd-src/usr.sbin/npf/
H A DREADME2 Please submit the pull requests to the upstream when possible.
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DCONTRIBUTING.md21 You generally only need to submit a CLA once, so if you've already submitted
54 1. Finally, push the commits to your fork and submit a [pull request][].
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DCONTRIBUTING.md21 You generally only need to submit a CLA once, so if you've already submitted
54 1. Finally, push the commits to your fork and submit a [pull request][].
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_submission.c299 bool submit = false; in __guc_dequeue() local
334 submit = true; in __guc_dequeue()
344 if (submit) { in __guc_dequeue()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_test_prefix.py46 t = { e.submit(remove_prefix, i): i for i in sys.argv[1:] }
/netbsd-src/sys/dev/flash/
H A Dflash.h105 int (*submit)(device_t, struct buf *); member
/netbsd-src/external/mpl/dhcp/dist/
H A DCONTRIBUTING.md12 The 4.5.0 release will feature server (dhcpd) only. You may still submit bugs for a client or
31 7. **Participate in the code review**: Once you submit the MR, someone from ISC will eventually get
140 and [submit a Merge Request](https://gitlab.isc.org/isc-projects/dhcp/merge_requests/new).
146 Once you submit it, someone from the DHCP development team will look at it and will get back to you.
199 that in mind if you plan to submit a patch and forget about it. We may accept it eventually, but
/netbsd-src/sys/external/bsd/compiler_rt/dist/
H A DCREDITS.TXT3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/netbsd-src/sys/dev/usb/
H A Dauvitek_video.c729 bool submit = false; in auvitek_isoc_process() local
735 submit = true; in auvitek_isoc_process()
745 if (submit) { in auvitek_isoc_process()
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DHACKING.md21 If you plan to submit the changes you made to OpenSSL
/netbsd-src/sys/lib/libunwind/
H A DCREDITS.TXT3 LLVM/libc++abi, please submit a patch to this file to add yourself, and it will be
/netbsd-src/external/gpl2/xcvs/dist/
H A DDEVEL-CVS16 patches and have them reviewed by a developer. If they submit some

123456