/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 148 BasicBlock::iterator insert_point = GetClonedLoop()->GetLatchBlock()->tail(); in InsertCanonicalInductionVariable() 326 BasicBlock::iterator insert_point = condition_block->tail(); in FixExitCondition() 365 bb_pred->tail()->ForEachInId([bb, &new_bb](uint32_t* id) { in CreateBlockBefore() 372 def_use_mgr->AnalyzeInstUse(&*bb_pred->tail()); in CreateBlockBefore() 401 context_->KillInst(&*if_block->tail()); in ProtectLoop() 424 context_, &*cloned_loop_->GetPreHeaderBlock()->tail(), in PeelBefore() 486 context_, &*cloned_loop_->GetPreHeaderBlock()->tail(), in PeelAfter() 548 &*GetOriginalLoop()->GetPreHeaderBlock()->tail(), in PeelAfter() 641 if (!loop->FindNumberOfIterations(exiting_iv, &*exit_block->tail(), in ProcessLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_peeling.cpp | 148 BasicBlock::iterator insert_point = GetClonedLoop()->GetLatchBlock()->tail(); in InsertCanonicalInductionVariable() 326 BasicBlock::iterator insert_point = condition_block->tail(); in FixExitCondition() 365 bb_pred->tail()->ForEachInId([bb, &new_bb](uint32_t* id) { in CreateBlockBefore() 372 def_use_mgr->AnalyzeInstUse(&*bb_pred->tail()); in CreateBlockBefore() 401 context_->KillInst(&*if_block->tail()); in ProtectLoop() 424 context_, &*cloned_loop_->GetPreHeaderBlock()->tail(), in PeelBefore() 486 context_, &*cloned_loop_->GetPreHeaderBlock()->tail(), in PeelAfter() 548 &*GetOriginalLoop()->GetPreHeaderBlock()->tail(), in PeelAfter() 641 if (!loop->FindNumberOfIterations(exiting_iv, &*exit_block->tail(), in ProcessLoop()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 162 BasicBlock::iterator insert_point = GetClonedLoop()->GetLatchBlock()->tail(); in InsertCanonicalInductionVariable() 327 BasicBlock::iterator insert_point = condition_block->tail(); in FixExitCondition() 366 bb_pred->tail()->ForEachInId([bb, &new_bb](uint32_t* id) { in CreateBlockBefore() 373 def_use_mgr->AnalyzeInstUse(&*bb_pred->tail()); in CreateBlockBefore() 402 context_->KillInst(&*if_block->tail()); in ProtectLoop() 425 context_, &*cloned_loop_->GetPreHeaderBlock()->tail(), in PeelBefore() 487 context_, &*cloned_loop_->GetPreHeaderBlock()->tail(), in PeelAfter() 549 &*GetOriginalLoop()->GetPreHeaderBlock()->tail(), in PeelAfter() 642 if (!loop->FindNumberOfIterations(exiting_iv, &*exit_block->tail(), in ProcessLoop()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 113 struct ib_send_wr *tail = head; in rtrs_post_send() local 115 while (tail->next) in rtrs_post_send() 116 tail = tail->next; in rtrs_post_send() 117 tail->next = wr; in rtrs_post_send()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-iproc-msi.c | 327 u32 eq, head, tail, nr_events; in iproc_msi_handler() local 338 * iProc MSI event queue is tracked by head and tail pointers. Head in iproc_msi_handler() 341 * tail pointer as the next data insertion point. in iproc_msi_handler() 343 * Entries between head and tail pointers contain valid MSI data. MSI in iproc_msi_handler() 344 * data is guaranteed to be in the event queue memory before the tail in iproc_msi_handler() 350 tail = iproc_msi_read_reg(msi, IPROC_MSI_EQ_TAIL, in iproc_msi_handler() 357 nr_events = (tail < head) ? in iproc_msi_handler() 358 (EQ_LEN - (head - tail)) : (tail - head); in iproc_msi_handler() 379 * Now go read the tail pointe in iproc_msi_handler() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | mcf.c | 343 if (xmit->head == xmit->tail) in mcf_tx_chars() 345 writeb(xmit->buf[xmit->tail], port->membase + MCFUART_UTB); in mcf_tx_chars() 346 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE -1); in mcf_tx_chars() 353 if (xmit->head == xmit->tail) { in mcf_tx_chars()
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | recovery.c | 175 struct jbd2_journal_block_tail *tail; in jbd2_descriptor_block_csum_verify() local 182 tail = (struct jbd2_journal_block_tail *)(buf + j->j_blocksize - in jbd2_descriptor_block_csum_verify() 184 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify() 185 tail->t_checksum = 0; in jbd2_descriptor_block_csum_verify() 187 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsxdr.c | 389 * 1. pathname in the pagelist -> sattr is in the tail. in nfssvc_decode_symlinkargs() 395 p = rqstp->rq_arg.tail[0].iov_base; in nfssvc_decode_symlinkargs() 481 /* need to pad the tail */ in nfssvc_encode_readlinkres() 482 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readlinkres() 484 rqstp->rq_res.tail[0].iov_len = 4 - (resp->len&3); in nfssvc_encode_readlinkres() 505 /* need to pad the tail */ in nfssvc_encode_readres() 506 rqstp->rq_res.tail[0].iov_base = p; in nfssvc_encode_readres() 508 rqstp->rq_res.tail[0].iov_len = 4 - (resp->count&3); in nfssvc_encode_readres()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_qp.h | 187 * @tail: index of next entry to pull 192 * tail pointer and receive work queue entries for kernel 201 u32 tail; /* receives pull requests from here. */ member 271 * @tail: tail indices of the circular buffer 276 static inline u32 rvt_get_rq_count(struct rvt_rq *rq, u32 head, u32 tail) in rvt_get_rq_count() argument 278 u32 count = head - tail; in rvt_get_rq_count() 401 u32 s_ssn; /* SSN of tail entry */ 914 * ib_cq_tail - Return tail index of cq buffer 917 * This is called in qp_iter_print to get tail [all...] |
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | recovery.c | 181 struct jbd2_journal_block_tail *tail; in jbd2_descriptor_block_csum_verify() local 188 tail = (struct jbd2_journal_block_tail *)((char *)buf + in jbd2_descriptor_block_csum_verify() 190 provided = tail->t_checksum; in jbd2_descriptor_block_csum_verify() 191 tail->t_checksum = 0; in jbd2_descriptor_block_csum_verify() 193 tail->t_checksum = provided; in jbd2_descriptor_block_csum_verify()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdmavt_qp.h | 187 * @tail: index of next entry to pull 192 * tail pointer and receive work queue entries for kernel 201 u32 tail; /* receives pull requests from here. */ member 271 * @tail: tail indices of the circular buffer 276 static inline u32 rvt_get_rq_count(struct rvt_rq *rq, u32 head, u32 tail) in rvt_get_rq_count() argument 278 u32 count = head - tail; in rvt_get_rq_count() 401 u32 s_ssn; /* SSN of tail entry */ 914 * ib_cq_tail - Return tail index of cq buffer 917 * This is called in qp_iter_print to get tail [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | timeout.c | 577 u32 tail, off = timeout->off; in io_timeout() local 591 tail = data_race(ctx->cached_cq_tail) - atomic_read(&ctx->cq_timeouts); in io_timeout() 592 timeout->target_seq = tail + off; in io_timeout() 598 ctx->cq_last_tm_flush = tail; in io_timeout() 610 /* nxt.seq is behind @tail, otherwise would've been completed */ in io_timeout() 611 if (off >= nextt->target_seq - tail) in io_timeout()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_transport.c | 98 memcpy((void *)((uintptr_t)ring->base_addr + ring->tail), msg, in adf_send_message() 101 ring->tail = adf_modulo(ring->tail + in adf_send_message() 106 ring->tail); in adf_send_message() 274 ring->tail = 0; in adf_create_ring()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-iproc-msi.c | 327 u32 eq, head, tail, nr_events; in iproc_msi_handler() local 337 * iProc MSI event queue is tracked by head and tail pointers. Head in iproc_msi_handler() 340 * tail pointer as the next data insertion point. in iproc_msi_handler() 342 * Entries between head and tail pointers contain valid MSI data. MSI in iproc_msi_handler() 343 * data is guaranteed to be in the event queue memory before the tail in iproc_msi_handler() 349 tail = iproc_msi_read_reg(msi, IPROC_MSI_EQ_TAIL, in iproc_msi_handler() 356 nr_events = (tail < head) ? in iproc_msi_handler() 357 (EQ_LEN - (head - tail)) : (tail - head); in iproc_msi_handler() 377 * Now go read the tail pointe in iproc_msi_handler() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 110 struct ib_send_wr *wr, struct ib_send_wr *tail) in rtrs_post_send() 122 if (tail) in rtrs_post_send() 123 wr->next = tail; in rtrs_post_send() 159 struct ib_send_wr *tail) in rtrs_iu_post_rdma_write_imm() 183 return rtrs_post_send(con->qp, head, &wr.wr, tail); in rtrs_iu_post_rdma_write_imm() 109 rtrs_post_send(struct ib_qp *qp, struct ib_send_wr *head, struct ib_send_wr *wr, struct ib_send_wr *tail) rtrs_post_send() argument 154 rtrs_iu_post_rdma_write_imm(struct rtrs_con *con, struct rtrs_iu *iu, struct ib_sge *sge, unsigned int num_sge, u32 rkey, u64 rdma_addr, u32 imm_data, enum ib_send_flags flags, struct ib_send_wr *head, struct ib_send_wr *tail) rtrs_iu_post_rdma_write_imm() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 421 Interval() : head(0), tail(0) { } 431 inline int end() const { checkTail(); return tail ? tail->end : -1; } 470 Range *tail; 581 assert(tail == r);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | conditionalTypes2.js | 88 tail(): Opt<Seq<T>>; 92 tail(): Opt<Vector<T>> { 309 Vector.prototype.tail = function () {
367 tail(): Opt<Seq<T>>;
370 tail(): Opt<Vector<T>>;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_types.h | 43 u32 tail; /* updated on submission, used for RING_TAIL */ member
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_prioq.h | 16 struct snd_seq_event_cell *tail; /* pointer to tail of prioq */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_types.h | 42 u32 tail; /* updated on submission, used for RING_TAIL */ member
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_prioq.h | 16 struct snd_seq_event_cell *tail; /* pointer to tail of prioq */ member
|
/third_party/curl/lib/ |
H A D | llist.h | 40 struct Curl_llist_element *tail; member
|
/third_party/ltp/testcases/kernel/syscalls/swapon/ |
H A D | Makefile | 4 NEEDSPECIAL := $(shell echo MAX_SWAPFILES | $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 | grep 32; echo $?)
|
/third_party/ltp/testcases/network/tcp_cmds/host/ |
H A D | host01.sh | 10 TST_NEEDS_CMDS="awk grep host hostname tail" 22 addr=$(echo "$addr" | grep address | tail -1 | awk '{print $NF}')
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | entry.S | 155 tail do_trap_unknown 351 tail do_notify_resume 353 tail schedule 379 tail schedule_tail
|