Home
last modified time | relevance | path

Searched refs:ticket (Results 26 – 50 of 62) sorted by relevance

123

/openbmc/linux/arch/ia64/mm/
H A Dtlb.c112 unsigned long ticket; member
118 ss->ticket = 0; in spinaphore_init()
124 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/
H A Dtf-a-tests-no-warn-rwx-segments.patch9 There is a ticket filed upstream[2], so until that is resolved just
H A Drwx-segments.patch12 There is a ticket filed upstream[2], so until that is resolved just
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c224 &objs->ticket); in virtio_gpu_array_lock_resv()
245 &objs->ticket); in virtio_gpu_array_unlock_resv()
H A Dvirtgpu_drv.h119 struct ww_acquire_ctx ticket; member
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A Dboost-math-disable-pch-for-gcc.patch9 https://svn.boost.org/trac/boost/ticket/12477
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c296 &submit->ticket); in submit_lock_objects()
303 ww_acquire_done(&submit->ticket); in submit_lock_objects()
324 &submit->ticket); in submit_lock_objects()
858 ww_acquire_init(&submit->ticket, &reservation_ww_class); in msm_ioctl_gem_submit()
997 ww_acquire_fini(&submit->ticket); in msm_ioctl_gem_submit()
H A Dmsm_gem.h257 struct ww_acquire_ctx ticket; member
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c404 struct ww_acquire_ctx ticket; member
449 ww_acquire_fini(&op->ticket); in validate_fini()
465 ww_acquire_init(&op->ticket, &reservation_ww_class); in validate_init()
498 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
506 &op->ticket); in validate_init()
553 ww_acquire_done(&op->ticket); in validate_init()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch12 Submitted a ticket to upstream: https://rt.cpan.org/Ticket/Display.html?id=141612
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/files/
H A D0001-OPTEE-Private-Includes.patch9 For some reason this behaviour isn't deterministic, a ticket has been filed with upstream.
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-cmd-queue.c188 ticket[__cvmx_cmd_queue_get_index(queue_id)] = 0; in cvmx_cmd_queue_initialize()
/openbmc/linux/Documentation/locking/
H A Dww-mutex-design.rst29 to be locked, the caller would be assigned a unique reservation id/ticket,
31 associated with a execbuf, the one with the lowest reservation ticket (i.e.
36 In the RDBMS literature, a reservation ticket is associated with a transaction.
65 acquired when starting the lock acquisition. This ticket is stored in the
105 better to avoid grabbing a deadlock avoidance ticket).
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c471 struct ww_acquire_ctx *ticket, in radeon_bo_list_validate() argument
482 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates); in radeon_bo_list_validate()
526 ttm_eu_backoff_reservation(ticket, head); in radeon_bo_list_validate()
H A Dradeon_object.h155 struct ww_acquire_ctx *ticket,
H A Dradeon_cs.c200 r = radeon_bo_list_validate(p->rdev, &p->ticket, &p->validated, p->ring); in radeon_cs_parser_relocs()
437 ttm_eu_fence_buffer_objects(&parser->ticket, in radeon_cs_parser_fini()
441 ttm_eu_backoff_reservation(&parser->ticket, in radeon_cs_parser_fini()
H A Dradeon_gem.c612 struct ww_acquire_ctx ticket; in radeon_gem_va_update_vm() local
627 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL); in radeon_gem_va_update_vm()
651 ttm_eu_backoff_reservation(&ticket, &list); in radeon_gem_va_update_vm()
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dbind-ensure-searching-for-json-headers-searches-sysr.patch25 [1] https://trac.macports.org/ticket/45305
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig106 # the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
/openbmc/linux/security/keys/
H A DKconfig66 (for example Kerberos ticket caches). The data may be stored out to
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h458 void amdgpu_vm_bo_trace_cs(struct amdgpu_vm *vm, struct ww_acquire_ctx *ticket);
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.h154 struct ww_acquire_ctx ticket; member
/openbmc/linux/Documentation/process/
H A Dhandling-regressions.rst41 #regzbot monitor: http://some.bugtracker.example.com/ticket?id=123456789
102 #regzbot monitor: http://some.bugtracker.example.com/ticket?id=123456789
105 contain "Link:" tags pointing to your mail or the mentioned ticket.
416 * Monitor a discussion or bugzilla.kernel.org ticket where additions aspects of
423 will consider all messages in that thread or ticket as related to the fixing
427 or a ticket in a bug tracker that are slightly related, but about a different
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo_common.bbclass235 # Upstream ticket and PR:
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c863 ttm_eu_backoff_reservation(&ctx->ticket, &ctx->bo_list); in vmw_validation_bo_backoff()

123