Searched refs:committed (Results 1 – 8 of 8) sorted by relevance
/drivers/hv/ |
D | hv_trace_balloon.h | 10 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/ |
D | vmwgfx_streamoutput.c | 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()
|
D | vmwgfx_so.c | 72 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()
|
D | vmwgfx_shader.c | 52 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/ |
D | spectrum_router_xm.c | 56 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/ |
D | keyboard.c | 956 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/ |
D | Kconfig | 674 or committed by simply replacing the target.
|
/drivers/scsi/aacraid/ |
D | aacraid.h | 1905 __le32 committed; member
|