Home
last modified time | relevance | path

Searched refs:ticket (Results 1 – 25 of 27) sorted by relevance

12

/linux/net/rxrpc/
H A Dkey.c96 memcpy(&token->kad->ticket, &xdr[8], tktlen); in rxrpc_preparse_xdr_rxkad()
110 token->kad->ticket[0], token->kad->ticket[1], in rxrpc_preparse_xdr_rxkad()
111 token->kad->ticket[2], token->kad->ticket[3], in rxrpc_preparse_xdr_rxkad()
112 token->kad->ticket[4], token->kad->ticket[5], in rxrpc_preparse_xdr_rxkad()
113 token->kad->ticket[6], token->kad->ticket[7]); in rxrpc_preparse_xdr_rxkad()
162 * opaque ticket<>;
173 const __be32 *ticket, *key; rxrpc_preparse_xdr_yfs_rxgk() local
[all...]
H A Drxgk_app.c51 void *payload, *ticket; in rxgk_yfs_decode_ticket() local
83 ticket = payload + pre_ticket_len; in rxgk_yfs_decode_ticket()
84 memcpy(ticket, buffer, ticket_len); in rxgk_yfs_decode_ticket()
98 t = ticket + sizeof(__be32) * 2 + xdr_round_up(klen); in rxgk_yfs_decode_ticket()
117 memcpy(q, ticket + sizeof(__be32) * 2, klen); in rxgk_yfs_decode_ticket()
121 if (WARN_ON((unsigned long)q != (unsigned long)ticket)) { in rxgk_yfs_decode_ticket()
185 void *ticket; in rxgk_extract_token() local
232 ticket = token; in rxgk_extract_token()
233 ret = rxgk_decrypt(krb5, token_enc, &ticket, &ticket_len, &ec); in rxgk_extract_token()
243 ret = conn->security->default_decode_ticket(conn, skb, ticket, in rxgk_extract_token()
H A Drxgk_common.h44 void *ticket, unsigned int ticket_len,
H A Drxkad.c733 ret = skb_store_bits(response, offset, token->kad->ticket, in rxkad_encrypt_response()
794 * decrypt the kerberos IV ticket in the response in rxkad_validate_challenge()
799 void *ticket, size_t ticket_len, in rxkad_validate_challenge()
822 ticket, ticket_len); in rxkad_insert_response_header()
823 p = ticket; in rxkad_insert_response_header()
843 /* extract the ticket flags */ in rxkad_insert_response_header()
864 /* get the IPv4 address of the entity that requested the ticket */ in rxkad_respond_to_challenge()
869 /* get the session key from the ticket */ in rxkad_respond_to_challenge()
875 /* get the ticket's lifetime */ in rxkad_respond_to_challenge()
879 /* get the issue time of the ticket */ in rxkad_respond_to_challenge()
947 rxkad_decrypt_ticket(struct rxrpc_connection * conn,struct key * server_key,struct sk_buff * skb,void * ticket,size_t ticket_len,struct rxrpc_crypt * _session_key,time64_t * _expiry) rxkad_decrypt_ticket() argument
1122 void *ticket; rxkad_verify_response() local
[all...]
H A Drxgk.c820 h.ticket_len = htonl(gk->key->ticket.len); in rxgk_insert_response_header()
943 8 + (4 + xdr_round_up(gk->key->ticket.len)) + (4 + authx_len); in rxgk_construct_response()
957 ret = skb_store_bits(response, offset, gk->key->ticket.data, gk->key->ticket.len); in rxgk_construct_response()
960 offset += gk->key->ticket.len; in rxgk_construct_response()
961 ret = rxgk_pad_out(response, gk->key->ticket.len, offset); in rxgk_construct_response()
1223 /* We now have a key instantiated from the decrypted ticket. We can in rxgk_verify_response()
1224 * pass this to the application so that they can parse the ticket in rxgk_verify_response()
1229 * the ticket doesn't necessarily match that of the transport. in rxgk_verify_response()
1298 * also come out this way if the ticket decryptio in rxgk_verify_response()
[all...]
H A Dar-internal.h336 /* Default ticket -> key decoder */
338 void *ticket, unsigned int ticket_len,
/linux/fs/xfs/
H A Dxfs_log.c26 struct xlog_ticket *ticket; member
60 struct xlog_ticket *ticket);
472 struct xlog_ticket *ticket) in xlog_state_release_iclog() argument
518 xlog_sync(log, iclog, ticket); in xlog_state_release_iclog()
806 struct xlog_ticket *ticket) in xlog_write_one_vec() argument
816 ticket->t_curr_res -= lv.lv_bytes; in xlog_write_one_vec()
819 return xlog_write(log, ctx, &lv_chain, ticket, lv.lv_bytes); in xlog_write_one_vec()
830 struct xlog_ticket *ticket) in xlog_write_unmount_record() argument
838 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record()
851 return xlog_write_one_vec(log, NULL, &reg, ticket); in xlog_write_unmount_record()
[all …]
H A Dxfs_log_cil.c129 ctx->ticket->t_curr_res += cilpcp->space_reserved; in xlog_cil_push_pcp_aggregate()
207 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
685 ctx_res = ctx->ticket->t_unit_res; in xlog_cil_insert_items()
1175 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain()
1191 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record()
1207 error = xlog_write_one_vec(log, ctx, &reg, ctx->ticket); in xlog_cil_write_commit_record()
1238 struct xlog_ticket *tic = ctx->ticket; in xlog_cil_build_trans_hdr()
1392 struct xlog_ticket *ticket; in xlog_cil_push_work() local
1395 new_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_push_work()
1534 ticket = ctx->ticket; in xlog_cil_push_work()
[all …]
/linux/include/drm/ttm/
H A Dttm_execbuf_util.h63 void ttm_eu_backoff_reservation(struct ww_acquire_ctx *ticket,
99 int ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket,
115 void ttm_eu_fence_buffer_objects(struct ww_acquire_ctx *ticket,
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c136 active_purge(struct drm_gem_object *obj, struct ww_acquire_ctx *ticket) in active_purge() argument
141 return purge(obj, ticket); in active_purge()
145 active_evict(struct drm_gem_object *obj, struct ww_acquire_ctx *ticket) in active_evict() argument
150 return evict(obj, ticket); in active_evict()
159 bool (*shrink)(struct drm_gem_object *obj, struct ww_acquire_ctx *ticket); in msm_gem_shrinker_scan()
225 vmap_shrink(struct drm_gem_object *obj, struct ww_acquire_ctx *ticket) in vmap_shrink() argument
/linux/include/asm-generic/
H A Dticket_spinlock.h36 u16 ticket = val >> 16; in ticket_spin_lock() local
38 if (ticket == (u16)val) in ticket_spin_lock()
49 atomic_cond_read_acquire(&lock->val, ticket == (u16)VAL); in ticket_spin_lock()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.h62 struct ww_acquire_ctx ticket; member
122 return ttm_eu_reserve_buffers(&ctx->ticket, &ctx->bo_list, intr, in vmw_validation_bo_reserve()
138 ttm_eu_fence_buffer_objects(&ctx->ticket, &ctx->bo_list, in vmw_validation_bo_fence()
H A Dvmwgfx_validation.c847 ttm_eu_backoff_reservation(&ctx->ticket, &ctx->bo_list); in vmw_validation_bo_backoff()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c561 struct ww_acquire_ctx *ticket, in ttm_bo_evict_alloc() argument
570 .ticket = ticket, in ttm_bo_evict_alloc()
588 if (lret || !ticket) in ttm_bo_evict_alloc()
599 evict_walk.walk.arg.ticket = ticket; in ttm_bo_evict_alloc()
717 struct ww_acquire_ctx *ticket; in ttm_bo_alloc_resource() local
720 ticket = dma_resv_locking_ctx(bo->base.resv); in ttm_bo_alloc_resource()
752 ticket, res, limit_pool); in ttm_bo_alloc_resource()
H A Dttm_bo_util.c848 ret = dma_resv_lock_interruptible(bo->base.resv, arg->ticket); in ttm_lru_walk_ticketlock()
850 ret = dma_resv_lock(bo->base.resv, arg->ticket); in ttm_lru_walk_ticketlock()
860 arg->ticket = NULL; in ttm_lru_walk_ticketlock()
1002 else if (!arg->ticket || arg->ctx->no_wait_gpu || arg->trylock_only) in __ttm_bo_lru_cursor_next()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-cmd-queue.h154 uint64_t ticket[(CVMX_CMD_QUEUE_END >> 16) * 256]; member
278 …[ticket_ptr] "=" GCC_OFF_SMALL_ASM()(__cvmx_cmd_queue_state_ptr->ticket[__cvmx_cmd_queue_get_index… in __cvmx_cmd_queue_lock()
279 [now_serving] "=m"(qptr->now_serving), [ticket] "=r"(tmp), in __cvmx_cmd_queue_lock()
/linux/tools/tracing/latency/
H A Dlatency-collector.c185 int ticket; member
666 req->ticket = r; in printstate_next_ticket()
675 if (req->ticket > printstate.ticket_completed) in printstate_mark_req_completed()
676 printstate.ticket_completed = req->ticket; in printstate_mark_req_completed()
682 return (printstate.ticket_counter != req->ticket); in printstate_has_new_req_arrived()
764 int diff = req->ticket - req->ticket_completed_ref; in table_get_probability()
1095 sec, us, req->ticket, str); in __print_skipmessage()
1098 sec, us, req->ticket); in __print_skipmessage()
1166 sec, us, req->ticket, slept_ms); in print_tracefile()
1170 us, req->ticket); in print_tracefile()
/linux/include/drm/
H A Ddrm_gem.h619 bool (*shrink)(struct drm_gem_object *obj, struct ww_acquire_ctx *ticket),
620 struct ww_acquire_ctx *ticket);
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c226 &objs->ticket); in virtio_gpu_array_lock_resv()
264 &objs->ticket); in virtio_gpu_array_unlock_resv()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c407 struct ww_acquire_ctx ticket; member
452 ww_acquire_fini(&op->ticket); in validate_fini()
468 ww_acquire_init(&op->ticket, &reservation_ww_class); in validate_init()
501 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
509 &op->ticket); in validate_init()
556 ww_acquire_done(&op->ticket); in validate_init()
/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()
/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).
/linux/Documentation/filesystems/
H A Dafs.rst213 Currently the username, realm, password and proposed ticket lifetime are
/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst416 * Monitor a discussion or bugzilla.kernel.org ticket where additions aspects of
423 or a ticket in a bug tracker that are slightly related, but about a different
/linux/Documentation/translations/sp_SP/process/
H A Dhandling-regressions.rst47 #regzbot monitor: http://some.bugtracker.example.com/ticket?id=123456789
114 #regzbot monitor: http://some.bugtracker.example.com/ticket?id=123456789
117 las etiquetas "Link:" apuntando a su email o el ticket indicado.

12