Home
last modified time | relevance | path

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

/drivers/hv/
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/
Dvmwgfx_streamoutput.c52 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()
Dvmwgfx_so.c72 bool committed; /* Protected by binding_mutex */ member
138 view->committed = true; in vmw_view_commit_notify()
144 view->committed = false; in vmw_view_commit_notify()
169 if (!view->committed) { in vmw_view_create()
214 if (!view->committed || res->id == -1) in vmw_view_destroy()
371 view->committed = false; in vmw_view_add()
Dvmwgfx_shader.c52 bool committed; member
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 = false; in vmw_dx_shader_cotable_list_scrub()
629 shader->committed = false; in vmw_dx_shader_add()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router_xm.c56 bool committed; member
686 fib_entry->committed = true; in mlxsw_sp_router_ll_xm_fib_entry_commit()
711 return fib_entry->committed; in mlxsw_sp_router_ll_xm_fib_entry_is_committed()
/drivers/tty/vt/
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/md/
DKconfig674 or committed by simply replacing the target.
/drivers/scsi/aacraid/
Daacraid.h1905 __le32 committed; member