Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c399 static void rcar_du_atomic_complete(struct rcar_du_commit *commit) in rcar_du_atomic_complete() argument
401 struct drm_device *dev = commit->dev; in rcar_du_atomic_complete()
403 struct drm_atomic_state *old_state = commit->state; in rcar_du_atomic_complete()
417 spin_lock(&rcdu->commit.wait.lock); in rcar_du_atomic_complete()
418 rcdu->commit.pending &= ~commit->crtcs; in rcar_du_atomic_complete()
419 wake_up_all_locked(&rcdu->commit.wait); in rcar_du_atomic_complete()
420 spin_unlock(&rcdu->commit.wait.lock); in rcar_du_atomic_complete()
422 kfree(commit); in rcar_du_atomic_complete()
427 struct rcar_du_commit *commit = in rcar_du_atomic_work() local
430 rcar_du_atomic_complete(commit); in rcar_du_atomic_work()
[all …]
Drcar_du_drv.h92 } commit; member
Drcar_du_drv.c167 init_waitqueue_head(&rcdu->commit.wait); in rcar_du_load()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c36 private->commit.state = state; in sti_drm_atomic_schedule()
37 schedule_work(&private->commit.work); in sti_drm_atomic_schedule()
74 struct sti_drm_private, commit.work); in sti_drm_atomic_work()
76 sti_drm_atomic_complete(private, private->commit.state); in sti_drm_atomic_work()
90 mutex_lock(&private->commit.lock); in sti_drm_atomic_commit()
91 flush_work(&private->commit.work); in sti_drm_atomic_commit()
106 mutex_unlock(&private->commit.lock); in sti_drm_atomic_commit()
145 mutex_init(&private->commit.lock); in sti_drm_load()
146 INIT_WORK(&private->commit.work, sti_drm_atomic_work); in sti_drm_load()
Dsti_drm_drv.h32 } commit; member
Dsti_layer.c156 if (!layer->ops->commit) in sti_layer_commit()
159 return layer->ops->commit(layer); in sti_layer_commit()
Dsti_layer.h63 int (*commit)(struct sti_layer *layer); member
Dsti_tvout.c492 .commit = sti_dvo_encoder_commit,
545 .commit = sti_hda_encoder_commit,
594 .commit = sti_hdmi_encoder_commit,
Dsti_vid.c121 .commit = sti_vid_commit_layer,
Dsti_cursor.c213 .commit = sti_cursor_commit_layer,
Dsti_drm_crtc.c188 .commit = sti_drm_crtc_commit,
Dsti_gdp.c566 .commit = sti_gdp_commit_layer,
Dsti_hqvdp.c807 .commit = sti_hqvdp_commit_layer,
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt172 It is possible that the page swapped is the commit page and the tail page,
176 reader page commit page tail page
207 commit page - the page that last finished a write.
209 The commit page only is updated by the outermost writer in the
211 commit page.
227 +---------+ <--- given back to writer (current commit)
233 Write commit:
240 +---------+ <--- next position for write (current commit)
250 +---------+ <-- current commit
262 +---------+ <--(last full commit)
[all …]
Dftrace.txt467 commit overrun: Should always be zero.
/linux-4.1.27/scripts/
Dcheckkconfigsymbols.py67 if opts.commit and opts.diff:
74 if opts.commit or opts.diff:
90 if opts.commit or opts.diff:
96 if opts.commit:
97 commit_a = opts.commit + "~"
98 commit_b = opts.commit
Dget_maintainer.pl1420 foreach my $commit (@commits) {
1421 $commit =~ s/^\^//g;
1809 my $commit = "";
1813 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1828 if (@{$ref}[0] eq $commit &&
1837 [ ($commit, $subject, $type) ]);
1982 my $commit = join(" -r ", @commits);
1994 foreach my $commit (@commits) {
2023 my $commit = join(" -r ", @commits);
2054 foreach my $commit (@commits) {
[all …]
Dspelling.txt220 comit||commit
226 committ||commit
Dcheckpatch.pl680 my ($commit, $id, $desc) = @_;
684 my $output = `git log --no-color --format='%H %s' -1 $commit 2>&1`;
690 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
700 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w…
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt48 This relogging is also used to implement long-running, multiple-commit
68 asynchronous. That is, they don't commit to disk until either a log buffer is
170 the delayed logging tracking lock to commit the transaction. However, the
180 transaction commit while the item is locked in the transaction. Instead of
188 rewriting can all be done while the object is locked during transaction commit,
272 in transaction commit order, so when an object is relogged it is removed from
306 formatted log items and a commit record at the tail. From a recovery
317 the transaction commit record, but tracking this requires us to have a
332 workloads, just like the existing transaction commit code does. This, however,
333 requires that we strictly order the commit records in the log so that
[all …]
Dbtrfs.txt75 commit=<seconds>
76 Set the interval of periodic commit, 30 seconds by default. Higher
123 prior transaction to commit as part of the current commit. This makes
Dext4.txt173 commit=nrsec (*) Ext4 can be told to sync all its data and metadata
280 force a commit and then a wait for the I/O
289 the "commit time". If the time that the
291 commit time, ext4 will try sleeping for the
292 commit time to see if other operations will join
293 the transaction. The commit time is capped by
298 min_batch_time=usec This parameter sets the commit time (as
308 commit operation. This defaults to 3, which is
321 journal commit, in the default data=ordered
Dsysfs-tagging.txt5 commit msg)
Docfs2.txt67 commit=nrsec (*) Ocfs2 can be told to sync all its data and metadata
Dext3.txt51 commit=nrsec (*) Ext3 can be told to sync all its data and metadata
Dlogfs.txt46 for the most recent commit entry, which contains a list of pointers to
Dsharedsubtree.txt900 2. commit phases.
917 source tree. Go to the commit phase
/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c15 local_t commit; member
102 unsigned long commit; in read_page() local
117 commit = local_read(&rpage->commit) & 0xfffff; in read_page()
118 for (i = 0; i < commit && !kill_test; i += inc) { in read_page()
Dring_buffer.c337 local_t commit; /* write committed index */ member
375 local_set(&bpage->commit, 0); in rb_init_page()
386 return local_read(&((struct buffer_data_page *)page)->commit) in ring_buffer_page_len()
426 (unsigned int)offsetof(typeof(field), commit), in ring_buffer_print_page_header()
427 (unsigned int)sizeof(field.commit), in ring_buffer_print_page_header()
432 (unsigned int)offsetof(typeof(field), commit), in ring_buffer_print_page_header()
1086 local_set(&next_page->page->commit, 0); in rb_tail_page_update()
1891 return local_read(&bpage->page->commit); in rb_page_commit()
1950 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write()
1961 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write()
[all …]
/linux-4.1.27/drivers/tty/
Dtty_buffer.c69 restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive()
102 p->commit = 0; in tty_buffer_reset()
226 buf->head->read = buf->head->commit; in tty_buffer_flush()
267 b->commit = b->used; in __tty_buffer_request_room()
371 buf->tail->commit = buf->tail->used; in tty_schedule_flip()
471 count = head->commit - head->read; in flush_to_ldisc()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_encoder.c92 if (display->ops->commit) in exynos_drm_encoder_commit()
93 display->ops->commit(display); in exynos_drm_encoder_commit()
115 .commit = exynos_drm_encoder_commit,
Dexynos_drm_drv.h136 void (*commit)(struct exynos_drm_display *display); member
182 void (*commit)(struct exynos_drm_crtc *crtc); member
Dexynos_drm_crtc.c66 if (exynos_crtc->ops->commit) in exynos_drm_crtc_commit()
67 exynos_crtc->ops->commit(exynos_crtc); in exynos_drm_crtc_commit()
153 .commit = exynos_drm_crtc_commit,
Dexynos7_drm_decon.c716 .commit = decon_commit,
Dexynos_drm_fimd.c969 .commit = fimd_commit,
Dexynos_dp_core.c1140 .commit = exynos_dp_commit,
Dexynos_hdmi.c2142 .commit = hdmi_commit,
/linux-4.1.27/Documentation/vm/
Dovercommit-accounting15 2 - Don't overcommit. The total address space commit
68 o We account mprotect changes in commit
72 o We report the commit status in /proc
/linux-4.1.27/drivers/md/persistent-data/
Ddm-space-map.h47 int (*commit)(struct dm_space_map *sm); member
117 return sm->commit(sm); in dm_sm_commit()
Ddm-space-map-common.c522 r = ll->commit(ll); in sm_ll_commit()
609 ll->commit = metadata_ll_commit; in sm_ll_new_metadata()
645 ll->commit = metadata_ll_commit; in sm_ll_open_metadata()
705 ll->commit = disk_ll_commit; in sm_ll_new_disk()
741 ll->commit = disk_ll_commit; in sm_ll_open_disk()
Ddm-space-map-common.h80 commit_fn commit; member
Ddm-space-map-metadata.c548 .commit = sm_metadata_commit,
675 .commit = sm_bootstrap_commit,
Ddm-space-map-disk.c235 .commit = sm_disk_commit,
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c33 tegra->commit.state = state; in tegra_atomic_schedule()
34 schedule_work(&tegra->commit.work); in tegra_atomic_schedule()
71 commit.work); in tegra_atomic_work()
73 tegra_atomic_complete(tegra, tegra->commit.state); in tegra_atomic_work()
87 mutex_lock(&tegra->commit.lock); in tegra_atomic_commit()
88 flush_work(&tegra->commit.work); in tegra_atomic_commit()
103 mutex_unlock(&tegra->commit.lock); in tegra_atomic_commit()
140 mutex_init(&tegra->commit.lock); in tegra_drm_load()
141 INIT_WORK(&tegra->commit.work, tegra_atomic_work); in tegra_drm_load()
Ddrm.h58 } commit; member
Drgb.c236 .commit = tegra_rgb_encoder_commit,
Ddsi.c961 .commit = tegra_dsi_encoder_commit,
Dhdmi.c1080 .commit = tegra_hdmi_encoder_commit,
Dsor.c1460 .commit = tegra_sor_encoder_commit,
Ddc.c1308 .commit = tegra_crtc_commit,
/linux-4.1.27/firmware/
DREADME.AddingFirmware27 Your commit should include an update to the WHENCE file clearly
33 Ideally, your commit should contain a Signed-Off-By: from someone
/linux-4.1.27/fs/jbd/
DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux-4.1.27/fs/jbd2/
DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux-4.1.27/include/drm/
Ddrm_crtc_helper.h82 void (*commit)(struct drm_crtc *crtc); member
148 void (*commit)(struct drm_encoder *encoder); member
/linux-4.1.27/scripts/dtc/
Dupdate-dtc-source.sh54 git commit -e -v -m "scripts/dtc: Update to upstream version [CHANGEME]"
/linux-4.1.27/fs/ubifs/
DMakefile4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt129 to simply clone the repo, and then git grep the mainline commit ID, e.g.
143 the upstream commit ID and why you think it should be a stable candidate.
153 to request a commit be added the day after it appears should be avoided.
160 stable, then ensure you write a decent commit log that describes who
162 bug was introduced. If you do that properly, then the commit will
167 stable that does _not_ belong in the commit log, then use the three
215 doing so. If your change is a bug-fix, make sure your commit log
Dnetlink_mmap.txt204 See commit 4682a0358639b29cf ("netlink: Always copy on mmap TX.").
DLICENSE.qlge26 Foundation's software and to any other program whose authors commit to
DLICENSE.qlcnic26 Foundation's software and to any other program whose authors commit to
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_encoder.c60 .commit = udl_encoder_commit,
Dudl_modeset.c408 .commit = udl_crtc_commit,
/linux-4.1.27/drivers/gpu/drm/i915/
Ddvo.h87 void (*commit)(struct intel_dvo_device *dvo); member
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt96 is not done anymore. Combined with a higher commit value (also 10 minutes) for
155 with appropriate commit interval options. When this option is set to 0, this
252 # Shall we remount journaled fs. with appropriate commit interval? (1=yes)
360 # Shall we remount journaled fs. with appropriate commit interval? (1=yes)
496 # Find out the state of a numbered option (e.g. "commit=NNN") in
504 # parse_mount_opts_wfstab /dev/hda1 commit defaults,commit=7
506 # If fstab contains, say, "commit=3,rw" for this filesystem, then the
507 # result will be "rw,commit=3".
514 # Watch for a default commit in fstab
600 PARSEDOPTS="$(parse_mount_opts commit "$OPTS")"
[all …]
/linux-4.1.27/fs/reiserfs/
Djournal.c1995 struct reiserfs_journal_commit *commit) in journal_compare_desc_commit() argument
1997 if (get_commit_trans_id(commit) != get_desc_trans_id(desc) || in journal_compare_desc_commit()
1998 get_commit_trans_len(commit) != get_desc_trans_len(desc) || in journal_compare_desc_commit()
1999 get_commit_trans_len(commit) > SB_JOURNAL(sb)->j_trans_max || in journal_compare_desc_commit()
2000 get_commit_trans_len(commit) <= 0) { in journal_compare_desc_commit()
2018 struct reiserfs_journal_commit *commit; in journal_transaction_is_valid() local
2068 commit = (struct reiserfs_journal_commit *)c_bh->b_data; in journal_transaction_is_valid()
2069 if (journal_compare_desc_commit(sb, desc, commit)) { in journal_transaction_is_valid()
2075 get_commit_trans_id(commit), in journal_transaction_is_valid()
2076 get_commit_trans_len(commit)); in journal_transaction_is_valid()
[all …]
/linux-4.1.27/Documentation/
Dstable_kernel_rules.txt51 stable@vger.kernel.org containing the subject of the patch, the commit ID,
58 stable@vger.kernel.org. You must note the upstream commit ID in the
82 git cherry-pick <this commit>
90 git cherry-pick <this commit>
DSubmittingPatches140 system, git, as a "commit log". See #15, below.
171 If you want to refer to a specific commit, don't just refer to the
172 SHA-1 ID of the commit. Please also include the oneline summary of
173 the commit, to make it easier for reviewers to know what it is about.
187 If your patch fixes a bug in a specific commit, e.g. you found an issue using
480 to insert an indication of the origin of a patch at the top of the commit
488 commit 1c40279960bcd7d52dbdf1d466b20d24b99176c8 upstream.
496 [backport of 2.6 commit b7acbdfbd1f277c1eb23f344f899cfa4cd0bf36a]
591 A Fixes: tag indicates that the patch fixes an issue in a previous commit. It
691 especially useful for people who might be searching the commit logs
[all …]
Dcoccinelle.txt85 For each semantic patch, a commit message is proposed. It gives a
136 about semantic patches displayed, and no commit message proposed.
Dmd-cluster.txt21 - commit the write to all mirrors
Dvgaarbiter.txt189 [0] http://cgit.freedesktop.org/xorg/xserver/commit/?id=4b42448a2388d40f257774fbffdccaea87bd0347
Dkernel-per-CPU-kthreads.txt194 commit prevents OS jitter due to vmstat_update() on
Dmemory-barriers.txt2786 <B:modify p=&v> <D:commit p=&v>
2791 <C:commit v=2>
2799 barrier between the loads. This will force the cache to commit its coherency
2811 <B:modify p=&v> <D:commit p=&v>
2815 <C:commit v=2>
/linux-4.1.27/include/linux/netfilter/
Dnfnetlink.h29 int (*commit)(struct sk_buff *skb); member
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_kms.c142 .commit = bochs_crtc_commit,
185 .commit = bochs_encoder_commit,
/linux-4.1.27/drivers/gpu/drm/gma500/
Dmdfld_tpo_vid.c111 .commit = mdfld_dsi_dpi_commit,
Dmdfld_tmd_vid.c186 .commit = mdfld_dsi_dpi_commit,
Dcdv_intel_crt.c222 .commit = gma_encoder_commit,
Dcdv_intel_hdmi.c261 .commit = gma_encoder_commit,
Doaktrail_lvds.c218 .commit = oaktrail_lvds_commit,
Dpsb_intel_display.c437 .commit = gma_crtc_commit,
Dcdv_intel_lvds.c521 .commit = cdv_intel_lvds_commit,
Doaktrail_crtc.c664 .commit = gma_crtc_commit,
Dtc35876x-dsi-lvds.c784 .commit = mdfld_dsi_dpi_commit,
Dpsb_intel_lvds.c644 .commit = psb_intel_lvds_commit,
Doaktrail_hdmi.c607 .commit = gma_encoder_commit,
Dmdfld_intel_display.c1033 .commit = gma_crtc_commit,
Dcdv_intel_display.c981 .commit = gma_crtc_commit,
Dcdv_intel_dp.c1926 .commit = cdv_intel_dp_commit,
Dpsb_intel_sdvo.c1835 .commit = gma_encoder_commit,
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_slave.c61 .commit = drm_i2c_encoder_commit,
Darmada_crtc.c673 .commit = armada_drm_crtc_commit,
/linux-4.1.27/Documentation/cpu-freq/
Dindex.txt36 There is a CPU frequency changing CVS commit and general list where
/linux-4.1.27/arch/arm/mach-omap2/
Dsram243x.S68 str r10, [r11] @ commit to DLLA_CTRL
193 str r1, [r2] @ commit to SDRC_DLLB_CTRL
306 str r10, [r11] @ commit to DLLA_CTRL
Dsram242x.S68 str r10, [r11] @ commit to DLLA_CTRL
193 str r1, [r2] @ commit to SDRC_DLLB_CTRL
306 str r10, [r11] @ commit to DLLA_CTRL
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_encoder.c134 .commit = omap_encoder_commit,
Domap_crtc.c671 .commit = omap_crtc_commit,
/linux-4.1.27/Documentation/video4linux/
Domap4_camera.txt45 Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
/linux-4.1.27/fs/jfs/
Djfs_txnmgr.h273 struct commit { struct
Djfs_txnmgr.c165 struct tlock * tlck, struct commit * cd);
176 struct commit * cd);
1141 struct commit cd; in txCommit()
1381 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1439 struct tlock * tlck, struct commit * cd) in diLog()
Djfs_logmgr.c206 uint commit; /* # of commit */ member
517 INCREMENT(lmStat.commit); /* # of commit */ in lmWriteRecord()
2513 lmStat.commit, in jfs_lmstats_proc_show()
/linux-4.1.27/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c133 .commit = dw_hdmi_imx_encoder_commit,
Dparallel-display.c166 .commit = imx_pd_encoder_commit,
Dipuv3-crtc.c277 .commit = ipu_crtc_commit,
Dimx-tve.c385 .commit = imx_tve_encoder_commit,
Dimx-ldb.c381 .commit = imx_ldb_encoder_commit,
/linux-4.1.27/Documentation/ja_JP/
DSubmittingPatches375 commit 4cf1043593db6a337f10e006c23c69e5fc93e722 upstream
383 [backport of 2.6 commit b7acbdfbd1f277c1eb23f344f899cfa4cd0bf36a]
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_mode.c379 .commit = cirrus_crtc_commit,
472 .commit = cirrus_encoder_commit,
/linux-4.1.27/drivers/usb/host/
Dpci-quirks.c189 goto commit; in usb_amd_find_chipset_info()
203 goto commit; in usb_amd_find_chipset_info()
224 commit: in usb_amd_find_chipset_info()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c225 .commit = dw_hdmi_rockchip_encoder_commit,
Drockchip_drm_vop.c980 .commit = vop_crtc_commit,
/linux-4.1.27/net/netfilter/
Dnfnetlink.c311 if (!ss->commit || !ss->abort) { in nfnetlink_rcv_batch()
423 ss->commit(oskb); in nfnetlink_rcv_batch()
Dnf_tables_api.c4049 .commit = nf_tables_commit,
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c506 .commit = nv04_dac_commit,
517 .commit = nv04_dac_commit,
Dtvnv04.c195 .commit = nv04_tv_commit,
Ddfp.c660 .commit = nv04_dfp_commit,
671 .commit = nv04_dfp_commit,
Dtvnv17.c786 .commit = nv17_tv_commit,
Dcrtc.c1097 .commit = nv_crtc_commit,
/linux-4.1.27/Documentation/devicetree/bindings/
Dsubmitting-patches.txt26 followed as of commit bff5da4335256513497cc8c79f9a9d1665e09864
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c268 .commit = radeon_legacy_lvds_commit,
714 .commit = radeon_legacy_primary_dac_commit,
879 .commit = radeon_legacy_tmds_int_commit,
1022 .commit = radeon_legacy_tmds_ext_commit,
1680 .commit = radeon_legacy_tv_dac_commit,
Dradeon_dp_mst.c593 .commit = radeon_mst_encoder_commit,
Datombios_encoders.c2644 .commit = radeon_atom_ext_commit,
2654 .commit = radeon_atom_encoder_commit,
2664 .commit = radeon_atom_encoder_commit,
Dradeon_legacy_crtc.c1115 .commit = radeon_crtc_commit,
Datombios_crtc.c2202 .commit = atombios_crtc_commit,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic_helper.c787 funcs->commit(crtc); in drm_atomic_helper_commit_modeset_enables()
818 funcs->commit(encoder); in drm_atomic_helper_commit_modeset_enables()
1537 goto commit; in drm_atomic_helper_set_config()
1560 commit: in drm_atomic_helper_set_config()
Ddrm_crtc_helper.c385 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
396 encoder_funcs->commit(encoder); in drm_crtc_helper_set_mode()
/linux-4.1.27/Documentation/device-mapper/
Dpersistent-data.txt47 the same transaction so performance is reasonable. The commit method
Ddm-raid.txt221 1.4.1 RAID10 fix redundancy validation checks (commit 55ebbb5).
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt39 3. charge-commit-cancel
47 At commit(), the page is associated with the memcg.
/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c436 .commit = shmob_drm_crtc_mode_commit,
593 .commit = shmob_drm_encoder_mode_commit,
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1966 int link_state, commit = 0; in bond_miimon_inspect() local
2009 commit++; in bond_miimon_inspect()
2048 commit++; in bond_miimon_inspect()
2058 return commit; in bond_miimon_inspect()
2629 int commit = 0; in bond_ab_arp_inspect() local
2638 commit++; in bond_ab_arp_inspect()
2666 commit++; in bond_ab_arp_inspect()
2679 commit++; in bond_ab_arp_inspect()
2683 return commit; in bond_ab_arp_inspect()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dphy.c756 ret_val = phy->ops.commit(hw); in e1000e_copper_link_setup_m88()
811 if (phy->ops.commit) { in e1000e_copper_link_setup_m88()
812 ret_val = phy->ops.commit(hw); in e1000e_copper_link_setup_m88()
1295 if (hw->phy.ops.commit) { in e1000e_phy_force_speed_duplex_m88()
1296 ret_val = hw->phy.ops.commit(hw); in e1000e_phy_force_speed_duplex_m88()
D82571.c1902 .commit = NULL,
1920 .commit = e1000e_phy_sw_reset,
1938 .commit = e1000e_phy_sw_reset,
D80003es2lan.c945 ret_val = hw->phy.ops.commit(hw); in e1000_copper_link_setup_gg82563_80003es2lan()
1375 .commit = e1000e_phy_sw_reset,
Dhw.h502 s32 (*commit)(struct e1000_hw *); member
Dethtool.c1363 hw->phy.ops.commit(hw); in e1000_integrated_phy_loopback()
1579 if (hw->phy.ops.commit) in e1000_loopback_cleanup()
1580 hw->phy.ops.commit(hw); in e1000_loopback_cleanup()
Dich8lan.c497 phy->ops.commit = e1000e_phy_sw_reset; in e1000_init_phy_params_pchlan()
579 phy->ops.commit = e1000e_phy_sw_reset; in e1000_init_phy_params_ich8lan()
5642 .commit = NULL,
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c117 .commit = tfp410_encoder_commit,
Dtilcdc_slave.c108 .commit = drm_i2c_encoder_commit,
Dtilcdc_panel.c108 .commit = panel_encoder_commit,
Dtilcdc_crtc.c422 .commit = tilcdc_crtc_commit,
/linux-4.1.27/drivers/md/
Ddm-thin.c1154 static int commit(struct pool *pool) in commit() function
1206 r = commit(pool); in alloc_data_block()
1980 if (commit(pool)) { in process_deferred_bios()
3132 (void) commit(pool); in pool_preresume()
3216 (void) commit(pool); in pool_postsuspend()
3350 (void) commit(pool); in process_reserve_metadata_snap_mesg()
3417 (void) commit(pool); in pool_message()
3476 (void) commit(pool); in pool_status()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dreset.c549 goto commit; in ath5k_hw_set_power_mode()
588 commit: in ath5k_hw_set_power_mode()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_v4l2.c997 bool commit) in uvc_ioctl_s_try_ext_ctrls() argument
1012 ctrls->error_idx = commit ? ctrls->count : i; in uvc_ioctl_s_try_ext_ctrls()
1019 if (commit) in uvc_ioctl_s_try_ext_ctrls()
/linux-4.1.27/tools/testing/ktest/
Dktest.pl1903 my ($commit) = @_;
1905 doprint "git rev-list --max-count=1 $commit ... ";
1906 my $sha1 = `git rev-list --max-count=1 $commit`;
1913 dodie "Failed to get git $commit";
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c593 struct nfsd4_commit *commit) in nfsd4_commit() argument
595 gen_boot_verifier(&commit->co_verf, SVC_NET(rqstp)); in nfsd4_commit()
596 return nfsd_commit(rqstp, &cstate->current_fh, commit->co_offset, in nfsd4_commit()
597 commit->co_count); in nfsd4_commit()
Dxdr4.h510 struct nfsd4_commit commit; member
Dnfs4xdr.c588 nfsd4_decode_commit(struct nfsd4_compoundargs *argp, struct nfsd4_commit *commit) in nfsd4_decode_commit() argument
593 p = xdr_decode_hyper(p, &commit->co_offset); in nfsd4_decode_commit()
594 commit->co_count = be32_to_cpup(p++); in nfsd4_decode_commit()
3049 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_commit *commit) in nfsd4_encode_commit() argument
3058 p = xdr_encode_opaque_fixed(p, commit->co_verf.data, in nfsd4_encode_commit()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-agl-defs.h1391 uint64_t commit:2; member
1393 uint64_t commit:2;
1406 uint64_t commit:1; member
1408 uint64_t commit:1;
Dcvmx-gmxx-defs.h4742 uint64_t commit:16; member
4744 uint64_t commit:16;
4754 uint64_t commit:3; member
4756 uint64_t commit:3;
4770 uint64_t commit:4; member
4772 uint64_t commit:4;
4794 uint64_t commit:2; member
4796 uint64_t commit:2;
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_display.c711 .commit = qxl_crtc_commit,
867 .commit = qxl_enc_commit,
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_mode.c624 .commit = ast_crtc_commit,
739 .commit = ast_encoder_commit,
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_flash.c145 goto commit; in esas2r_fmapi_callback()
152 commit: in esas2r_fmapi_callback()
/linux-4.1.27/fs/btrfs/
Dtransaction.c635 struct btrfs_transaction *commit) in wait_for_commit() argument
637 wait_event(commit->commit_wait, commit->state == TRANS_STATE_COMPLETED); in wait_for_commit()
Dextent-tree.c4443 goto commit; in may_commit_transaction()
4448 goto commit; in may_commit_transaction()
4465 commit: in may_commit_transaction()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c1390 .commit = nv50_crtc_commit,
1665 .commit = nv50_dac_commit,
2051 .commit = nv50_sor_commit,
2222 .commit = nv50_pior_commit,
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1310 .commit = mga_crtc_commit,
1414 .commit = mga_encoder_commit,
/linux-4.1.27/Documentation/development-process/
D5.Posting167 needed additional information. If the patch fixes a bug, cite the commit
168 which introduced the bug if possible (and please provide both the commit ID
D7.AdvancedTopics37 of the mainline repository, explore the revision history, commit changes to
/linux-4.1.27/include/linux/
Dtty.h63 int commit; member
/linux-4.1.27/Documentation/input/
Dxpad.txt32 dpad_to_buttons has no effect for known pads. A erroneous commit message
/linux-4.1.27/Documentation/dvb/
DREADME.dvb-usb57 …2005-03-30 - first commit of the dvb-usb-module based on the dibusb-source. First device is a new …
/linux-4.1.27/fs/nfs/
Dnfs3xdr.c2527 PROC(COMMIT, commit, commit, 5),
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c2955 EVENT_ATTR_STR(tx-commit, tx_commit, "event=0xc9,umask=0x2");
2960 EVENT_ATTR_STR(el-commit, el_commit, "event=0xc8,umask=0x2");
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx27 Foundation's software and to any other program whose authors commit to
DLICENSE.qla2xxx28 Foundation's software and to any other program whose authors commit to
/linux-4.1.27/drivers/gpu/drm/i2c/
Dtda998x_drv.c1428 .commit = tda998x_encoder_commit,
/linux-4.1.27/drivers/scsi/aacraid/
Daachba.c255 module_param_named(commit, aac_commit, int, S_IRUGO|S_IWUSR);
256 MODULE_PARM_DESC(commit, "Control whether a COMMIT_CONFIG is issued to the"
/linux-4.1.27/tools/usb/usbip/
DCOPYING16 Foundation's software and to any other program whose authors commit to
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense23 whose authors commit to using it. (Some other Free Software Foundation
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying16 Foundation's software and to any other program whose authors commit to
/linux-4.1.27/
DCOPYING32 Foundation's software and to any other program whose authors commit to
DMAINTAINERS103 to also notify the people that have git commit signatures.
/linux-4.1.27/Documentation/security/
Dcredentials.txt487 commit the new credentials to current->cred, it will release
/linux-4.1.27/net/sched/
DKconfig334 functionality (aka output commit), wherein upon arrival of a dequeue
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES856 Finish fixes to commit write for caching/readahead consistency. fsx