Searched refs:commit (Results 51 - 75 of 160) sorted by relevance

1234567

/linux-master/scripts/
H A Dcheck-uapi.sh13 By default, the script will check to make sure the latest commit (or current
15 check against additional commit ranges with the -b and -p options.
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h429 u32 buffer_size, int commit, u32 drv_handler);
430 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit,
/linux-master/net/sched/
H A Dact_ct.c928 bool commit)
940 err = nf_ct_nat(skb, ct, ctinfo, &action, range, commit);
961 bool cached, commit, clear; local
973 commit = p->ct_action & TCA_CT_ACT_COMMIT;
1042 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit);
1046 if (!nf_ct_is_confirmed(ct) && commit && p->helper && !nfct_help(ct)) {
1057 if (nf_ct_is_confirmed(ct) ? ((!cached && !skip_add) || add_helper) : commit) {
1062 if (commit) {
923 tcf_ct_act_nat(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, int ct_action, struct nf_nat_range2 *range, bool commit) argument
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c213 return -EINPROGRESS; /* Call commit handler */
331 return -EINPROGRESS; /* Call commit handler */
372 return -EINPROGRESS; /* Call commit handler */
629 return -EINPROGRESS; /* Call commit handler */
672 return -EINPROGRESS; /* Call commit handler */
711 return -EINPROGRESS; /* Call commit handler */
748 return -EINPROGRESS; /* Call commit handler */
1541 unsigned int commit = 0; local
1563 commit |= SME_WEP_INDEX;
1574 commit |
[all...]
/linux-master/fs/adfs/
H A Ddir_f.c323 .commit = adfs_f_commit,
H A Dadfs.h134 int (*commit)(struct adfs_dir *dir); member in struct:adfs_dir_ops
H A Ddir_fplus.c286 .commit = adfs_fplus_commit,
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c223 .commit = gma_encoder_commit,
H A Dcdv_intel_hdmi.c257 .commit = gma_encoder_commit,
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv04.c196 .commit = nv04_tv_commit,
H A Ddac.c509 .commit = nv04_dac_commit,
518 .commit = nv04_dac_commit,
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-disk.c211 .commit = sm_disk_commit,
H A Ddm-space-map-common.c949 r = ll->commit(ll);
1041 ll->commit = metadata_ll_commit;
1083 ll->commit = metadata_ll_commit;
1219 ll->commit = disk_ll_commit;
1255 ll->commit = disk_ll_commit;
H A Ddm-space-map-metadata.c574 .commit = sm_metadata_commit,
711 .commit = sm_bootstrap_commit,
739 * We repeatedly increment then commit until the commit doesn't
/linux-master/include/drm/
H A Ddrm_crtc.h78 * describing what has changed in a commit. See also:
100 * commit. They can consult it to aid in the computation of derived
109 * helpers and drivers to steer the atomic commit control flow.
115 * helpers and drivers to steer the atomic commit control flow. See also
127 * helpers and drivers to steer the atomic commit control flow. See also
135 * helpers and drivers to steer the atomic commit control flow. See also
144 * Used by the atomic helpers and drivers to steer the atomic commit
151 * drivers to steer the atomic commit control flow.
325 * commit operation completes. There are two cases:
328 * atomic commit
384 struct drm_crtc_commit *commit; member in struct:drm_crtc_state
[all...]
H A Ddrm_plane.h247 * @commit: Tracks the pending commit to prevent use-after-free conditions,
252 struct drm_crtc_commit *commit; member in struct:drm_plane_state
259 * by the atomic helpers and drivers to steer the atomic commit control
720 * commit operations as implemented in the atomic helpers, see
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dtu102.c89 .commit = tu102_runl_commit,
H A Drunl.h53 void (*commit)(struct nvkm_runl *, struct nvkm_memory *, u32 start, int count); member in struct:nvkm_runl::nvkm_runl_func
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_sdma.c109 * amdgpu_vm_sdma_commit - commit SDMA command submission
311 .commit = amdgpu_vm_sdma_commit
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c980 struct drm_crtc_commit *commit; local
988 commit = crtc_state->uapi.commit;
989 if (commit) {
990 ret = wait_for_completion_interruptible(&commit->hw_done);
992 ret = wait_for_completion_interruptible(&commit->flip_done);
/linux-master/drivers/net/bonding/
H A Dbond_main.c2586 int link_state, commit = 0; local
2612 commit++;
2632 commit++;
2638 commit++;
2650 commit++;
2667 commit++;
2676 commit++;
2686 return commit;
2806 * an acquisition of appropriate locks followed by a commit phase to
2814 bool commit; local
3527 int commit = 0; local
[all...]
/linux-master/drivers/infiniband/core/
H A Drdma_core.c279 * The object is added to the list in the commit stage.
301 * the real object once we commit.
709 * commit it. Leaking objects that can't be destroyed is only
987 bool commit, struct uverbs_attr_bundle *attrs)
1007 if (commit)
985 uverbs_finalize_object(struct ib_uobject *uobj, enum uverbs_obj_access access, bool hw_obj_valid, bool commit, struct uverbs_attr_bundle *attrs) argument
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c238 DRM_WARN("CRTC[%d]: FLIP happened but no pending commit.\n",
349 * this commit is a disable commit. and the commit will be finished
353 * the crtc->commit is not for disable, but a modeset operation when
354 * crtc is active, such commit actually has been completed by 3
357 * so on this case the crtc->commit is for the whole process.
361 * That's also the reason why skip modeset commit in
365 NULL : &crtc->state->commit->flip_done;
375 NULL : &crtc->state->commit
[all...]
/linux-master/net/netfilter/
H A Dnfnetlink.c409 if (!ss->valid_genid || !ss->commit || !ss->abort) {
572 err = ss->commit(net, oskb);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-agl-defs.h1036 uint64_t commit:2; member in struct:cvmx_agl_gmx_rx_prt_info::cvmx_agl_gmx_rx_prt_info_s
1038 uint64_t commit:2;
1049 uint64_t commit:1; member in struct:cvmx_agl_gmx_rx_prt_info::cvmx_agl_gmx_rx_prt_info_cn56xx
1051 uint64_t commit:1;

Completed in 259 milliseconds

1234567