Home
last modified time | relevance | path

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

/drivers/hv/
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,
/drivers/gpu/drm/vmwgfx/
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()
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()
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()
/drivers/cxl/core/
A Dhdm.c992 bool committed; in init_hdm_decoder() local
1012 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder()
1016 if (!committed) in init_hdm_decoder()
1032 if (committed) { in init_hdm_decoder()
1111 if (!committed) in init_hdm_decoder()
1142 int committed, i; in cxl_settle_decoders() local
1155 for (i = 0, committed = 0; i < cxlhdm->decoder_count; i++) { in cxl_settle_decoders()
1158 committed++; in cxl_settle_decoders()
1162 if (committed != cxlhdm->decoder_count) in cxl_settle_decoders()
/drivers/gpu/drm/i915/display/
A Dintel_cx0_phy.c285 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write_once() argument
304 (committed ? XELPDP_PORT_M2P_COMMAND_WRITE_COMMITTED : in __intel_cx0_write_once()
318 if (committed) { in __intel_cx0_write_once()
344 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write() argument
354 status = __intel_cx0_write_once(encoder, lane, addr, data, committed); in __intel_cx0_write()
365 u8 lane_mask, u16 addr, u8 data, bool committed) in intel_cx0_write() argument
370 __intel_cx0_write(encoder, lane, addr, data, committed); in intel_cx0_write()
406 int lane, u16 addr, u8 clear, u8 set, bool committed) in __intel_cx0_rmw() argument
414 __intel_cx0_write(encoder, lane, addr, val, committed); in __intel_cx0_rmw()
418 u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) in intel_cx0_rmw() argument
[all …]
/drivers/md/dm-vdo/
A Dstatistics.h37 u64 committed; member
A Drecovery-journal.c1273 journal->events.blocks.committed += 1; in complete_write()
1274 journal->events.entries.committed += block->entries_in_commit; in complete_write()
1753 (unsigned long long) stats.entries.committed); in vdo_dump_recovery_journal_statistics()
1757 (unsigned long long) stats.blocks.committed); in vdo_dump_recovery_journal_statistics()
A Dmessage-stats.c105 write_u64("committed : ", stats->committed, ", ", buf, maxlen); in write_commit_statistics()
A Dslab-depot.c697 sequence_number_t committed = get_committing_sequence_number(pooled); in complete_write() local
705 (unsigned long long) committed); in complete_write()
/drivers/net/ethernet/intel/ice/
A Dice_vf_lib.h63 u32 committed; member
A Dice_virtchnl.c1113 cfg->shaper.committed = vsi_ctx->sched.bw_t_info[i].cir_bw.bw; in ice_vc_get_qos_caps()
1149 min_rate = vf->qs_bw[i].committed; in ice_vf_cfg_qs_bw()
1874 if (qbw->cfg[i].shaper.committed != 0 && vf->min_tx_rate != 0 && in ice_vc_cfg_q_bw()
1875 qbw->cfg[i].shaper.committed < vf->min_tx_rate) { in ice_vc_cfg_q_bw()
1899 vf->qs_bw[i].committed = qbw->cfg[i].shaper.committed; in ice_vc_cfg_q_bw()
/drivers/tty/vt/
A Dkeyboard.c956 static unsigned committed; in k_brlcommit() local
961 committed |= pattern; in k_brlcommit()
964 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit()
966 committed = 0; in k_brlcommit()
/drivers/scsi/aacraid/
A Daacraid.h1900 __le32 committed; member
/drivers/net/ethernet/intel/iavf/
A Diavf_virtchnl.c1792 qs_bw_cfg->cfg[inx].shaper.committed = q_shaper->bw_min; in iavf_cfg_queues_bw()

Completed in 690 milliseconds