Home
last modified time | relevance | path

Searched refs:committer (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/libfdt/
H A DREADME8 committer David Gibson <dgibson@sneetch.(none)>
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-target.c470 struct batcher committer; member
1353 continue_after_commit(&cache->committer, &mg->k); in mg_update_metadata()
1354 schedule_commit(&cache->committer); in mg_update_metadata()
1575 continue_after_commit(&cache->committer, &mg->k); in invalidate_remove()
1578 schedule_commit(&cache->committer); in invalidate_remove()
1776 issue_after_commit(&cache->committer, bio); in map_bio()
1836 issue_after_commit(&cache->committer, bio); in process_flush_bio()
1889 schedule_commit(&cache->committer); in process_deferred_bios()
1921 schedule_commit(&cache->committer); in do_waker()
2604 batcher_init(&cache->committer, commit_op, cache, in cache_create()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcombo-layer329 committer = runcmd('git var GIT_AUTHOR_IDENT').strip()
331 author = re.sub('.* (\d+ [+-]\d+)', r'unknown <unknown> \1', committer)
356 ''' % (tree, author, committer, name, name, since_rev))
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dreproducible-builds.rst47 building from a git commit, you could use its committer address.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch393 re_author_committer_start = re.compile(r'^(author|committer)')