Home
last modified time | relevance | path

Searched refs:tail (Results 1726 - 1750 of 2334) sorted by relevance

1...<<61626364656667686970>>...94

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunsu.c418 serial_out(up, UART_TX, xmit->buf[xmit->tail]); in transmit_chars()
419 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in transmit_chars()
/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink_compat.c263 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit() local
265 if (*tail != '\0') in __tipc_nl_compat_dumpit()
266 sprintf(tail - sizeof(REPLY_TRUNCATED) - 1, in __tipc_nl_compat_dumpit()
/kernel/linux/linux-5.10/fs/ntfs/
H A Daops.c1727 struct buffer_head *tail; in mark_ntfs_record_dirty() local
1731 tail = bh; in mark_ntfs_record_dirty()
1734 tail->b_this_page = head; in mark_ntfs_record_dirty()
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/
H A Di810_dma.c252 ring->space = ring->head - (ring->tail + 8); in i810_wait_ring()
280 ring->tail = I810_READ(LP_RING + RING_TAIL); in i810_kernel_lost_context()
281 ring->space = ring->head - (ring->tail + 8); in i810_kernel_lost_context()
/kernel/linux/linux-6.6/fs/ntfs/
H A Daops.c1728 struct buffer_head *tail; in mark_ntfs_record_dirty() local
1732 tail = bh; in mark_ntfs_record_dirty()
1735 tail->b_this_page = head; in mark_ntfs_record_dirty()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfile.c539 * Write tail of the last page before removed range since in ntfs_fallocate()
1000 size_t cp, tail = PAGE_SIZE - off; in ntfs_compress_write() local
1004 min(tail, bytes), from); in ntfs_compress_write()
1012 if (cp < tail) { in ntfs_compress_write()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h338 u32 tail; member
432 u32 tail; member
473 u32 tail; member
/kernel/linux/linux-6.6/net/tipc/
H A Dnetlink_compat.c262 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit() local
264 if (*tail != '\0') in __tipc_nl_compat_dumpit()
265 sprintf(tail - sizeof(REPLY_TRUNCATED) - 1, in __tipc_nl_compat_dumpit()
/third_party/ffmpeg/libavutil/
H A Deval.c106 double av_strtod(const char *numstr, char **tail) in av_strtod() argument
138 /* if requested, fill in tail with the position after the last parsed in av_strtod()
140 if (tail) in av_strtod()
141 *tail = next; in av_strtod()
/third_party/lz4/tests/
H A DMakefile455 $(DD) if=$(FPREFIX)-$$l of=$(FPREFIX)-$$l-tail bs=1 count=65536 skip=$$((l > 65536 ? l - 65536 : 0)); \
456 < $(FPREFIX)-$$l $(LZ4) -D stdin $(FPREFIX)-data-128KB -c | $(LZ4) -dD $(FPREFIX)-$$l-tail | $(DIFF) - $(FPREFIX)-data-128KB; \
457 < $(FPREFIX)-$$l-tail $(LZ4) -D stdin $(FPREFIX)-data-128KB -c | $(LZ4) -dD $(FPREFIX)-$$l | $(DIFF) - $(FPREFIX)-data-128KB; \
/third_party/protobuf/js/binary/
H A Dwriter.js222 var tail = this.encoder_.end();
223 flat.set(tail, offset);
224 offset += tail.length;
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c9 * After the application reads the CQ ring tail, it must use an
11 * before writing the tail (using smp_load_acquire to read the tail will
19 * writing the SQ tail (ordering SQ entry stores with the tail store),
21 * to store the tail will do). And it needs a barrier ordering the SQ
27 * updating the SQ tail; a full memory barrier smp_mb() is needed
191 return READ_ONCE(ctx->rings->cq.tail) - READ_ONCE(ctx->rings->cq.head); in __io_cqring_events_user()
843 /* userspace may cheat modifying the tail, be safe and do min */ in io_cqe_cache_refill()
1636 u32 tail in io_iopoll_check() local
[all...]
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp998 std::string tail = ".hap"; in HWTEST_F() local
999 bool ret = Utils::endWithTail(path, tail); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h325 u8 __iomem *tail; member
821 union { /* Union defining head/tail partner */
823 struct sk_buff *tail; member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c664 u32 tail = hclge_read_dev(hw, HCLGE_NIC_CRQ_TAIL_REG); in hclge_cmd_crq_empty() local
666 return tail == hw->cmq.crq.next_to_use; in hclge_cmd_crq_empty()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h462 u64 tail : 20; member
464 u64 tail : 20; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c832 if (hr_qp->sq.tail != hr_qp->sq.head) in hns_roce_handle_device_err()
837 if ((!hr_qp->ibqp.srq) && (hr_qp->rq.tail != hr_qp->rq.head)) in hns_roce_handle_device_err()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c563 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()
565 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h171 unsigned tail; member
381 int tail; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h364 u8 __iomem *tail; member
880 union { /* Union defining head/tail partner */
882 struct sk_buff *tail; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h172 unsigned tail; member
382 int tail; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dtx.c720 q->tail = (q->tail + 1) % q->ndesc; in mt76_queue_tx_complete()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem.c1356 * drm_gem_lru_move_tail_locked - move the object to the tail of the LRU
1378 * drm_gem_lru_move_tail - move the object to the tail of the LRU
1381 * tail. Otherwise it will be removed from whichever other LRU
1455 goto tail; in drm_gem_lru_scan()
1472 tail: in drm_gem_lru_scan()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c563 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()
565 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()
/third_party/ffmpeg/tests/
H A Dfate-run.sh122 tail -n 9 "$pktfile1"
125 tail -n 9 "$framefile1"

Completed in 86 milliseconds

1...<<61626364656667686970>>...94