| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 64 loff_t *spos = v; in _opcode_stats_seq_show() local 65 loff_t i = *spos, j; in _opcode_stats_seq_show() 102 loff_t *spos = v; in _tx_opcode_stats_seq_show() local 103 loff_t i = *spos; in _tx_opcode_stats_seq_show() 155 loff_t *spos; in _ctx_stats_seq_show() local 167 spos = v; in _ctx_stats_seq_show() 168 i = *spos; in _ctx_stats_seq_show() 283 loff_t *spos = v; in _sdes_seq_show() local 284 loff_t i = *spos; in _sdes_seq_show() 326 loff_t *spos = v; in _rcds_seq_show() local [all …]
|
| H A D | fault.c | 45 loff_t *spos = v; in _fault_stats_seq_show() local 46 loff_t i = *spos, j; in _fault_stats_seq_show()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctdaio.h | 72 int (*set_spos)(struct dao *dao, unsigned int spos); 74 int (*get_spos)(struct dao *dao, unsigned int *spos);
|
| H A D | cthardware.h | 162 int (*dao_set_spos)(void *blk, unsigned int spos); 164 int (*dao_get_spos)(void *blk, unsigned int *spos);
|
| H A D | cthw20k2.c | 901 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument 903 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos() 924 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument 926 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl; in dao_get_spos()
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 113 loff_t *spos = kmalloc(sizeof(loff_t), GFP_KERNEL); 114 if (! spos) 116 *spos = *pos; 117 return spos; 145 loff_t *spos = v; 146 *pos = ++*spos; 147 return spos; 184 loff_t *spos = v; 185 seq_printf(s, "%lld\n", (long long)*spos);
|
| /linux/tools/perf/util/ |
| H A D | thread-stack.c | 683 struct branch_entry *d, *s, *spos, *ssz; in thread_stack__br_sample_late() local 697 spos = &src->entries[ts->br_stack_pos]; in thread_stack__br_sample_late() 701 s = spos; in thread_stack__br_sample_late() 708 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late() 716 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late() 731 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late() 740 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late()
|
| /linux/drivers/video/fbdev/ |
| H A D | tgafb.c | 1068 unsigned long dpos, spos, i, n64; local 1078 spos = (sy + height) * width; 1082 spos -= 64; 1084 __raw_writel(spos, tga_regs+TGA_COPY64_SRC); 1090 spos = sy * width; 1094 __raw_writel(spos, tga_regs+TGA_COPY64_SRC); 1098 spos += 64;
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 567 struct sync_item *spos; in ionic_rx_filter_sync() local 606 list_for_each_entry_safe(sync_item, spos, &sync_del_list, list) { in ionic_rx_filter_sync() 613 list_for_each_entry_safe(sync_item, spos, &sync_add_list, list) { in ionic_rx_filter_sync()
|
| /linux/sound/core/ |
| H A D | init.c | 666 const char *spos = name; in retrieve_id_from_card_name() local 670 spos = name + 1; in retrieve_id_from_card_name() 673 return spos; in retrieve_id_from_card_name()
|
| /linux/fs/ocfs2/ |
| H A D | refcounttree.c | 4503 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; in ocfs2_reflink_remap_extent() local 4512 spos = ocfs2_bytes_to_clusters(s_inode->i_sb, pos_in); in ocfs2_reflink_remap_extent() 4516 while (spos < slast) { in ocfs2_reflink_remap_extent() 4523 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent() 4530 num_clusters = min_t(u32, num_clusters, slast - spos); in ocfs2_reflink_remap_extent() 4557 ref_root_bh, spos, in ocfs2_reflink_remap_extent() 4583 spos += num_clusters; in ocfs2_reflink_remap_extent()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 6691 size_t spos = seqPos.idx; in blockSize_explicitDelimiter() local 6692 DEBUGLOG(6, "blockSize_explicitDelimiter : seq %zu / %zu", spos, inSeqsSize); in blockSize_explicitDelimiter() 6693 assert(spos <= inSeqsSize); in blockSize_explicitDelimiter() 6694 while (spos < inSeqsSize) { in blockSize_explicitDelimiter() 6695 end = (inSeqs[spos].offset == 0); in blockSize_explicitDelimiter() 6696 blockSize += inSeqs[spos].litLength + inSeqs[spos].matchLength; in blockSize_explicitDelimiter() 6698 if (inSeqs[spos].matchLength != 0) in blockSize_explicitDelimiter() 6702 spos++; in blockSize_explicitDelimiter()
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 1062 struct page **pages, int spos) in process_v2_sparse_read() argument 1080 int idx = spos >> PAGE_SHIFT; in process_v2_sparse_read() 1081 int soff = offset_in_page(spos); in process_v2_sparse_read() 1097 spos += len; in process_v2_sparse_read()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | res_func.S | 104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
|