HomeSort by: relevance | last modified time | path
    Searched defs:submitted (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_marker.c 39 u64 submitted; member in struct:vmw_marker
69 marker->submitted = ktime_get_raw_ns();
98 queue->lag = now - marker->submitted;
vmwgfx_cmdbuf.c 53 * @submitted: List of command buffers that have been submitted to the
54 * manager but not yet submitted to hardware.
55 * @hw_submitted: List of command buffers submitted to hardware.
60 struct list_head submitted; member in struct:vmw_cmdbuf_context
335 INIT_LIST_HEAD(&ctx->submitted);
354 !list_empty(&ctx->submitted) &&
359 entry = list_first_entry(&ctx->submitted,
433 if (!list_empty(&ctx->submitted))
444 * command buffers left that are not submitted to hardware, Make sur
    [all...]
  /src/external/mpl/bind/dist/lib/isc/netmgr/
http.c 203 uint64_t submitted; /* How many responses were submitted to send */ member in struct:isc_nm_http_session
230 uint64_t submitted; member in struct:isc_http_send_req
750 session->submitted++;
1349 session->processed += req->submitted;
1548 .submitted = session->submitted };
1549 session->submitted = 0;

Completed in 89 milliseconds