Searched refs:requests (Results 76 - 92 of 92) sorted by relevance

1234

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c352 pfc->requests[i] = PPORT_PER_PRIO_GET(pstats, i, tx_pause);
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.c363 INIT_LIST_HEAD(&res->requests);
H A Dnfit.c1633 INIT_LIST_HEAD(&nfit_res->requests);
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.h58 /* Custom on-stack requests (for invalidation) */
711 /* Number of requests in the engine. */
712 int requests; member in struct:safexcel_ring
717 /* Store for current requests when bailing out of the dequeueing
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c252 pfc->requests[i] = pf->stats.priority_xoff_tx[i];
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c624 pfc->requests[i] = le64_to_cpu(*(stats + tx_off));
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c91 pfc->requests[i] = pf->stats.priority_xoff_tx[i];
/linux-master/drivers/perf/
H A Dqcom_l2_pmu.c693 L2CACHE_EVENT_ATTR(total-requests, L2_EVENT_TOTAL_REQUESTS),
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c948 list_for_each_entry_safe(rq, rn, &tl->requests, link)
1151 /* Single requests are limited to half a ring at most */
/linux-master/net/ncsi/
H A Dncsi-rsp.c1214 nr = &ndp->requests[hdr->id];
/linux-master/block/
H A Dbfq-iosched.c37 * processes issuing sequential requests (to boost the throughput),
49 * the I/O requests in a bfq_queue come from an interactive or a soft
164 /* Expiration time of async (0) and sync (1) requests, in ns. */
179 /* Default maximum budget values, in sectors and number of requests. */
215 * first requests from each cooperator. After that, there is very
225 /* hw_tag detection: parallel requests threshold and min samples needed. */
471 * Scheduler run of queue, if there are requests pending and no one in the
502 unsigned int wrap = 0; /* bit mask: requests behind the disk head? */
642 * gets more requests than high prio queue from lower
656 "too many requests
[all...]
/linux-master/arch/sparc/lib/
H A DM7memcpy.S451 ! to allow multiple requests to not be blocked by overflowing the
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c634 cancel_delayed_work_sync(&to_gt(i915)->requests.retire_work);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c219 * hangcheck to ensure that the persistent requests are healthy.
1357 * (and onto a new timeline->requests list).
1360 list_for_each_entry_reverse(rq, &ce->timeline->requests, link) {
1391 * However, we only care about pending requests, so only include
1392 * engines on which there are incomplete requests.
1541 * case we opt to forcibly kill off all remaining requests on
1558 * hangcheck to ensure that the persistent requests are healthy.
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1757 error_uc->guc.last_fence = uc->guc.ct.requests.last_fence;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1225 // Otherwise retain PRIV=1 for subsequent context save requests.
/linux-master/fs/smb/server/
H A Dsmb2pdu.c1883 * failure to make it harder to send enough random connection requests
7027 command_list = &conn->requests;

Completed in 250 milliseconds

1234