Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/hv/
H A Dhv_trace_balloon.h10 TP_PROTO(u64 available, u64 committed,
15 TP_ARGS(available, committed, vm_memory_committed,
19 __field(u64, committed)
27 __entry->committed = committed;
35 __entry->available, __entry->committed,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c53 bool committed; member
99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub()
125 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_create()
173 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_scrub()
228 so->committed = true; in vmw_dx_streamoutput_commit_notify()
234 so->committed = false; in vmw_dx_streamoutput_commit_notify()
297 so->committed = false; in vmw_dx_streamoutput_add()
366 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
H A Dvmwgfx_so.c73 bool committed; /* Protected by binding_mutex */ member
140 view->committed = true; in vmw_view_commit_notify()
146 view->committed = false; in vmw_view_commit_notify()
171 if (!view->committed) { in vmw_view_create()
216 if (!view->committed || res->id == -1) in vmw_view_destroy()
358 view->committed = false; in vmw_view_add()
H A Dvmwgfx_shader.c53 bool committed; member
364 shader->committed = true; in vmw_dx_shader_commit_notify()
370 shader->committed = false; in vmw_dx_shader_commit_notify()
392 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
426 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create()
481 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub()
555 entry->committed = false; in vmw_dx_shader_cotable_list_scrub()
608 shader->committed = false; in vmw_dx_shader_add()
/linux/drivers/cxl/core/
H A Dhdm.c977 bool committed; in init_hdm_decoder() local
997 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder()
1001 if (!committed) in init_hdm_decoder()
1017 if (committed) { in init_hdm_decoder()
1096 if (!committed) in init_hdm_decoder()
1127 int committed, i; in cxl_settle_decoders() local
1140 for (i = 0, committed = 0; i < cxlhdm->decoder_count; i++) { in cxl_settle_decoders()
1143 committed++; in cxl_settle_decoders()
1147 if (committed != cxlhdm->decoder_count) in cxl_settle_decoders()
/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst39 committed
42 committed if this time passes and no FLUSH request is
87 9. the number of write blocks that hit committed block
H A Dpersistent-data.rst53 On power failure your metadata will be as it was when last committed.
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dqueues.c86 min_rate = vf->qs_bw[i].committed; in ice_vf_cfg_qs_bw()
630 if (qbw->cfg[i].shaper.committed != 0 && vf->min_tx_rate != 0 && in ice_vc_cfg_q_bw()
631 qbw->cfg[i].shaper.committed < vf->min_tx_rate) { in ice_vc_cfg_q_bw()
655 vf->qs_bw[i].committed = qbw->cfg[i].shaper.committed; in ice_vc_cfg_q_bw()
/linux/fs/nfs/
H A Dwrite.c898 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
900 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1505 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local
1507 if (committed == NFS_UNSTABLE) { in nfs_writeback_done()
1516 if (committed < hdr->args.stable) { in nfs_writeback_done()
1532 committed, hdr->args.stable); in nfs_writeback_done()
1586 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1599 resp->verf->committed = 0; in nfs_writeback_result()
H A Dcallback_proc.c706 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
752 args->wr_writeverf.committed); in nfs4_callback_offload()
H A Dnfs3xdr.c1697 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1698 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1704 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
2346 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
H A Dinternal.h648 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
686 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
/linux/Documentation/translations/zh_TW/admin-guide/mm/damon/
H A Dreclaim.rst23 在一般的內存超量使用(over-committed systems,虛擬化相關術語)的系統上,主動回收冷頁
/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dreclaim.rst23 在一般的内存超量使用(over-committed systems,虚拟化相关术语)的系统上,主动回收冷页
/linux/Documentation/filesystems/
H A Docfs2.rst69 system prior to its metadata being committed to the
73 committed to the journal.
H A Djournalling.rst85 for transactions to complete and be committed from other tasks, so
104 end of the last fully committed transaction. One simple way of doing
110 a callback function when the transaction is finally committed to disk,
/linux/drivers/md/dm-vdo/
H A Dstatistics.h37 u64 committed; member
/linux/fs/dlm/
H A Dmidcomms.c203 bool committed; member
942 if (!mh->committed) in dlm_midcomms_unack_msg_resend()
1022 mh->committed = false; in dlm_midcomms_get_mhandle()
1091 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
/linux/Documentation/mm/
H A Dovercommit-accounting.rst37 The current overcommit limit and amount committed are viewable in
/linux/Documentation/bpf/
H A Dringbuf.rst92 array/hash maps. Once ready, this piece of memory is either committed or
182 already committed. It is thus possible for slow producers to temporarily hold
198 the record being committed. If not, consumer still has to catch up and thus
/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst216 they are left as committed ACPICA divergences unless the ACPICA side can
242 you want to cherry pick must be committed into the local repository.
/linux/fs/nfsd/
H A Dxdr3.h155 int committed; member
/linux/Documentation/scsi/
H A DFlashPoint.rst24 "Mylex is committed to supporting the Linux community," says Peter Shambora,
131 However, BusLogic does remain committed to providing a high performance
/linux/Documentation/block/
H A Dwriteback_cache_control.rst38 signaled after the data has been committed to non-volatile storage.
/linux/Documentation/trace/
H A Dring-buffer-design.rst306 committed without preempting another write. When a write that
307 preempted another write is committed, it only becomes a pending commit
308 and will not be a full commit until all writes have been committed.
340 has been less than a full page that has been committed inside the ring buffer,

123