Home
last modified time | relevance | path

Searched refs:committed (Results 1 - 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/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;
33 TP_printk("available %lld, committed %lld; vm_memory_committed %ld;"
35 __entry->available, __entry->committed,
/kernel/linux/linux-6.6/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;
33 TP_printk("available %lld, committed %lld; vm_memory_committed %ld;"
35 __entry->available, __entry->committed,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c43 * @committed: Whether streamoutput is actually created or pending creation.
52 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()
316 so->committed = false; in vmw_dx_streamoutput_add()
385 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
H A Dvmwgfx_so.c56 * @committed: Whether the view is actually created or pending creation at the
71 bool committed; /* Protected by binding_mutex */ member
118 * vmw_view_commit_notify - Notify that a view operation has been committed to
122 * @state: Indicating whether a creation or removal has been committed.
137 view->committed = true; in vmw_view_commit_notify()
143 view->committed = false; in vmw_view_commit_notify()
168 if (!view->committed) { in vmw_view_create()
213 if (!view->committed || res->id == -1) in vmw_view_destroy()
370 view->committed = false; in vmw_view_add()
402 * @res_p: If the resource is in an already committed stat
[all...]
H A Dvmwgfx_shader.c52 bool committed; member
118 * The destroy callback is only called with a committed resource on
350 * committed to hardware from a user-supplied command stream.
353 * @state: Indicating whether a creation or removal has been committed.
366 shader->committed = true; in vmw_dx_shader_commit_notify()
372 shader->committed = false; in vmw_dx_shader_commit_notify()
394 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
428 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create()
483 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub()
557 entry->committed in vmw_dx_shader_cotable_list_scrub()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c44 * @committed: Whether streamoutput is actually created or pending creation.
53 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.c58 * @committed: Whether the view is actually created or pending creation at the
73 bool committed; /* Protected by binding_mutex */ member
121 * vmw_view_commit_notify - Notify that a view operation has been committed to
125 * @state: Indicating whether a creation or removal has been committed.
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()
390 * @res_p: If the resource is in an already committed stat
[all...]
H A Dvmwgfx_shader.c53 bool committed; member
116 * The destroy callback is only called with a committed resource on
348 * committed to hardware from a user-supplied command stream.
351 * @state: Indicating whether a creation or removal has been committed.
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 in vmw_dx_shader_cotable_list_scrub()
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dmeminfo.c38 unsigned long committed; in meminfo_proc_show() local
52 committed = vm_memory_committed(); in meminfo_proc_show()
140 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
/kernel/linux/linux-6.6/fs/proc/
H A Dmeminfo.c40 unsigned long committed; in meminfo_proc_show() local
54 committed = vm_memory_committed(); in meminfo_proc_show()
156 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dhdm.c128 * If any decoders are committed already, there should not be any in should_emulate_decoders()
134 "decoder%d.%d: committed: %ld base: %#x_%.8x size: %#x_%.8x\n", in should_emulate_decoders()
296 * Programming that enforce decoder[m] committed before in __cxl_dpa_reserve()
601 * committed or error within 10ms, but just be generous with 20ms to account for
803 bool committed; in init_hdm_decoder() local
823 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder()
827 if (!committed) in init_hdm_decoder()
842 /* decoders are enabled if committed */ in init_hdm_decoder()
843 if (committed) { in init_hdm_decoder()
918 if (!committed) in init_hdm_decoder()
949 int committed, i; cxl_settle_decoders() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dwrite.c983 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
985 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1563 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local
1565 if (committed == NFS_UNSTABLE) { in nfs_writeback_done()
1574 if (committed < hdr->args.stable) { in nfs_writeback_done()
1588 " (committed = %d) != (stable = %d)\n", in nfs_writeback_done()
1590 committed, hdr->args.stable); in nfs_writeback_done()
1640 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1653 resp->verf->committed in nfs_writeback_result()
[all...]
H A Dcallback_proc.c690 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
736 args->wr_writeverf.committed); in nfs4_callback_offload()
H A Dinternal.h574 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
612 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
H A Dnfs3xdr.c1676 * stable_how committed;
1700 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1701 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1707 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
2349 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c201 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write_once()
218 (committed ? XELPDP_PORT_M2P_COMMAND_WRITE_COMMITTED : in __intel_cx0_write_once()
232 if (committed) { in __intel_cx0_write_once()
250 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write()
259 status = __intel_cx0_write_once(i915, port, lane, addr, data, committed); in __intel_cx0_write()
270 u8 lane_mask, u16 addr, u8 data, bool committed) in intel_cx0_write()
275 __intel_cx0_write(i915, port, lane, addr, data, committed); in intel_cx0_write()
308 int lane, u16 addr, u8 clear, u8 set, bool committed) in __intel_cx0_rmw()
316 __intel_cx0_write(i915, port, lane, addr, val, committed); in __intel_cx0_rmw()
320 u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) in intel_cx0_rmw()
200 __intel_cx0_write_once(struct drm_i915_private *i915, enum port port, int lane, u16 addr, u8 data, bool committed) __intel_cx0_write_once() argument
249 __intel_cx0_write(struct drm_i915_private *i915, enum port port, int lane, u16 addr, u8 data, bool committed) __intel_cx0_write() argument
269 intel_cx0_write(struct drm_i915_private *i915, enum port port, u8 lane_mask, u16 addr, u8 data, bool committed) intel_cx0_write() argument
307 __intel_cx0_rmw(struct drm_i915_private *i915, enum port port, int lane, u16 addr, u8 clear, u8 set, bool committed) __intel_cx0_rmw() argument
319 intel_cx0_rmw(struct drm_i915_private *i915, enum port port, u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) intel_cx0_rmw() argument
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr3.h161 int committed; member
H A Dnfs3proc.c192 resp->committed = argp->stable; in nfsd3_proc_write()
201 resp->committed, resp->verf); in nfsd3_proc_write()
/kernel/linux/linux-6.6/fs/dlm/
H A Dmidcomms.c203 bool committed; member
944 if (!mh->committed) in dlm_midcomms_unack_msg_resend()
1025 mh->committed = false; in dlm_midcomms_get_mhandle()
1096 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
/kernel/linux/linux-5.10/fs/nfs/
H A Dwrite.c968 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
970 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1550 if (hdr->res.verf->committed < hdr->args.stable && in nfs_writeback_done()
1565 " (committed = %d) != (stable = %d)\n", in nfs_writeback_done()
1567 hdr->res.verf->committed, hdr->args.stable); in nfs_writeback_done()
1616 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1629 resp->verf->committed = 0; in nfs_writeback_result()
H A Dcallback_proc.c685 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
H A Dinternal.h549 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
585 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
H A Dnfs3xdr.c1672 * stable_how committed;
1696 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1697 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1703 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
2344 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr3.h155 int committed; member
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c705 enum nfs3_stable_how committed) in nfs4_ff_layout_stat_io_end_write()
707 if (committed == NFS_UNSTABLE) in nfs4_ff_layout_stat_io_end_write()
1488 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1489 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb()
1556 hdr->res.verf->committed); in ff_layout_write_record_layoutstats_done()
701 nfs4_ff_layout_stat_io_end_write(struct rpc_task *task, struct nfs4_ff_layout_mirror *mirror, __u64 requested, __u64 completed, enum nfs3_stable_how committed) nfs4_ff_layout_stat_io_end_write() argument

Completed in 41 milliseconds

123