/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_ct.h | 44 * for the H2G and G2H requests sent and received through the buffers. 56 spinlock_t lock; /* protects pending requests list */ 57 struct list_head pending; /* requests waiting for response */ 59 struct list_head incoming; /* incoming requests */ 60 struct work_struct worker; /* handler for incoming requests */ 61 } requests; member in struct:intel_guc_ct
|
/src/usr.sbin/lpr/lpq/ |
lpq.c | 69 int requests; /* # of spool requests */ variable in typeref:typename:int 121 if (requests >= MAXREQUESTS) 122 fatal("too many requests"); 123 requ[requests++] = atoi(*argv);
|
/src/usr.sbin/lpr/lprm/ |
lprm.c | 75 int requests; /* # of spool requests */ variable in typeref:typename:int 140 if (requests >= MAXREQUESTS) 141 fatal("Too many requests"); 142 requ[requests++] = atoi(arg);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_timeline_types.h | 29 struct mutex mutex; /* protects the flow of requests */ 33 * How many requests are in flight or may be under construction. 38 * context so that we can issue requests at any time without having 59 * List of breadcrumbs associated with GPU requests currently 62 struct list_head requests; member in struct:intel_timeline
|
intel_gt_types.h | 52 * but this means that requests will finish and never 55 * fires, go retire requests. 58 } requests; member in struct:intel_gt 70 * userspace requests? Whilst idle, we allow runtime power
|
intel_gt.c | 399 struct i915_request *requests[I915_NUM_ENGINES] = {}; local in function:__engines_record_defaults 447 requests[id] = i915_request_get(rq); 460 for (id = 0; id < ARRAY_SIZE(requests); id++) { 465 rq = requests[id]; 523 for (id = 0; id < ARRAY_SIZE(requests); id++) { 527 rq = requests[id];
|
intel_engine_types.h | 229 * When we add requests into the queue, or adjust the priority of 230 * executing requests, we compute the maximum priority of those 231 * pending requests. We can then use this value to determine if 232 * we need to preempt the executing requests to service the queue. 241 * @queue: queue of requests, in priority lists 312 struct list_head requests; member in struct:intel_engine_cs::__anonee01bb2a0208 313 struct list_head hold; /* ready requests, but on hold */
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_priolist_types.h | 42 * Requests containing performance queries must not be preempted by 55 struct list_head requests[I915_PRIORITY_COUNT]; member in struct:i915_priolist
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_request.c | 289 struct i915_request **requests; local in function:__igt_breadcrumbs_smoketest 297 * At its heart, we simply create oodles of requests running across 303 requests = kcalloc(total, sizeof(*requests), GFP_KERNEL); 304 if (!requests) 354 requests[n] = i915_request_get(rq); 376 struct i915_request *rq = requests[count - 1]; 391 struct i915_request *rq = requests[n]; 420 kfree(requests); 439 * Smoketest our breadcrumb/signal handling for requests across multipl [all...] |
/src/usr.sbin/lpr/lpd/ |
lpd.c | 120 int lflag; /* log requests flag */ 418 int requests; /* # of spool requests */ variable in typeref:typename:int 453 syslog(LOG_INFO, "%s requests %s %s", 495 if (requests >= MAXREQUESTS) 496 fatal("Too many requests"); 497 requ[requests++] = atoi(cp); 531 if (requests >= MAXREQUESTS) 532 fatal("Too many requests"); 533 requ[requests++] = atoi(cp) [all...] |
/src/sys/arch/i386/include/ |
multiboot2.h | 124 multiboot_uint32_t requests[0]; member in struct:multiboot_header_tag_information_request
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_hcd.h | 45 * The Host Controller Driver (HCD) is responsible for translating requests 93 * is not finished flushing queued requests 103 * @requests: Number of requests issued for this channel since it was 158 u8 requests; member in struct:dwc2_host_chan
|