Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 2468) sorted by relevance

12345678910>>...99

/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_release.c66 struct qxl_release *release; in qxl_fence_wait() local
72 release = container_of(fence, struct qxl_release, base); in qxl_fence_wait()
73 have_drawable_releases = release->type == QXL_RELEASE_DRAWABLE; in qxl_fence_wait()
132 struct qxl_release *release; in qxl_release_alloc() local
134 size_t size = sizeof(*release); in qxl_release_alloc()
136 release = kmalloc(size, GFP_KERNEL); in qxl_release_alloc()
137 if (!release) { in qxl_release_alloc()
141 release->base.ops = NULL; in qxl_release_alloc()
142 release->type = type; in qxl_release_alloc()
143 release->release_offset = 0; in qxl_release_alloc()
[all …]
H A Dqxl_draw.c34 struct qxl_release *release, in alloc_clips() argument
40 return qxl_alloc_bo_reserved(qdev, release, size, clips_bo); in alloc_clips()
65 alloc_drawable(struct qxl_device *qdev, struct qxl_release **release) in alloc_drawable() argument
68 QXL_RELEASE_DRAWABLE, release, NULL); in alloc_drawable()
72 free_drawable(struct qxl_device *qdev, struct qxl_release *release) in free_drawable() argument
74 qxl_release_free(qdev, release); in free_drawable()
81 struct qxl_release *release) in make_drawable() argument
86 drawable = (struct qxl_drawable *)qxl_release_map(qdev, release); in make_drawable()
115 qxl_release_unmap(qdev, release, &drawable->release_info); in make_drawable()
151 struct qxl_release *release; in qxl_draw_dirty_fb() local
[all …]
H A Dqxl_cmd.c191 qxl_push_command_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_command_ring_release() argument
197 cmd.data = qxl_bo_physical_address(qdev, release->release_bo, release->release_offset); in qxl_push_command_ring_release()
203 qxl_push_cursor_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_cursor_ring_release() argument
209 cmd.data = qxl_bo_physical_address(qdev, release->release_bo, release->release_offset); in qxl_push_cursor_ring_release()
227 struct qxl_release *release; in qxl_garbage_collect() local
235 release = qxl_release_from_id_locked(qdev, id); in qxl_garbage_collect()
236 if (release == NULL) in qxl_garbage_collect()
239 info = qxl_release_map(qdev, release); in qxl_garbage_collect()
241 qxl_release_unmap(qdev, release, info); in qxl_garbage_collect()
246 switch (release->type) { in qxl_garbage_collect()
[all …]
H A Dqxl_drv.h366 struct qxl_release *release,
373 struct qxl_release *release,
398 struct qxl_release *release);
400 struct qxl_release *release,
402 int qxl_release_list_add(struct qxl_release *release, struct qxl_bo *bo);
403 int qxl_release_reserve_list(struct qxl_release *release, bool no_intr);
404 void qxl_release_backoff_reserve_list(struct qxl_release *release);
405 void qxl_release_fence_buffer_objects(struct qxl_release *release);
410 struct qxl_release **release);
412 int type, struct qxl_release **release,
[all …]
H A Dqxl_ioctl.c120 struct qxl_release *release, struct qxl_bo **qbo_p) in qxlhw_handle_to_bo() argument
132 ret = qxl_release_list_add(release, qobj); in qxlhw_handle_to_bo()
153 struct qxl_release *release; in qxl_process_single_command() local
187 &release, in qxl_process_single_command()
193 fb_cmd = qxl_bo_kmap_atomic_page(qdev, cmd_bo, (release->release_offset & PAGE_MASK)); in qxl_process_single_command()
195 (fb_cmd + sizeof(union qxl_release_info) + (release->release_offset & ~PAGE_MASK), in qxl_process_single_command()
233 ret = qxlhw_handle_to_bo(file_priv, reloc.dst_handle, release, in qxl_process_single_command()
240 reloc_info[i].dst_offset = reloc.dst_offset + release->release_offset; in qxl_process_single_command()
246 ret = qxlhw_handle_to_bo(file_priv, reloc.src_handle, release, in qxl_process_single_command()
258 ret = qxl_release_reserve_list(release, false); in qxl_process_single_command()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToReleaseLLVM.rst13 If you're looking for the document on how to test the release candidates and
23 The release manager will determine if and when to make a dot release based
31 The release process is roughly as follows:
34 date. Announce release schedule to the LLVM community and update the website.
36 * Create release branch and begin release process.
38 * Send out release candidate sources for first round of testing. Testing lasts
40 fixed. Patches are merged from mainline into the release branch. Also, all
43 release.
45 * Generate and send out the second release candidate sources. Only *critical*
49 * The release notes are updated.
[all …]
H A DReleaseProcess.rst12 This document contains information about testing the release candidates that
13 will ultimately be the next LLVM release. For more information on how to
14 manage the actual release, please refer to :doc:`HowToReleaseLLVM`.
19 Once the release process starts, the Release Manager will ask for volunteers,
22 * Test and benchmark the previous release
24 * Test and benchmark each release candidate, comparing to the previous release
29 * Make sure the critical bugs get fixed and merged to the next release candidate
33 release.
41 * The stage in the release. Less critical bugs should be considered to be
52 The scripts are in the ``utils/release`` directory.
[all …]
H A DReleaseNotes.rst9 These are in-progress notes for the upcoming LLVM 13 release.
17 This document contains the release notes for the LLVM Compiler Infrastructure,
18 release 13.0.0. Here we describe the status of LLVM, including major improvements
19 from the previous release, improvements in various subprojects of LLVM, and
24 release, please check out the `main LLVM web site <https://llvm.org/>`_. If you
30 LLVM web page, this document applies to the *next* release, not the current
31 one. To see the release notes for a specific release, please see the `releases
34 Non-comprehensive list of changes in this release
87 During this release ...
92 During this release ...
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dexport.sh18 release=""
31 release_no_dot=`echo $release | sed -e 's,\.,,g'`
32 tag="llvmorg-$release"
48 …git archive --prefix=llvm-project-$release$rc.src/ $tag . | xz >$target_dir/llvm-project-$release$…
51 if [ ! -d test-suite-$release$rc.src ]
54 mkdir -p test-suite-$release$rc.src
56 tar -C test-suite-$release$rc.src --strip-components=1 -xzf -
61 -cJf test-suite-$release$rc.src.tar.xz test-suite-$release$rc.src
66 … git archive --prefix=$proj-$release$rc.src/ $tag . | xz >$target_dir/$proj-$release$rc.src.tar.xz
73 -release | --release )
[all …]
H A Dgithub-upload-release.py34 def create_release(repo, release, tag = None, name = None, message = None): argument
36 tag = 'llvmorg-{}'.format(release)
39 name = 'LLVM {}'.format(release)
42 message = 'LLVM {} Release'.format(release)
44 prerelease = True if "rc" in release else False
49 def upload_files(repo, release, files): argument
50 release = repo.get_release('llvmorg-{}'.format(release))
53 release.upload_asset(f)
75 create_release(llvm_repo, args.release)
77 upload_files(llvm_repo, args.release, args.files)
/netbsd-src/external/bsd/am-utils/dist/
H A Dconfig.guess.long32 if test -f /etc/redhat-release ; then
33 long=`getver /etc/redhat-release`
34 if grep 'Red Hat Enterprise Linux' /etc/redhat-release > /dev/null 2>&1 ; then
36 elif grep 'Fedora ' /etc/redhat-release > /dev/null 2>&1 ; then
38 elif grep 'CentOS' /etc/redhat-release > /dev/null 2>&1 ; then
44 elif test -f /etc/SuSE-release ; then
45 long=`getver /etc/SuSE-release`
46 if grep 'Enterprise Server' /etc/SuSE-release > /dev/null 2>&1 ; then
56 elif test -f /etc/gentoo-release ; then
57 long=`getver /etc/gentoo-release`
[all …]
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.versions2 NTP uses A.B.C - style release numbers.
7 B is the major release number.
8 C is the minor release number. Even numbers are 'stable' releases and
11 Following the release number may be the letter 'p' followed by a number.
12 This indicates a point (or patch) release.
14 Release candidates have -RC in the release number.
18 4.2.2 A production release (from the ntp-stable repository)
19 4.2.2p2 A production release (from the ntp-stable repository)
20 4.2.3p12 A development release
21 4.2.3p15-rc1 A release candidate for 4.2.4
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daxm5516-cpus.dtsi77 cpu-release-addr = <0>; // Fixed by the boot loader
85 cpu-release-addr = <0>; // Fixed by the boot loader
93 cpu-release-addr = <0>; // Fixed by the boot loader
101 cpu-release-addr = <0>; // Fixed by the boot loader
109 cpu-release-addr = <0>; // Fixed by the boot loader
117 cpu-release-addr = <0>; // Fixed by the boot loader
125 cpu-release-addr = <0>; // Fixed by the boot loader
133 cpu-release-addr = <0>; // Fixed by the boot loader
141 cpu-release-addr = <0>; // Fixed by the boot loader
149 cpu-release-addr = <0>; // Fixed by the boot loader
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dundo.c103 UNDO_LIST *release; in _rl_free_undo_list() local
107 release = ul; in _rl_free_undo_list()
110 if (release->what == UNDO_DELETE) in _rl_free_undo_list()
111 xfree (release->text); in _rl_free_undo_list()
113 xfree (release); in _rl_free_undo_list()
121 UNDO_LIST *release, *orig_list; in rl_free_undo_list() local
171 UNDO_LIST *release, *search; in rl_do_undo() local
228 release = rl_undo_list; in rl_do_undo()
230 release->next = 0; /* XXX */ in rl_do_undo()
235 if (cur && cur->data && (UNDO_LIST *)cur->data == release) in rl_do_undo()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A D10-main.conf179 release => "-O3"),
196 release => "-O3"),
229 release => "-O3 -fomit-frame-pointer")),
250 release => "-O3")),
278 release => "-xO5 -xdepend -xbuiltin")),
298 release => "-O3")),
331 release => "-xO5 -xdepend")),
376 release => "-O3"),
387 release => "-O2"),
398 release => "-O3"),
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DREADME-how-to-make-a-release3 This is a collection of notes on how to perform a binutils release. A
18 Note - when performing a release it is helpful to edit this document
20 the release that follows.
23 How to perform a release.
26 1. Choose dates for the branch and release. Weekends are better
28 between creating the branch and creating the release.
31 branch and release.
38 How to create the release branch.
46 3. When branch day arrives add markers for the upcoming release to
48 in the gold directory - it has its own release numbering.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dutsname.d29 char[utsNameLength] release = 0; in version()
48 char[utsNameLength] release = 0; in version()
66 char[SYS_NMLN] release = 0; in version()
84 char[utsNameLength] release = 0; in version()
101 char[utsNameLength] release = 0; in version()
116 char[utsNameLength] release = 0; in version()
133 char[SYS_NMLN] release = 0; in version()
149 char[SYS_NMLN] release = 0; in version()
166 char[SYS_NMLN] release = 0; in version()
182 char[utsNameLength] release = 0; in version()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DREADME-how-to-make-a-release3 This is a collection of notes on how to perform a binutils release. A
19 How to perform a release.
33 3. When branch day arrives add markers for the upcoming release to
35 in the gold directory - it has its own release numbering.
45 4. Create the release branch using:
86 of the next release. Note if the release is going to be 2.39 then
89 2.39.50 - ie half way to the next release after 2.39.
107 9. Create an initial pre-release:
110 src-release script to rebuild them.
117 ./src-release.sh -x binutils
[all …]
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dkref.h79 kref_sub(struct kref *kref, unsigned int count, void (*release)(struct kref *)) in kref_sub()
94 (*release)(kref); in kref_sub()
102 kref_put_lock(struct kref *kref, void (*release)(struct kref *), in kref_put_lock()
116 (*release)(kref); in kref_put_lock()
129 kref_put(struct kref *kref, void (*release)(struct kref *)) in kref_put()
132 return kref_sub(kref, 1, release); in kref_put()
136 kref_put_mutex(struct kref *kref, void (*release)(struct kref *), in kref_put_mutex()
150 (*release)(kref); in kref_put_mutex()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc47 vector.release(&cache, &chunked); in TEST()
69 vector.release(&cache, &sync); in TEST()
85 vector1.release(&cache, &chunked); in TEST()
118 vector.release(&cache, &chunked); in TEST()
146 vector1.release(&cache, &chunked); in TEST()
148 vector2.release(&cache, &chunked); in TEST()
154 vector2.release(&cache, &chunked); in TEST()
156 vector1.release(&cache, &chunked); in TEST()
162 vector1.release(&cache, &chunked); in TEST()
169 vector2.release(&cache, &chunked); in TEST()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dauto_ptr.h118 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY()
131 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY()
144 reset(__a.release()); in _GLIBCXX_VISIBILITY()
162 reset(__a.release()); in _GLIBCXX_VISIBILITY()
231 release() throw() in _GLIBCXX_VISIBILITY()
286 { return auto_ptr_ref<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY()
290 { return auto_ptr<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY()
308 { __r.release(); } in _GLIBCXX_VISIBILITY()
333 : _M_t(__u.release(), deleter_type()) { } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dauto_ptr.h114 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY()
127 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in _GLIBCXX_VISIBILITY()
140 reset(__a.release()); in _GLIBCXX_VISIBILITY()
158 reset(__a.release()); in _GLIBCXX_VISIBILITY()
227 release() throw() in _GLIBCXX_VISIBILITY()
282 { return auto_ptr_ref<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY()
286 { return auto_ptr<_Tp1>(this->release()); } in _GLIBCXX_VISIBILITY()
304 { __r.release(); } in _GLIBCXX_VISIBILITY()
329 : _M_t(__u.release(), deleter_type()) { } in _GLIBCXX_VISIBILITY()
/netbsd-src/share/misc/
H A Dbsd-family-tree558 alpha release, 100 sites, networking [44B]
559 4.1bBSD internal release, fast filesystem [44B]
561 beta release, IPC [44B]
585 injunction denied; first official release
591 supersedes 1.0 13 days after release.
597 supersedes 1.1.5 5 days after release.
613 FreeBSD 2.1.6.1 1996-11-25 [FBD] (sendmail security release)
620 NetBSD 1.2.1 1997-05-20 [NBD] (patch release)
626 NetBSD 1.3.1 1998-03-09 [NBD] (patch release)
629 NetBSD 1.3.2 1998-05-29 [NBD] (patch release)
[all...]
/netbsd-src/external/bsd/nvi/dist/dist/
H A Dltconfig1172 *** binutils to release 2.9.1 or newer. Another option is to modify
1718 library_names_spec='${libname}${release}.so$versuffix $libname.a'
1722 soname_spec='${libname}${release}.so$major'
1732 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.a'
1772 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
1774 … library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
1798 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
1804 library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
1814 library_names_spec='${libname}${release}.so$versuffix ${libname}.so'
1827 library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dauto_ptr.h39 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr()
41 : __ptr_(__p.release()) {} in auto_ptr()
43 {reset(__p.release()); return *this;}
45 {reset(__p.release()); return *this;}
54 _LIBCPP_INLINE_VISIBILITY _Tp* release() _NOEXCEPT in release() function
69 {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;}
71 {return auto_ptr<_Up>(release());}

12345678910>>...99