HomeSort by: relevance | last modified time | path
    Searched refs:requests (Results 1 - 25 of 196) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/selftests/
mock_timeline.c 24 INIT_LIST_HEAD(&timeline->requests);
mock_timeline.c 24 INIT_LIST_HEAD(&timeline->requests);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.h 19 for (idx = 0; idx < ARRAY_SIZE((plist)->requests); idx++) \
20 list_for_each_entry(it, &(plist)->requests[idx], sched.link)
27 &(plist)->requests[idx], \
i915_scheduler.h 19 for (idx = 0; idx < ARRAY_SIZE((plist)->requests); idx++) \
20 list_for_each_entry(it, &(plist)->requests[idx], sched.link)
27 &(plist)->requests[idx], \
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
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/gt/uc/
intel_guc_ct.c 45 spin_lock_init(&ct->requests.lock);
46 INIT_LIST_HEAD(&ct->requests.pending);
47 INIT_LIST_HEAD(&ct->requests.incoming);
48 INIT_WORK(&ct->requests.worker, ct_incoming_request_worker_func);
194 spin_lock_destroy(&ct->requests.lock);
276 return ++ct->requests.next_fence;
500 spin_lock_irqsave(&ct->requests.lock, flags);
501 list_add_tail(&request.link, &ct->requests.pending);
502 spin_unlock_irqrestore(&ct->requests.lock, flags);
535 spin_lock_irqsave(&ct->requests.lock, flags)
    [all...]
intel_guc_ct.c 45 spin_lock_init(&ct->requests.lock);
46 INIT_LIST_HEAD(&ct->requests.pending);
47 INIT_LIST_HEAD(&ct->requests.incoming);
48 INIT_WORK(&ct->requests.worker, ct_incoming_request_worker_func);
194 spin_lock_destroy(&ct->requests.lock);
276 return ++ct->requests.next_fence;
500 spin_lock_irqsave(&ct->requests.lock, flags);
501 list_add_tail(&request.link, &ct->requests.pending);
502 spin_unlock_irqrestore(&ct->requests.lock, flags);
535 spin_lock_irqsave(&ct->requests.lock, flags)
    [all...]
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
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);
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);
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_gt_requests.c 29 list_for_each_entry_safe(rq, rn, &tl->requests, link)
198 /* If the device is asleep, we have no requests outstanding */
214 container_of(work, typeof(*gt), requests.retire_work.work);
216 schedule_delayed_work(&gt->requests.retire_work,
223 INIT_DELAYED_WORK(&gt->requests.retire_work, retire_work_handler);
228 cancel_delayed_work(&gt->requests.retire_work);
233 schedule_delayed_work(&gt->requests.retire_work,
240 cancel_delayed_work_sync(&gt->requests.retire_work);
intel_gt_requests.c 29 list_for_each_entry_safe(rq, rn, &tl->requests, link)
198 /* If the device is asleep, we have no requests outstanding */
214 container_of(work, typeof(*gt), requests.retire_work.work);
216 schedule_delayed_work(&gt->requests.retire_work,
223 INIT_DELAYED_WORK(&gt->requests.retire_work, retire_work_handler);
228 cancel_delayed_work(&gt->requests.retire_work);
233 schedule_delayed_work(&gt->requests.retire_work,
240 cancel_delayed_work_sync(&gt->requests.retire_work);
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_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_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
  /src/lib/libpuffs/
Makefile 13 framebuf.c null.c opdump.c paths.c pnode.c requests.c \
Makefile 13 framebuf.c null.c opdump.c paths.c pnode.c requests.c \
  /src/usr.sbin/lpr/common_source/
rmjob.c 65 extern int requests; /* # of spool requests */
255 if (users == 0 && requests == 0)
262 for (r = requ; r < &requ[requests]; r++)
318 for (i = 0; i < requests; i++) {
335 for (i = 0; i < requests; i++) {
rmjob.c 65 extern int requests; /* # of spool requests */
255 if (users == 0 && requests == 0)
262 for (r = requ; r < &requ[requests]; r++)
318 for (i = 0; i < requests; i++) {
335 for (i = 0; i < requests; i++) {
displayq.c 68 extern int requests; /* # of spool requests */
224 i < requests && (size_t)(cp - line + 11) < sizeof(line) - 2;
369 if (users == 0 && requests == 0)
382 for (r = requ; r < &requ[requests]; r++)

Completed in 27 milliseconds

1 2 3 4 5 6 7 8