Searched refs:commit (Results 26 - 50 of 160) sorted by relevance

1234567

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgp100.c46 .commit = gk104_runl_commit,
H A Dgk110.c85 .commit = gk104_runl_commit,
H A Dgm107.c58 .commit = gk104_runl_commit,
H A Dnv50.c322 RUNL_TRACE(runl, "RAMRL: commit start:%08x count:%d", start, count);
324 runl->func->commit(runl, memory, start, count);
333 .commit = nv50_runl_commit,
/linux-master/include/net/netfilter/
H A Dnf_nat.h109 const struct nf_nat_range2 *range, bool commit);
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-common.h95 commit_fn commit; member in struct:ll_disk
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h45 int (*commit)(struct net *net, struct sk_buff *skb); member in struct:nfnetlink_subsystem
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh167 ct commit nat src addr 192.0.2.2 pipe \
169 ct commit nat dst addr 192.0.2.1 pipe \
212 action ct commit nat src addr 192.0.2.2 pipe \
214 action ct commit nat dst addr 192.0.2.1 pipe \
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_global_state.h62 struct intel_global_commit *commit; member in struct:intel_global_state
H A Dhsw_ips.c272 * commit.
306 if (crtc_state->uapi.commit &&
307 !try_wait_for_completion(&crtc_state->uapi.commit->hw_done))
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dmsgq.c33 nvkm_falcon_msgq_close(struct nvkm_falcon_msgq *msgq, bool commit) argument
37 if (commit)
/linux-master/include/drm/
H A Ddrm_modeset_helper_vtables.h101 * @commit:
103 * This callback should commit the new mode on the CRTC after a modeset,
113 void (*commit)(struct drm_crtc *crtc); member in struct:drm_crtc_helper_funcs
136 * commit, and the mode validation in the probe paths it is not allowed
301 * Therefore @disable must be the inverse of @mode_set plus @commit for
329 * can add more state objects to the atomic commit if needed. Care must
368 * This hook is called before any plane commit functions are called.
373 * the tradeoffs and variants of plane commit helpers.
388 * Simple hardware or hardware with special requirements can commit and
390 * other commit hook
637 void (*commit)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h111 __field(const struct drm_crtc_commit *, commit)
130 __entry->commit = state->commit;
146 TP_printk("conn_id=%u conn_state=%p state=%p commit=%p crtc_id=%u "
152 __entry->commit, __entry->crtc_id, __entry->best_encoder_id,
167 __field(const struct drm_crtc_commit *, commit)
190 __entry->commit = state->commit;
208 TP_printk("crtc_id=%u crtc_state=%p state=%p commit=%p changed("
214 __entry->commit, __entr
[all...]
/linux-master/scripts/
H A Dget_maintainer.pl137 " -1 \$commit",
145 " -1 \$commit",
169 " -r \$commit",
175 " -r \$commit",
574 # like the commit message, mail headers, etc...
1053 --git-blame-signatures => when used with --git-blame, also include all commit signers
1067 --fixes => for patches, add signatures of commits with 'Fixes: <commit>' (default: 1 (on))
1110 not a good measure of amount of code authored. 1 major commit may
1714 foreach my $commit (@commits) {
1715 $commit
[all...]
H A Dspdxcheck.py53 lictree = repo.head.commit.tree['LICENSES']
386 scan_git_subtree(repo.head.reference.commit.tree, p,
393 scan_git_tree(repo.head.commit.tree, '.', args.depth)
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_kms.c346 if (!new_crtc_state->commit)
354 struct drm_crtc_commit *commit; local
360 commit = old_hvs_state->fifo_state[channel].pending_commit;
361 if (!commit)
364 ret = drm_crtc_commit_wait(commit);
366 drm_err(dev, "Timed out waiting for commit\n");
368 drm_crtc_commit_put(commit);
451 drm_crtc_commit_get(crtc_state->commit);
/linux-master/net/openvswitch/
H A Dconntrack.c65 u8 commit : 1; member in struct:ovs_conntrack_info
676 err = nf_ct_nat(skb, ct, ctinfo, &action, &info->range, info->commit);
760 (nf_ct_is_confirmed(ct) || info->commit) &&
766 * specified followed by a (recirculate and) commit with one,
767 * or attach a helper in a later commit. Therefore, for
768 * connections which we will commit, we may need to attach
771 if (!nf_ct_is_confirmed(ct) && info->commit &&
793 info->commit) &&
963 * by a further CT action with both the commit flag and the eventmask
1032 if (info->commit)
[all...]
/linux-master/fs/jfs/
H A Djfs_txnmgr.h27 u16 xflag; /* tx commit type */
28 u16 flag; /* tx commit state */
42 /* commit management */
43 struct list_head cqueue; /* commit queue list */
44 s32 clsn; /* commit lsn */
46 s32 pn; /* commit record log page number */
47 s32 eor; /* commit record eor */
48 wait_queue_head_t gcwait; /* group commit event list:
50 * event for group commit completion.
61 /* commit flag
260 struct commit { struct
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h182 bool commit, struct ia_css_pipe *pipe);
/linux-master/fs/btrfs/
H A Dtransaction.c58 * | the race and the rest will wait for the winner to commit the transaction.
67 * | The btrfs_commit_transaction() caller will do the commit work.
69 * | Other btrfs_commit_transaction() caller will do the commit work.
77 * | Caller is chosen to commit transaction N, and all other trans handle
154 * because the transaction was aborted and a commit did not
298 * current transaction, and commit it. If there is no transaction, just
305 * JOIN_NOLOCK only happens during the transaction commit, so
345 * commit the transaction.
472 /* Make sure we don't try to update the root at commit time */
512 /* wait for commit agains
893 wait_for_commit(struct btrfs_transaction *commit, const enum btrfs_trans_state min_state) argument
[all...]
/linux-master/fs/reiserfs/
H A Djournal.c26 * otherwise, it could do an async/synchronous commit, or
31 * commit blocks are sent to disk. Forces commit blocks
60 /* must be correct to keep the desc and commit structs at 4k */
78 #define LIST_COMMIT_PENDING 4 /* someone will commit this list */
81 #define FLUSH_ALL 1 /* flush commit and real blocks */
82 #define COMMIT_NOW 2 /* end and commit this transaction */
305 * find an available list bitmap. If you can't find one, flush a commit list
963 * if this journal list still has commit blocks unflushed, send them to disk.
965 * log areas must be flushed in order (transaction 2 can't commit befor
1984 journal_compare_desc_commit(struct super_block *sb, struct reiserfs_journal_desc *desc, struct reiserfs_journal_commit *commit) argument
2009 struct reiserfs_journal_commit *commit; local
2116 struct reiserfs_journal_commit *commit; local
3990 struct reiserfs_journal_commit *commit; local
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_ioctl.c231 bool commit,
239 spec->u2.objs_arr.access, false, commit,
508 static void bundle_destroy(struct bundle_priv *pbundle, bool commit) argument
526 commit, bundle);
546 commit, bundle);
229 uverbs_free_idrs_array(const struct uverbs_api_attr *attr_uapi, struct uverbs_objs_arr_attr *attr, bool commit, struct uverbs_attr_bundle *attrs) argument
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S54 str r10, [r11] @ commit to DLLA_CTRL
179 str r1, [r2] @ commit to SDRC_DLLB_CTRL
292 str r10, [r11] @ commit to DLLA_CTRL
H A Dsram243x.S54 str r10, [r11] @ commit to DLLA_CTRL
179 str r1, [r2] @ commit to SDRC_DLLB_CTRL
292 str r10, [r11] @ commit to DLLA_CTRL
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c651 goto commit;
654 commit:
762 goto commit;
767 goto commit;
772 goto commit;
776 commit:

Completed in 310 milliseconds

1234567