Searched refs:requests (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-12-stable/sys/dev/safexcel/
H A Dsafexcel.c102 return (&ring->requests[i]);
139 return (&ring->requests[i]);
178 "zero pending requests on ring %d\n", ringidx);
1193 req = &ring->requests[i];
1200 ring->requests[j].dmap);
1207 ring->requests[j].dmap);
1209 &ring->requests[j].ctx);
1295 ring->requests[i].dmap);
1296 safexcel_dma_free_mem(&ring->requests[i].ctx);
2094 * zero-length packets properly since subsequent requests retur
[all...]
H A Dsafexcel_var.h83 * rings, representing outstanding crypto operation requests. Each descriptor
391 struct safexcel_request requests[SAFEXCEL_RING_SIZE]; member in struct:safexcel_ring
393 /* Count of requests pending submission. */
397 /* Count of outstanding requests. */
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc452 // The following ioctl requests are shared between AX25, IPX, netrom and
570 // Sanity check: requests that encode access size are either read or write and
H A Dsanitizer_interceptors_ioctl_netbsd.inc1496 // Sanity check: requests that encode access size are either read or write and
H A Dsanitizer_common_interceptors.inc3250 // Note that PEEK* requests assign different meaning to the return value.
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c247 ior = (agsaIORequestDesc_t*)((char*)saLlistIOGetHead(&fr->requests) -
258 tmp = (void*)saLlistGetNext(&fr->requests, &ior->fastLink);
321 saLlistIOInitialize(&fr->requests);
518 saLlistIOAdd(&fr->requests, &pRequest->fastLink);
665 /* Decode the flag settings in the standard I/O requests to decide what size we need. */
666 /* All other requests will be fine with only 64 byte messages. */
/freebsd-12-stable/share/examples/drivers/
H A Dmake_device_driver.sh437 * Note that HINTS based resource requests have NO
438 * SIZE for the memory or ports requests (just a base)
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm115 ; 1st time (AX=0) it requests an address where to put the packet
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_debug.c353 seq_printf(m, "%s requests:\n", ring->name);
366 seq_printf(m, "No requests\n");
722 seq_printf(m, "%s --- %d requests\n",
727 error->ring[i].requests[j].seqno,
728 error->ring[i].requests[j].jiffies,
729 error->ring[i].requests[j].tail);
H A Di915_irq.c988 free(error->ring[i].requests, DRM_I915_GEM);
1191 error->ring[i].requests =
1194 if (error->ring[i].requests == NULL) {
1203 erq = &error->ring[i].requests[count++];
H A Di915_drv.h229 } *requests; member in struct:drm_i915_error_state::drm_i915_error_ring
823 * but this means that requests will finish and never
826 * fires, go retire requests.
/freebsd-12-stable/sys/geom/sched/
H A Dg_sched.c87 * e.g. when doing anticipation or pacing requests.
177 u_long gs_requests; /* total requests */
179 u_int gs_in_flight; /* requests in flight */
210 SYSCTL_ULONG(_kern_geom_sched, OID_AUTO, requests, CTLFLAG_RD,
211 &me.gs_requests, 0, "Total requests");
321 * register classifiers of disk requests. The classifier is
522 /* No more requests pending or in flight from the old gsp. */
788 * g_sched_done() and g_sched_start() dispatch the geom requests to
844 * one or more requests down.
852 * We use bio_caller1 to mark requests tha
[all...]
/freebsd-12-stable/contrib/subversion/
H A Dbuild.conf432 description = Apache Httpd module to block certain kinds of Apache Subversion requests

Completed in 464 milliseconds

123