Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 85) sorted by relevance

1234

/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES61 antirez in commit f63c5c7b:
65 antirez in commit 668661da:
73 antirez in commit 7ac7ffd5:
77 antirez in commit cc101721:
105 antirez in commit ded1980e:
197 唐权 in commit d3c17c9d:
227 abhay in commit 9ea8ec42:
428 artix in commit 44c5bce0:
515 hdmg in commit c55254a5:
592 yura in commit ef3ff402:
[all …]
/f-stack/dpdk/devtools/
H A Dcheck-git-log.sh14 Check commit log formatting.
75 bad=$(for commit in $commits ; do
76 headline=$(git log --format='%s' -1 $commit)
77 files=$(git diff-tree --no-commit-id --name-only -r $commit)
138 bad=$(for commit in $commits ; do
153 bad=$(for commit in $commits; do
154 body=$(git log --format='%b' -1 $commit)
157 git log --format='\t%s' -1 $commit
163 bad=$(for commit in $commits; do
164 body=$(git log --format='%b' -1 $commit)
[all …]
H A Dcheckpatches.sh247 --no-stat --stdout -1 $commit > "$tmpinput"
324 for commit in $commits ; do
325 subject=$(git log --format='%s' -1 $commit)
326 check '' $commit "$subject"
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c60 *commit = true; in os_pages_map()
77 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in os_pages_map()
100 bool *commit) { in os_pages_trim() argument
106 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim()
155 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow() argument
170 ret = os_pages_trim(pages, alloc_size, leadsize, size, commit); in pages_map_slow()
197 void *ret = os_pages_map(addr, size, os_page, commit); in pages_map()
204 return pages_map_slow(size, alignment, commit); in pages_map()
220 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl() argument
229 return (commit ? (addr != VirtualAlloc(addr, size, MEM_COMMIT, in pages_commit_impl()
[all …]
H A Dextent_mmap.c23 bool *commit) { in extent_alloc_mmap() argument
25 PAGE), commit); in extent_alloc_mmap()
30 if (*commit) { in extent_alloc_mmap()
H A Dextent_dss.c111 size_t alignment, bool *zero, bool *commit) { in extent_alloc_dss() argument
192 if (!*commit) { in extent_alloc_dss()
193 *commit = pages_decommit(ret, size); in extent_alloc_dss()
195 if (*zero && *commit) { in extent_alloc_dss()
H A Dextent.c112 bool *zero, bool *commit, bool growing_retained);
1088 if (*commit && !extent_committed_get(extent)) { in extent_recycle()
1099 *commit = true; in extent_recycle()
1148 commit)) != NULL) { in extent_alloc_core()
1159 commit)) != NULL) { in extent_alloc_core()
1194 alignment, zero, commit); in extent_alloc_default()
1292 *commit = true; in extent_grow_retained()
1337 if (*commit && !extent_committed_get(extent)) { in extent_grow_retained()
1400 szind, zero, commit, true); in extent_alloc_retained()
1408 pad, alignment, slab, szind, zero, commit); in extent_alloc_retained()
[all …]
H A Dlarge.c152 bool commit = true; in large_ralloc_no_move_expand() local
157 CACHELINE, false, NSIZES, &is_zeroed_trail, &commit)) != NULL in large_ralloc_no_move_expand()
160 CACHELINE, false, NSIZES, &is_zeroed_trail, &commit)) != NULL) { in large_ralloc_no_move_expand()
167 NSIZES, &is_zeroed_trail, &commit)) == NULL) { in large_ralloc_no_move_expand()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dpages.c5 bool commit; in TEST_BEGIN() local
9 commit = true; in TEST_BEGIN()
10 pages = pages_map(NULL, alloc_size, PAGE, &commit); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dextent_hooks.h7 size_t size, size_t alignment, bool *zero, bool *commit,
82 size_t alignment, bool *zero, bool *commit, unsigned arena_ind) { in extent_alloc_hook() argument
87 new_addr, size, alignment, *zero ? "true" : "false", *commit ? in extent_alloc_hook()
98 zero, commit, 0); in extent_alloc_hook()
152 assert_ptr_eq(extent_hooks->commit, extent_commit_hook, in extent_commit_hook()
158 err = default_hooks->commit(default_hooks, addr, size, offset, length, in extent_commit_hook()
/f-stack/freebsd/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-pci_aer.diff2 renamed with the following commit:
4 git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=894020fdd88c1e9a74c60b67c0f19f1…
H A D0001-timespec.diff5 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af…
6 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=412c53a680a97cb1ae2c0ab60230e…
H A D0001-cryptohash.diff2 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=228c4f265c6eb60eaa4ed0e…
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md29 * [Commit Message Formats](#commit-message-formats)
133 * Make sure your commit messages are in the correct format. See the
212 first line in the commit message.
220 An example commit message for new changes is provided below.
236 the commit message should meet the following guidelines:
239 each CID fixed by the commit.
244 An example Coverity defect fix commit message is provided below.
268 Git can append the `Signed-off-by` line to your commit messages. Simply
269 provide the `-s` or `--signoff` option when performing a `git commit`.
270 For more information about writing commit messages, visit [How to Write
[all …]
/f-stack/tools/libxo/
H A DMakefile.am63 && git commit -m 'new docs' \
75 && git commit -m 'new xohtml files' \
115 && git commit -m 'new packaging data' \
/f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/
H A Dextent.c167 assert_ptr_ne(old_hooks->commit, extent_commit_hook, in test_manual_hook_body()
194 assert_ptr_eq(old_hooks->commit, default_hooks->commit, in test_manual_hook_body()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h.in6 * size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
71 extent_commit_t *commit; member
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dextent_mmap.h7 bool *zero, bool *commit);
H A Dextent_externs.h37 bool *zero, bool *commit);
47 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit);
H A Dextent_dss.h21 size_t size, size_t alignment, bool *zero, bool *commit);
H A Dpages.h75 void *pages_map(void *addr, size_t size, size_t alignment, bool *commit);
/f-stack/app/redis-5.0.5/utils/releasetools/
H A D04_release_hash.sh8 (cd ~/hack/redis-hashes; git commit -a -m "${1} hash."; git push)
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst177 Once the changes have been made you should commit them to your local repo.
228 Here are some guidelines for the body of a commit message:
237 git commit --signoff # or -s
252 * The text of the commit message should be wrapped at 72 characters.
254 * When fixing a regression, it is required to reference the id of the commit
255 which introduced the bug, and put the original author of that commit on CC.
257 the commit SHA and the author of the original code::
276 In addition to the ``Signed-off-by:`` name the commit messages can also have
288 in the body of the commit message. For example::
307 a Bugzilla issue ID in the body of the commit message.
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-commit-metadata.m44 dnl # filesystem to determine the most efficient way to commit the inode.
/f-stack/freebsd/contrib/ngatm/
H A DFREEBSD-upgrade24 7. If neccessary commit the re-generated files

1234