| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs_nfs.c | 65 if (list_empty(&bucket->committing) && list_empty(&bucket->written)) { in pnfs_free_bucket_lseg() 111 INIT_LIST_HEAD(&b->committing); in pnfs_alloc_commit_array() 246 struct list_head *dst = &bucket->committing; in pnfs_bucket_scan_ds_commit_list() 369 list_for_each_entry(req, &b->committing, wb_list) { in pnfs_bucket_search_commit_reqs() 409 list_for_each(pos, &bucket->committing) in pnfs_bucket_get_committing() 411 list_splice_init(&bucket->committing, head); in pnfs_bucket_get_committing() 440 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit() 462 if (list_empty(&bucket->committing)) in pnfs_bucket_alloc_ds_commits() 465 if (!list_empty(&bucket->committing)) { in pnfs_bucket_alloc_ds_commits()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log_cil.c | 602 list_del(&ctx->committing); in xlog_cil_committed() 723 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push_work() 755 INIT_LIST_HEAD(&new_ctx->committing); in xlog_cil_push_work() 824 list_for_each_entry(new_ctx, &cil->xc_committing, committing) { in xlog_cil_push_work() 1111 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_seq() 1226 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_init()
|
| H A D | xfs_log_priv.h | 242 struct list_head committing; /* ctx committing list */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 954 static unsigned pressed, committing; in k_brl() local 974 committing = pressed; in k_brl() 976 if (!committing || in k_brl() 979 committing = pressed; in k_brl() 983 if (!pressed && committing) { in k_brl() 984 k_brlcommit(vc, committing, 0); in k_brl() 985 committing = 0; in k_brl() 988 if (committing) { in k_brl() 989 k_brlcommit(vc, committing, 0); in k_brl() 990 committing = 0; in k_brl()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0059-HACK-compositor-Re-build-view-list-when-committing-a.patch | 4 Subject: [PATCH 59/93] HACK: compositor: Re-build view list when committing an
|
| H A D | 0009-compositor-Force-applying-subsurface-position-direct.patch | 7 committing it's parent, which might not always happen.
|
| H A D | 0079-desktop-shell-Fix-crash-when-hotplugging-screens.patch | 7 2/ Panel's output might not be available when committing.
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0059-HACK-compositor-Re-build-view-list-when-committing-a.patch | 4 Subject: [PATCH 59/79] HACK: compositor: Re-build view list when committing an
|
| H A D | 0009-compositor-Force-applying-subsurface-position-direct.patch | 7 committing it's parent, which might not always happen.
|
| H A D | 0078-desktop-shell-Fix-crash-when-hotplugging-screens.patch | 7 2/ Panel's output might not be available when committing.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0055-HACK-compositor-Re-build-view-list-when-committing-a.patch | 4 Subject: [PATCH 55/79] HACK: compositor: Re-build view list when committing an
|
| H A D | 0008-compositor-Force-applying-subsurface-position-direct.patch | 7 committing it's parent, which might not always happen.
|
| H A D | 0079-desktop-shell-Fix-crash-when-hotplugging-screens.patch | 7 2/ Panel's output might not be available when committing.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-ina2xx-adc | 7 Ready Flag to being set prior to committing a new value to the sample
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ring_buffer.c | 517 local_t committing; member 2687 local_inc(&cpu_buffer->committing); in rb_move_tail() 2961 local_inc(&cpu_buffer->committing); in rb_start_commit() 3021 !local_read(&cpu_buffer->committing))) in rb_end_commit() 3028 if (local_read(&cpu_buffer->committing) == 1) in rb_end_commit() 3031 local_dec(&cpu_buffer->committing); in rb_end_commit() 3042 !local_read(&cpu_buffer->committing)) { in rb_end_commit() 3043 local_inc(&cpu_buffer->committing); in rb_end_commit() 3452 local_dec(&cpu_buffer->committing); in rb_reserve_next_event() 3632 RB_WARN_ON(buffer, !local_read(&cpu_buffer->committing)); in ring_buffer_discard_commit() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | saa7134.rst | 71 This is done by committing a patch at a clone of the git tree and
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | allocators.rst | 27 the dirty buffers are being written out to disk. By not committing to a
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/ |
| H A D | 0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch | 16 solution is probably to update the system UAPI headers but I am committing
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | xfs-delayed-logging-design.rst | 453 that are currently committing to the log. When we flush a checkpoint, the 454 context gets added to a "committing" list which can be searched. When a 455 checkpoint commit completes, it is removed from the committing list. Because 468 need to check that all the prior contexts in the committing list are also 675 before writing the commit record. This loop walks the list of committing 686 the committing list (i.e. they've completed). A simple wait variable and 794 committing of the log items to the log itself and the completion processing.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/ostree/ |
| H A D | ostree_2021.6.bb | 3 tools that combines a \"git-like\" model for committing and downloading \
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | qgroup.c | 2817 bool committing = false; in btrfs_qgroup_inherit() local 2840 committing = true; in btrfs_qgroup_inherit() 2843 if (!committing) in btrfs_qgroup_inherit() 3014 if (!committing) in btrfs_qgroup_inherit()
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | understand-autobuilder.rst | 282 ``pre-commit-hook.sh`` script to verify the JSON file before committing
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-4.0.rst | 65 changes and you need to review them before committing. An example warning
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-clone.rst | 308 need to be so strict and can rely on committing metadata every time a FLUSH
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | drm-kms.rst | 277 structure, ordering of committing state changes to hardware is sequenced using
|