HomeSort by: relevance | last modified time | path
    Searched defs:ticket (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/include/linux/
smp.h 68 uint64_t ticket; local in function:on_each_cpu
70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie);
72 xc_wait(ticket);
smp.h 68 uint64_t ticket; local in function:on_each_cpu
70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie);
72 xc_wait(ticket);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_csa.c 74 struct ww_acquire_ctx ticket; local in function:amdgpu_map_static_csa
88 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL);
96 ttm_eu_backoff_reservation(&ticket, &list);
108 ttm_eu_backoff_reservation(&ticket, &list);
112 ttm_eu_backoff_reservation(&ticket, &list);
amdgpu_csa.c 74 struct ww_acquire_ctx ticket; local in function:amdgpu_map_static_csa
88 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL);
96 ttm_eu_backoff_reservation(&ticket, &list);
108 ttm_eu_backoff_reservation(&ticket, &list);
112 ttm_eu_backoff_reservation(&ticket, &list);
amdgpu_gem.c 180 struct ww_acquire_ctx ticket; local in function:amdgpu_gem_object_close
193 r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates);
218 ttm_eu_backoff_reservation(&ticket, &list);
597 struct ww_acquire_ctx ticket; local in function:amdgpu_gem_va_ioctl
659 r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates);
705 ttm_eu_backoff_reservation(&ticket, &list);
amdgpu_gem.c 180 struct ww_acquire_ctx ticket; local in function:amdgpu_gem_object_close
193 r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates);
218 ttm_eu_backoff_reservation(&ticket, &list);
597 struct ww_acquire_ctx ticket; local in function:amdgpu_gem_va_ioctl
659 r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates);
705 ttm_eu_backoff_reservation(&ticket, &list);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.h 66 * @ticket: Ticked used for ww mutex locking
83 struct ww_acquire_ctx ticket; member in struct:vmw_validation_context
174 return ttm_eu_reserve_buffers(&ctx->ticket, &ctx->bo_list, intr,
190 ttm_eu_fence_buffer_objects(&ctx->ticket, &ctx->bo_list,
vmwgfx_validation.h 66 * @ticket: Ticked used for ww mutex locking
83 struct ww_acquire_ctx ticket; member in struct:vmw_validation_context
174 return ttm_eu_reserve_buffers(&ctx->ticket, &ctx->bo_list, intr,
190 ttm_eu_fence_buffer_objects(&ctx->ticket, &ctx->bo_list,
vmwgfx_resource.c 543 * @ticket: The ww aqcquire context to use, or NULL if trylocking.
551 vmw_resource_check_buffer(struct ww_acquire_ctx *ticket,
572 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL);
590 ttm_eu_backoff_reservation(ticket, &val_list);
638 * @ticket: The ww acquire ctx used for reservation.
642 vmw_resource_backoff_reservation(struct ww_acquire_ctx *ticket,
652 ttm_eu_backoff_reservation(ticket, &val_list);
661 * @ticket: The ww acquire ticket to use, or NULL if trylocking.
665 static int vmw_resource_do_evict(struct ww_acquire_ctx *ticket,
932 struct ww_acquire_ctx ticket; local in function:vmw_resource_evict_type
    [all...]
vmwgfx_resource.c 543 * @ticket: The ww aqcquire context to use, or NULL if trylocking.
551 vmw_resource_check_buffer(struct ww_acquire_ctx *ticket,
572 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL);
590 ttm_eu_backoff_reservation(ticket, &val_list);
638 * @ticket: The ww acquire ctx used for reservation.
642 vmw_resource_backoff_reservation(struct ww_acquire_ctx *ticket,
652 ttm_eu_backoff_reservation(ticket, &val_list);
661 * @ticket: The ww acquire ticket to use, or NULL if trylocking.
665 static int vmw_resource_do_evict(struct ww_acquire_ctx *ticket,
932 struct ww_acquire_ctx ticket; local in function:vmw_resource_evict_type
    [all...]
  /src/usr.bin/login/
k5login.c 114 * Verify the Kerberos ticket-granting ticket just retrieved for the
132 krb5_ticket *ticket = NULL; local in function:k5_verify_creds
154 /* talk to the kdc and construct the ticket */
184 /* got ticket, try to use it */
186 princ, NULL, NULL, &ticket);
207 krb5_warn(kcontext, kerror, "Unable to verify host ticket");
208 k5_log(kcontext, kerror, "can't verify v5 ticket (%s)",
214 * The host/<host> ticket has been received _and_ verified.
223 /* possibly ticket and packet need freeing here as well *
    [all...]
k5login.c 114 * Verify the Kerberos ticket-granting ticket just retrieved for the
132 krb5_ticket *ticket = NULL; local in function:k5_verify_creds
154 /* talk to the kdc and construct the ticket */
184 /* got ticket, try to use it */
186 princ, NULL, NULL, &ticket);
207 krb5_warn(kcontext, kerror, "Unable to verify host ticket");
208 k5_log(kcontext, kerror, "can't verify v5 ticket (%s)",
214 * The host/<host> ticket has been received _and_ verified.
223 /* possibly ticket and packet need freeing here as well *
    [all...]
  /src/sys/external/bsd/drm2/linux/
linux_ww_mutex.c 74 const uint64_t *const ticketp = vk, ticket = *ticketp; local in function:ww_acquire_ctx_compare_key
76 if (ctx->wwx_ticket < ticket)
78 if (ctx->wwx_ticket > ticket)
371 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
377 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
425 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
431 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
linux_ww_mutex.c 74 const uint64_t *const ticketp = vk, ticket = *ticketp; local in function:ww_acquire_ctx_compare_key
76 if (ctx->wwx_ticket < ticket)
78 if (ctx->wwx_ticket > ticket)
371 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
377 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
425 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
431 "ticket number reused: %"PRId64" (%p) %"PRId64" (%p)",
linux_dma_resv.c 382 * dma_resv_write_begin(robj, ticket)
385 * ticket for it. The ticket must be passed to
395 struct dma_resv_write_ticket *ticket)
404 * dma_resv_write_commit(robj, ticket)
407 * dma_resv_write_begin that returned ticket.
416 struct dma_resv_write_ticket *ticket)
429 * dma_resv_read_begin(robj, ticket)
431 * Begin a read section, and initialize opaque ticket for it. The
432 * ticket must be passed to dma_resv_read_exit, and th
573 struct dma_resv_write_ticket ticket; local in function:dma_resv_add_excl_fence
632 struct dma_resv_write_ticket ticket; local in function:dma_resv_add_shared_fence
772 struct dma_resv_read_ticket ticket; local in function:dma_resv_get_fences_rcu
1047 struct dma_resv_read_ticket ticket; local in function:dma_resv_test_signaled_rcu
1134 struct dma_resv_read_ticket ticket; local in function:dma_resv_wait_timeout_rcu
1290 struct dma_resv_read_ticket ticket; local in function:dma_resv_do_poll
    [all...]
linux_dma_resv.c 382 * dma_resv_write_begin(robj, ticket)
385 * ticket for it. The ticket must be passed to
395 struct dma_resv_write_ticket *ticket)
404 * dma_resv_write_commit(robj, ticket)
407 * dma_resv_write_begin that returned ticket.
416 struct dma_resv_write_ticket *ticket)
429 * dma_resv_read_begin(robj, ticket)
431 * Begin a read section, and initialize opaque ticket for it. The
432 * ticket must be passed to dma_resv_read_exit, and th
573 struct dma_resv_write_ticket ticket; local in function:dma_resv_add_excl_fence
632 struct dma_resv_write_ticket ticket; local in function:dma_resv_add_shared_fence
772 struct dma_resv_read_ticket ticket; local in function:dma_resv_get_fences_rcu
1047 struct dma_resv_read_ticket ticket; local in function:dma_resv_test_signaled_rcu
1134 struct dma_resv_read_ticket ticket; local in function:dma_resv_wait_timeout_rcu
1290 struct dma_resv_read_ticket ticket; local in function:dma_resv_do_poll
    [all...]
  /src/lib/libtelnet/
kerberos5.c 93 static krb5_ticket *ticket; variable in typeref:typename:krb5_ticket *
316 server, NULL, NULL, &ticket);
401 if (krb5_unparse_name(telnet_context, ticket->client, &name))
405 ticket->client, UserNameRequested)) {
466 ticket->client);
601 krb5_kuserok(telnet_context, ticket->client, UserNameRequested)) {
kerberos5.c 93 static krb5_ticket *ticket; variable in typeref:typename:krb5_ticket *
316 server, NULL, NULL, &ticket);
401 if (krb5_unparse_name(telnet_context, ticket->client, &name))
405 ticket->client, UserNameRequested)) {
466 ticket->client);
601 krb5_kuserok(telnet_context, ticket->client, UserNameRequested)) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_gem.c 576 struct ww_acquire_ctx ticket; local in function:radeon_gem_va_update_vm
591 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL);
615 ttm_eu_backoff_reservation(&ticket, &list);
radeon_gem.c 576 struct ww_acquire_ctx ticket; local in function:radeon_gem_va_update_vm
591 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL);
615 ttm_eu_backoff_reservation(&ticket, &list);
  /src/sys/kern/
kern_heartbeat.c 297 const uint64_t ticket = local in function:set_max_period
299 xc_wait(ticket);
kern_heartbeat.c 297 const uint64_t ticket = local in function:set_max_period
299 xc_wait(ticket);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_gem.c 337 struct ww_acquire_ctx ticket; member in struct:validate_op
382 ww_acquire_fini(&op->ticket);
398 ww_acquire_init(&op->ticket, &reservation_ww_class);
431 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket);
439 &op->ticket);
486 ww_acquire_done(&op->ticket);
nouveau_gem.c 337 struct ww_acquire_ctx ticket; member in struct:validate_op
382 ww_acquire_fini(&op->ticket);
398 ww_acquire_init(&op->ticket, &reservation_ww_class);
431 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket);
439 &op->ticket);
486 ww_acquire_done(&op->ticket);
  /src/sys/arch/xen/xen/
xen_clock.c 191 * Enter a vCPU time read section and store a ticket in *tp, which
217 * Exit a vCPU time read section with the ticket in *tp from
276 struct xen_vcputime_ticket ticket; local in function:xen_vcputime_systime_ns
291 vt = xen_vcputime_enter(&ticket);
303 } while (!xen_vcputime_exit(vt, &ticket));
433 struct xen_vcputime_ticket ticket; local in function:xen_vcputime_raw_systime_ns
437 vt = xen_vcputime_enter(&ticket);
439 } while (!xen_vcputime_exit(vt, &ticket));
460 * Enter a wall clock read section and store a ticket in *tp,
482 * Exit a wall clock read section with the ticket in *tp fro
603 struct xen_vcputime_ticket ticket; local in function:xen_delay
1117 struct xen_wallclock_ticket ticket; local in function:xen_wallclock_time
    [all...]

Completed in 34 milliseconds

1 2