/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 140 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) MR_LdSpanArrayGet() argument 142 return le16_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef); MR_LdSpanArrayGet() 160 static struct MR_LD_SPAN *MR_LdSpanPtrGet(u32 ld, u32 span, MR_LdSpanPtrGet() argument 163 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; MR_LdSpanPtrGet() 284 dev_err(&instance->pdev->dev, "megasas: span map %x, pDrvRaidMap->totalSize : %x\n", MR_ValidateMapInfo() 313 u32 span, j; MR_GetSpanBlock() local 315 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { MR_GetSpanBlock() 333 return span; MR_GetSpanBlock() 343 * Function to print info about span set created in driver from FW raid map 354 u8 span; getSpanInfo() local 369 for (span = 0; span < raid->spanDepth; span++) getSpanInfo() 371 " number of quads=%x\n", span, getSpanInfo() 372 le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. getSpanInfo() 387 dev_dbg(&instance->pdev->dev, "span row start=0x%08lx," getSpanInfo() 400 for (span = 0; span < raid->spanDepth; span++) { getSpanInfo() 401 if (le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. getSpanInfo() 405 spanBlock[span].block_span_info. getSpanInfo() 408 "Quad=%x, diff=%x\n", span, getSpanInfo() 438 * span - Span number 450 u32 span, info; mr_spanset_get_span_block() local 462 for (span = 0; span < raid->spanDepth; span++) mr_spanset_get_span_block() 463 if (le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. mr_spanset_get_span_block() 466 spanBlock[span]. mr_spanset_get_span_block() 483 return span; mr_spanset_get_span_block() 513 u32 info, strip_offset, span, span_offset; get_row_from_strip() local 529 for (span = 0, span_offset = 0; span < raid->spanDepth; span++) get_row_from_strip() 530 if (le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. get_row_from_strip() 533 span_set->strip_offset[span]) get_row_from_strip() 541 "data width 0x%llx span offset 0x%x\n", strip, get_row_from_strip() 583 u32 span, info; get_strip_from_row() local 594 for (span = 0; span < raid->spanDepth; span++) get_strip_from_row() 595 if (le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. get_strip_from_row() 598 spanBlock[span].block_span_info.quad[info]; get_strip_from_row() 609 strip += span_set->strip_offset[span]; get_strip_from_row() 643 u32 info, strip_offset, span, span_offset, retval; get_arm_from_strip() local 657 for (span = 0, span_offset = 0; span < raid->spanDepth; span++) get_arm_from_strip() 658 if (le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. get_arm_from_strip() 661 span_set->strip_offset[span]) get_arm_from_strip() 663 span_set->strip_offset[span]; get_arm_from_strip() 684 u8 get_arm(struct megasas_instance *instance, u32 ld, u8 span, u64 stripe, get_arm() argument 695 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span)); get_arm() 712 * This routine calculates the arm, span and block for the specified stripe and 723 * span - Span number 733 u8 physArm, span; mr_spanset_get_phy_params() local 745 /*Get row and span from io_info for Uneven Span IO.*/ mr_spanset_get_phy_params() 747 span = io_info->start_span; mr_spanset_get_phy_params() 754 rowMod = mega_mod64(row, SPAN_ROW_SIZE(map, ld, span)); mr_spanset_get_phy_params() 755 armQ = SPAN_ROW_SIZE(map, ld, span) - 1 - rowMod; mr_spanset_get_phy_params() 757 if (arm >= SPAN_ROW_SIZE(map, ld, span)) mr_spanset_get_phy_params() 758 arm -= SPAN_ROW_SIZE(map, ld, span); mr_spanset_get_phy_params() 762 physArm = get_arm(instance, ld, span, stripRow, map); mr_spanset_get_phy_params() 766 arRef = MR_LdSpanArrayGet(ld, span, map); mr_spanset_get_phy_params() 784 *pdBlock += stripRef + le64_to_cpu(MR_LdSpanPtrGet(ld, span, map)->startBlk); mr_spanset_get_phy_params() 785 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | mr_spanset_get_phy_params() 794 * This routine calculates the arm, span and block for the specified stripe and 805 * span - Span number 815 u8 physArm, span; MR_GetPhyParams() local 851 span = 0; MR_GetPhyParams() 854 span = (u8)MR_GetSpanBlock(ld, row, pdBlock, map); MR_GetPhyParams() 855 if (span == SPAN_INVALID) MR_GetPhyParams() 859 /* Get the array on which this span is present */ MR_GetPhyParams() 860 arRef = MR_LdSpanArrayGet(ld, span, map); MR_GetPhyParams() 881 *pdBlock += stripRef + le64_to_cpu(MR_LdSpanPtrGet(ld, span, map)->startBlk); MR_GetPhyParams() 882 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | MR_GetPhyParams() 990 " span 0x%x\n", __func__, __LINE__, MR_BuildRaidContext() 995 "Start span 0x%x\n", (unsigned long long)start_row, MR_BuildRaidContext() 1037 * For Even span region lock optimization. MR_BuildRaidContext() 1058 * For Uneven span region lock optimization. MR_BuildRaidContext() 1153 u8 span, count; mr_update_span_set() local 1169 for (span = 0; span < raid->spanDepth; span++) { mr_update_span_set() 1170 if (le32_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span]. mr_update_span_set() 1176 spanBlock[span].block_span_info. mr_update_span_set() 1193 "span %x rowDataSize %x\n", mr_update_span_set() 1249 if (span == raid->spanDepth) mr_update_span_set() 1294 u8 bestArm, pd0, pd1, span, arm; megasas_get_best_arm_pd() local 1300 span = ((io_info->span_arm & RAID_CTX_SPANARM_SPAN_MASK) megasas_get_best_arm_pd() 1310 SPAN_ROW_SIZE(drv_map, ld, span) : raid->rowSize; megasas_get_best_arm_pd() 1312 arRef = MR_LdSpanArrayGet(ld, span, drv_map); megasas_get_best_arm_pd() 1333 io_info->span_arm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | bestArm; megasas_get_best_arm_pd() 1337 "occur - span 0x%x arm 0x%x bestArm 0x%x " megasas_get_best_arm_pd() 1339 span, arm, bestArm, io_info->span_arm); megasas_get_best_arm_pd()
|
H A D | mbox_defs.h | 600 * adap_span_40ld_t - 40LD span 612 * adap_span_8ld_t - 8LD span 650 * @span : span 654 adap_span_40ld_t span[SPAN_DEPTH_8_SPANS]; member in struct:__anon9263 661 * @span : span 667 adap_span_8ld_t span[SPAN_DEPTH_8_SPANS]; member in struct:__anon9264 674 * @span : span 680 adap_span_8ld_t span[SPAN_DEPTH_4_SPANS]; member in struct:__anon9265
|
H A D | megaraid_sas_fusion.h | 529 struct MR_LD_SPAN span; member in struct:MR_SPAN_BLOCK_INFO 630 u8 span_arm; /* span[7:5], arm[4:0] */ 693 /* SPAN_SET is info caclulated from span info from Raid map per LD */
|
H A D | megaraid_sas_fusion.c | 1672 u8 span, physArm; megasas_build_dcdb_fusion() local 1771 span = physArm = 0; megasas_build_dcdb_fusion() 1772 arRef = MR_LdSpanArrayGet(ld, span, local_map_ptr); megasas_build_dcdb_fusion()
|
H A D | megaraid_sas.h | 1965 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map);
|
/linux-4.1.27/tools/perf/ui/gtk/ |
H A D | browser.c | 40 return "<span fgcolor='red'>"; perf_gtk__get_percent_color() 42 return "<span fgcolor='dark green'>"; perf_gtk__get_percent_color()
|
H A D | annotate.c | 46 ret += scnprintf(buf + ret, size - ret, "</span>"); perf_gtk__get_percent() 68 const char *markup = "<span fgcolor='gray'>"; perf_gtk__get_line() 82 ret += scnprintf(buf + ret, size - ret, "</span>"); perf_gtk__get_line()
|
H A D | hists.c | 33 ret += scnprintf(buf + ret, size - ret, "</span>"); __percent_color_snprintf()
|
/linux-4.1.27/scripts/ |
H A D | kernel-doc | 195 my %highlights_html5 = ( $type_constant, "<span class=\"const\">\$1</span>", 196 $type_func, "<span class=\"func\">\$1</span>", 197 $type_struct_xml, "<span class=\"struct\">\$1</span>", 198 $type_env, "<span class=\"env\">\$1</span>", 199 $type_param, "<span class=\"param\">\$1</span>" ); 703 print "<span class=\"keyword\">enum</span> "; 704 print "<span class=\"identifier\">" . $args{'enum'} . "</span> {"; 709 print "<span class=\"param\">" . $parameter . "</span>"; 748 print "<span class=\"keyword\">typedef</span> "; 749 print "<span class=\"identifier\">" . $args{'typedef'} . "</span>"; 771 print "<span class=\"type\">" . $args{'type'} . "</span> "; 772 print "<span class=\"identifier\">" . $args{'struct'} . "</span> {"; 777 print "<span class=\"param\">" . $parameter ."</span>\n"; 788 print "<span class=\"type\">$1</span> "; 789 print "<span class=\"param\">$parameter</span>"; 790 print "<span class=\"type\">)</span> "; 791 print "(<span class=\"args\">$2</span>);"; 794 print "<span class=\"type\">$1</span> "; 795 print "<span class=\"param\">$parameter</span>"; 796 print "<span class=\"bits\">$2</span>;"; 798 print "<span class=\"type\">$type</span> "; 799 print "<span class=\"param\">$parameter</span>;"; 843 print "<span class=\"type\">" . $args{'functiontype'} . "</span> "; 844 print "<span class=\"identifier\">" . $args{'function'} . "</span> ("; 852 print "<span class=\"type\">$1</span> "; 853 print "<span class=\"param\">$parameter</span>"; 854 print "<span class=\"type\">)</span> "; 855 print "(<span class=\"args\">$2</span>)"; 857 print "<span class=\"type\">$type</span> "; 858 print "<span class=\"param\">$parameter</span>";
|
/linux-4.1.27/drivers/iio/dac/ |
H A D | ad5791.c | 69 int (*get_lin_comp) (unsigned int span); 213 static int ad5791_get_lin_comp(unsigned int span) ad5791_get_lin_comp() argument 215 if (span <= 10000) ad5791_get_lin_comp() 217 else if (span <= 12000) ad5791_get_lin_comp() 219 else if (span <= 16000) ad5791_get_lin_comp() 221 else if (span <= 19000) ad5791_get_lin_comp() 227 static int ad5780_get_lin_comp(unsigned int span) ad5780_get_lin_comp() argument 229 if (span <= 10000) ad5780_get_lin_comp()
|
/linux-4.1.27/arch/sh/mm/ |
H A D | pmb.c | 146 unsigned long span; pmb_mapping_exists() local 169 span = pmbe->size; pmb_mapping_exists() 176 span += iter->size; pmb_mapping_exists() 181 if (size <= span) { pmb_mapping_exists() 381 * Link adjacent entries that span multiple PMB pmb_bolt_mapping() 640 * see if the entries span a contiguous mapping. If so, pmb_synchronize() 657 unsigned long span, newsize; pmb_merge() local 661 span = newsize = head->size; pmb_merge() 665 span += tail->size; pmb_merge() 667 if (pmb_size_valid(span)) { pmb_merge() 668 newsize = span; pmb_merge()
|
/linux-4.1.27/net/mac802154/ |
H A D | rx.c | 45 __le16 span, sshort; ieee802154_subif_frame() local 52 span = wpan_dev->pan_id; ieee802154_subif_frame() 65 if (mac_cb(skb)->dest.pan_id != span && ieee802154_subif_frame() 74 if (mac_cb(skb)->dest.pan_id != span && ieee802154_subif_frame()
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | thread_info.h | 89 /* Note: The masks below must never span more than 16 bits! */
|
/linux-4.1.27/lib/ |
H A D | glob.c | 76 * Iterate over each span in the character class. glob_match() 77 * A span is either a single character a, or a glob_match() 78 * range a-b. The first span may begin with ']'. glob_match()
|
H A D | percpu_ida.c | 284 * performance, the workload should not span more cpus than nr_tags / 128.
|
/linux-4.1.27/include/uapi/linux/ |
H A D | falloc.h | 33 * span holes in the file, and the entire range is preferable converted to
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
H A D | udl_transfer.c | 186 /* Then start another raw pixel span */ udl_compress_hline16() 193 /* finalize last RAW span */ udl_compress_hline16()
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_qdio.c | 51 unsigned long long now, span; zfcp_qdio_account() local 55 span = (now - qdio->req_q_time) >> 12; zfcp_qdio_account() 57 qdio->req_q_util += used * span; zfcp_qdio_account()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_memcontrol.c | 85 * We need to do this, because static_keys will span multiple tcp_update_limit()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
H A D | vmxnet3_int.h | 105 VMNET_CAP_RX_CHAIN = 0x8000, /* pkt can span multiple rx entries */ 108 VMNET_CAP_SG_SPAN_PAGES = 0x40000, /* Scatter-gather can span multiple*/
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
H A D | console.h | 116 int tes_span; /* nodes span of target group */ 231 int concur, int dist, int span,
|
H A D | conrpc.c | 723 int dist, int span, int nkiov, lnet_kiov_t *kiov) lstcon_dstnodes_prep() 733 LASSERT(span >= 1); lstcon_dstnodes_prep() 736 if (span > grp->grp_nnode) lstcon_dstnodes_prep() 739 start = ((idx / dist) * span) % grp->grp_nnode; lstcon_dstnodes_prep() 740 end = ((idx / dist) * span + span - 1) % grp->grp_nnode; lstcon_dstnodes_prep() 722 lstcon_dstnodes_prep(lstcon_group_t *grp, int idx, int dist, int span, int nkiov, lnet_kiov_t *kiov) lstcon_dstnodes_prep() argument
|
H A D | console.c | 1275 int concur, int dist, int span, lstcon_test_add() 1321 test->tes_span = span; lstcon_test_add() 1274 lstcon_test_add(char *batch_name, int type, int loop, int concur, int dist, int span, char *src_name, char *dst_name, void *param, int paramlen, int *retp, struct list_head *result_up) lstcon_test_add() argument
|
/linux-4.1.27/mm/ |
H A D | page_io.c | 138 sector_t *span) generic_swapfile_activate() 214 *span = 1 + highest_block - lowest_block; generic_swapfile_activate() 136 generic_swapfile_activate(struct swap_info_struct *sis, struct file *swap_file, sector_t *span) generic_swapfile_activate() argument
|
H A D | swapfile.c | 525 * start of partition, to minimize the span of allocated swap. scan_swap_map() 1717 static int setup_swap_extents(struct swap_info_struct *sis, sector_t *span) setup_swap_extents() argument 1726 *span = sis->pages; setup_swap_extents() 1731 ret = mapping->a_ops->swap_activate(sis, swap_file, span); setup_swap_extents() 1735 *span = sis->pages; setup_swap_extents() 1740 return generic_swapfile_activate(sis, swap_file, span); setup_swap_extents() 2251 sector_t *span) setup_swap_map_and_extents() 2294 nr_extents = setup_swap_extents(p, span); setup_swap_map_and_extents() 2356 sector_t span; SYSCALL_DEFINE2() local 2466 cluster_info, maxpages, &span); 2515 nr_extents, (unsigned long long)span<<(PAGE_SHIFT-10), 2246 setup_swap_map_and_extents(struct swap_info_struct *p, union swap_header *swap_header, unsigned char *swap_map, struct swap_cluster_info *cluster_info, unsigned long maxpages, sector_t *span) setup_swap_map_and_extents() argument
|
H A D | bootmem.c | 413 * The range must be contiguous but may span node boundaries. 457 * The range must be contiguous but may span node boundaries.
|
H A D | nobootmem.c | 214 * The range must be contiguous but may span node boundaries.
|
H A D | zsmalloc.c | 75 * span more than 1 page which avoids complex case of mapping 2 pages simply 149 * ZS_ALIGN to make sure link_free itself never has to span 2 pages. 274 struct vm_struct *vm; /* vm area for mapping object that span pages */ 276 char *vm_buf; /* copy buffer for objects that span pages */
|
H A D | page-writeback.c | 641 * | * |<=========== span ============>| 680 unsigned long span; bdi_position_ratio() local 813 * Use span=(8*write_bw) in single bdi case as indicated by bdi_position_ratio() 817 * span = ---------- * (8 * write_bw) + ------------------- * bdi_thresh bdi_position_ratio() 820 span = (thresh - bdi_thresh + 8 * write_bw) * (u64)x >> 16; bdi_position_ratio() 821 x_intercept = bdi_setpoint + span; bdi_position_ratio() 823 if (bdi_dirty < x_intercept - span / 4) { bdi_position_ratio()
|
H A D | compaction.c | 577 * page may span two pageblocks). isolate_freepages_range()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-sched.c | 1219 iso_sched->span = urb->number_of_packets * stream->uperiod; itd_sched_init() 1284 num_itds = 1 + (sched->span + 7) / 8; itd_urb_transaction() 1501 u32 now, base, next, start, period, span, now2; iso_stream_schedule() local 1510 span = sched->span; iso_stream_schedule() 1512 span <<= 3; iso_stream_schedule() 1637 if (skip >= span) { /* Entirely in the past? */ iso_stream_schedule() 1639 urb, start + base, span - period, now2 + base, iso_stream_schedule() 1643 skip = span - period; iso_stream_schedule() 1647 skip = span; /* Skip the entire URB */ iso_stream_schedule() 1664 if (unlikely(start + span - period >= mod + wrap)) { iso_stream_schedule() 1666 urb, start, span - period, mod + wrap); iso_stream_schedule() 2019 iso_sched->span = urb->number_of_packets * stream->ps.period; sitd_sched_init()
|
H A D | fotg210.h | 482 unsigned span; member in struct:fotg210_iso_sched 569 * Manages split interrupt transactions (using TT) that span frame boundaries
|
H A D | fusbh200.h | 472 unsigned span; member in struct:fusbh200_iso_sched 559 * Manages split interrupt transactions (using TT) that span frame boundaries
|
H A D | ehci.h | 461 unsigned span; member in struct:ehci_iso_sched 587 * Manages split interrupt transactions (using TT) that span frame boundaries
|
H A D | fotg210-hcd.c | 4224 iso_sched->span = urb->number_of_packets * stream->interval; itd_sched_init() 4289 num_itds = 1 + (sched->span + 7) / 8; itd_urb_transaction() 4377 u32 now, next, start, period, span; iso_stream_schedule() local 4383 span = sched->span; iso_stream_schedule() 4385 if (span > mod - SCHEDULE_SLOP) { iso_stream_schedule() 4467 if (unlikely(start - now + span - period iso_stream_schedule() 4470 urb, start - now, span - period, iso_stream_schedule()
|
H A D | fusbh200-hcd.c | 4158 iso_sched->span = urb->number_of_packets * stream->interval; itd_sched_init() 4223 num_itds = 1 + (sched->span + 7) / 8; itd_urb_transaction() 4311 u32 now, next, start, period, span; iso_stream_schedule() local 4317 span = sched->span; iso_stream_schedule() 4319 if (span > mod - SCHEDULE_SLOP) { iso_stream_schedule() 4401 if (unlikely(start - now + span - period iso_stream_schedule() 4404 urb, start - now, span - period, iso_stream_schedule()
|
/linux-4.1.27/kernel/sched/ |
H A D | rt.c | 529 return this_rq()->rd->span; sched_rt_period_mask() 632 weight = cpumask_weight(rd->span); do_balance_runtime() 636 for_each_cpu(i, rd->span) { do_balance_runtime() 716 for_each_cpu(i, rd->span) { for_each_rt_rq() 811 const struct cpumask *span; do_sched_rt_period_timer() local 813 span = sched_rt_period_mask(); do_sched_rt_period_timer() 825 span = cpu_online_mask; do_sched_rt_period_timer() 827 for_each_cpu(i, span) { for_each_cpu() 1577 * Otherwise, we consult the sched_domains span maps to figure find_lowest_rq()
|
H A D | core.c | 2002 for_each_cpu_and(i, rd->span, cpu_active_mask) dl_bw_cpus() 3566 cpumask_t *span = rq->rd->span; __sched_setscheduler() local 3573 if (!cpumask_subset(span, &p->cpus_allowed) || __sched_setscheduler() 4074 if (!cpumask_subset(task_rq(p)->rd->span, new_mask)) { sched_setaffinity() 4694 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, task_can_attach() 5282 BUG_ON(!cpumask_test_cpu(cpu, rq->rd->span)); migration_call() 5295 BUG_ON(!cpumask_test_cpu(cpu, rq->rd->span)); migration_call() 5424 printk(KERN_CONT "span %*pbl level %s\n", sched_domain_debug_one() 5428 printk(KERN_ERR "ERROR: domain->span does not contain " sched_domain_debug_one() 5471 printk(KERN_ERR "ERROR: groups don't span domain->span\n"); sched_domain_debug_one() 5475 printk(KERN_ERR "ERROR: parent span is not a superset " sched_domain_debug_one() 5476 "of domain->span\n"); sched_domain_debug_one() 5574 free_cpumask_var(rd->span); free_rootdomain() 5591 cpumask_clear_cpu(rq->cpu, old_rd->span); rq_attach_root() 5605 cpumask_set_cpu(rq->cpu, rd->span); rq_attach_root() 5619 if (!alloc_cpumask_var(&rd->span, GFP_KERNEL)) init_rootdomain() 5643 free_cpumask_var(rd->span); init_rootdomain() 5853 const struct cpumask *span = sched_domain_span(sd); build_group_mask() local 5858 for_each_cpu(i, span) { for_each_cpu() 5880 const struct cpumask *span = sched_domain_span(sd); build_overlap_sched_groups() local 5888 for_each_cpu(i, span) { for_each_cpu() 5970 * covered by the given span, and will set each group's ->cpumask correctly, 5980 const struct cpumask *span = sched_domain_span(sd); build_sched_groups() local 5987 if (cpu != cpumask_first(span)) build_sched_groups() 5995 for_each_cpu(i, span) { for_each_cpu() 6005 for_each_cpu(j, span) { for_each_cpu()
|
H A D | sched.h | 522 cpumask_var_t span; member in struct:root_domain
|
H A D | fair.c | 1064 * page (n_t) (in a given time-span) to a probability. should_numa_migrate_memory() 3548 /* dock delta_exec before expiring quota (as it could span periods) */ __account_cfs_rq_runtime() 6105 * span the current group. update_group_capacity() 6134 * span the current group. 7685 * domain span are idle.
|
H A D | deadline.c | 1594 if (!cpumask_intersects(src_rd->span, new_mask)) { set_cpus_allowed_dl()
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | pgtable.h | 166 * to customize the span of a PGD / PTE entry to suit us 194 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) /* vaddr span, not PDG sz */
|
/linux-4.1.27/include/drm/ |
H A D | drm_modes.h | 34 * may span multiple monitors (and therefore multiple CRTC and connector
|
H A D | drm_crtc.h | 665 * span multiple monitors).
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | adl_pci9118.c | 441 * possibly non-whole number of spans and a region of each span valid_samples_in_act_dma_buf() 473 /* Advance to next span. */ valid_samples_in_act_dma_buf() 501 * each span is to be copied. move_block_from_dma() 523 /* Advance to next span. */ move_block_from_dma() 528 /* Update position in span for next time. */ move_block_from_dma()
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | docg3.h | 263 * Each floor of docg3 has 2 protection areas: DPS0 and DPS1. These areas span
|
/linux-4.1.27/include/linux/usb/ |
H A D | usbnet.h | 118 #define FLAG_RX_ASSEMBLE 0x4000 /* rx packets may span >1 frames */
|
/linux-4.1.27/sound/soc/intel/common/ |
H A D | sst-dsp-priv.h | 188 * Each Firmware file can consist of 1..N modules. A module can span multiple
|
H A D | sst-firmware.c | 652 /* do we span > 1 blocks */ block_alloc() 731 /* does block span more than 1 section */ list_for_each_entry_safe() 765 /* does block span more than 1 section */
|
/linux-4.1.27/sound/soc/ |
H A D | soc-ops.c | 799 * span multiple codec registers which together 823 * Callback to get the value of a control that can span 872 * Callback to set the value of a control that can span
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2160 int span; xfs_attr3_leaf_lookup_int() local 2173 probe = span = ichdr.count / 2; xfs_attr3_leaf_lookup_int() 2174 for (entry = &entries[probe]; span > 4; entry = &entries[probe]) { xfs_attr3_leaf_lookup_int() 2175 span /= 2; xfs_attr3_leaf_lookup_int() 2177 probe += span; xfs_attr3_leaf_lookup_int() 2179 probe -= span; xfs_attr3_leaf_lookup_int() 2184 ASSERT(span <= 4 || be32_to_cpu(entry->hashval) == hashval); xfs_attr3_leaf_lookup_int()
|
H A D | xfs_da_btree.c | 1460 int span; xfs_da3_node_lookup_int() local 1521 probe = span = max / 2; xfs_da3_node_lookup_int() 1523 while (span > 4) { xfs_da3_node_lookup_int() 1524 span /= 2; xfs_da3_node_lookup_int() 1527 probe += span; xfs_da3_node_lookup_int() 1529 probe -= span; xfs_da3_node_lookup_int() 1534 ASSERT((span <= 4) || xfs_da3_node_lookup_int()
|
H A D | xfs_inode_fork.c | 1269 * indirection array and the extents being removed span multiple extent
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
H A D | lnetst.h | 431 int lstio_tes_span; /* IN: node span in destination groups */
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 57 * aligned and never span a comamnd word buffer. cvmx_pko_initialize_global()
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | io.h | 108 * and very well may not span all memory. Consider this interface
|
/linux-4.1.27/net/rds/ |
H A D | connection.c | 115 * span the lifetime of the actual underlying transport connections.
|
/linux-4.1.27/drivers/net/irda/ |
H A D | mcs7780.c | 397 * rather than span multiple packets. mcs_unwrap_mir() 449 * rather than span multiple packets. This is most likely a false mcs_unwrap_fir()
|
/linux-4.1.27/drivers/scsi/ |
H A D | megaraid.h | 425 adp_span_40ld span[MAX_SPAN_DEPTH]; member in struct:__anon9363 430 adp_span_8ld span[MAX_SPAN_DEPTH]; member in struct:__anon9364
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | device_ops.c | 649 * @expires: time span in jiffies after which to abort request 692 * @expires: time span in jiffies after which to abort request
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | garmin_gps.c | 456 * buf contains the data read, it may span more than one packet or even 741 * buf contains the data read, it may span more than one packet
|
/linux-4.1.27/fs/nfs/ |
H A D | file.c | 560 sector_t *span) nfs_swap_activate() 565 *span = sis->pages; nfs_swap_activate() 559 nfs_swap_activate(struct swap_info_struct *sis, struct file *file, sector_t *span) nfs_swap_activate() argument
|
/linux-4.1.27/fs/btrfs/ |
H A D | ordered-data.c | 298 * of the file. The IO may span ordered extents. If 371 * of the file. The IO should not span ordered extents. If
|
H A D | ctree.h | 1573 * these can span multiple transactions and basically include 1939 * these can span multiple transactions and basically include
|
H A D | inode.c | 1791 * we don't create bios that span stripes or chunks 7938 * our bio might span multiple ordered extents. If we haven't btrfs_endio_direct_write()
|
H A D | disk-io.c | 412 * The super_block structure does not span the whole btrfs_check_super_csum()
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 3 * because MTRRs can span up to 40 bits (36bits on most modern x86)
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | pci_sun4v.c | 599 false /* want span boundary checking */); pci_sun4v_iommu_init()
|
H A D | ldc.c | 1058 true /* skip span boundary check */); ldc_iommu_init()
|
/linux-4.1.27/arch/tile/include/arch/ |
H A D | mpipe_shm.h | 90 * CSUM_DEST must be within the span of this descriptor).
|
/linux-4.1.27/drivers/base/ |
H A D | node.c | 416 /* mem section does not span the specified node */ register_mem_sect_under_node()
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | consolemap.c | 802 * UNI_DIRECT_MASK indicates the bit span of the region. conv_uni_to_pc()
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 353 * use this for FS apps that can span multiple uframes
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | fsl_hcalls.h | 339 * strucuture can span two pages.
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | module_64.c | 408 gives the value maximum span in an instruction which uses a signed
|
/linux-4.1.27/arch/blackfin/mach-bf533/include/mach/ |
H A D | anomaly.h | 262 /* Descriptor MemDMA may lock up with 32-bit transfers or if transfers span 64KB buffers */
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
H A D | atomic.S | 36 * We assume that no atomic data can span cachelines.
|
/linux-4.1.27/arch/ia64/lib/ |
H A D | memcpy_mck.S | 540 * in a bundle and those multiple loads could span over two pages, the
|
/linux-4.1.27/drivers/crypto/ |
H A D | n2_core.c | 683 * can span at most 2 descriptors. However, this does not allow a 684 * partial block to span into the final descriptor as that would
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
H A D | tilepro.c | 458 /* Buffers must not span a huge page. */ tile_net_provide_needed_buffer() 1666 * span 3 fragments, which must be handled carefully in LEPP.
|
H A D | tilegx.c | 1673 * span 3 fragments. This requires special care.
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_aops.c | 728 * If the current map does not span the entire page we are about to try xfs_convert_page() 1860 * beyond EOF, and that means we can't invalidate pages that span EOF
|
H A D | xfs_log.c | 2288 * syncing routine. When a single log_write region needs to span 2687 * can be large enough to span many iclogs. We xlog_state_do_callback()
|
H A D | xfs_log_recover.c | 2194 * contiguous, may span multiple chunks. This is because the xlog_recover_do_reg_buffer() 2195 * dirty region may span a physical page boundary in a buffer xlog_recover_do_reg_buffer()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | udlfb.c | 483 /* Then start another raw pixel span */ dlfb_compress_hline() 490 /* finalize last RAW span */ dlfb_compress_hline()
|
H A D | tgafb.c | 1181 /* Finally copy the unaligned head of the span. */ copyarea_8bpp()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | winbond-cir.c | 949 /* Disable RX demod, enable run-length enc/dec, set freq span */ wbcir_init_hw()
|
H A D | mceusb.c | 1024 /* IR data packets can span USB messages - rem */ mceusb_process_ir_data()
|
/linux-4.1.27/drivers/staging/android/ |
H A D | ashmem.c | 590 * The user can ask us to pin pages that span multiple ranges, ashmem_pin()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | setup.c | 949 * span the discontinuity. plat_mem_setup()
|
/linux-4.1.27/drivers/acpi/ |
H A D | processor_throttling.c | 942 /* TBD: Support duty_cycle values that span bit 4. */ acpi_processor_get_fadt_info()
|
/linux-4.1.27/fs/hugetlbfs/ |
H A D | inode.c | 364 * and no vma on a 32-bit arch can span beyond the 4GB. vma_interval_tree_foreach()
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | hv-24x7.c | 728 * event data can span several pages, events can cross between these create_events_from_catalog()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | reg.h | 1591 #define AR5K_TPC_DOPPLER 0x0f000000 /* doppler chirp span */ 1685 #define AR5K_TXPC_DOPPLER 0x0f000000 /* Doppler chirp span (?) */
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 1032 unsigned long span[0]; member in struct:sched_domain 1037 return to_cpumask(sd->span); sched_domain_span()
|
H A D | fs.h | 407 sector_t *span);
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | usdhi6rol0.c | 377 * Max blksz = 512, so blocks can only span 2 pages usdhi6_sg_map()
|
/linux-4.1.27/drivers/net/wan/ |
H A D | z85230.c | 18 * DMA now uses get_free_page as kmalloc buffers may span a 64K
|
H A D | cosa.c | 1372 * physical memory and doesn't span the 64k boundary. For now it seems cosa_dma_able()
|
H A D | dscc4.c | 53 * The received frames aren't supposed to span over multiple receiving areas.
|
/linux-4.1.27/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 1552 /* If the mapping doesn't span the whole UVC control, the current value uvc_ctrl_set()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sungem.h | 504 * span of the network.
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 4965.h | 378 * span of the sampled channels.
|
/linux-4.1.27/drivers/usb/chipidea/ |
H A D | udc.c | 433 * In that case we have to span into one extra td. _hardware_enqueue()
|
/linux-4.1.27/fs/gfs2/ |
H A D | quota.c | 1643 /* Some quotas span block boundaries and can update two blocks, gfs2_set_dqblk()
|
H A D | rgrp.c | 655 contiguous with a span of free blocks that follows. Still, __rs_deltree()
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_sip.c | 279 * may span several lines, in which case the continuation lines begin with a
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | hypervisor.h | 37 /** The log2 of the span of a level-1 page table, in bytes. 41 /** The span of a level-1 page table, in bytes. 793 * "super" page size must be less than the span of the next level in
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 1598 /* The RSA exponent may span multiple (32-byte) KSB entries and must ccp_run_rsa_cmd()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | svga_reg.h | 1356 * SVGA_ID_INVALID). The actual destination may span zero or more
|
/linux-4.1.27/drivers/vhost/ |
H A D | scsi.c | 1083 * ANY_LAYOUT enabled guest may span multiple iovecs, or a vhost_scsi_handle_vq()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_obd.c | 2123 * - Adjust the lde_reclen of the ending entry of each lu_dirpage to span
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
H A D | osc_cache.c | 866 * span a whole chunk on the OST side, or our accounting goes osc_extent_finish()
|
/linux-4.1.27/arch/tile/include/gxio/ |
H A D | mpipe.h | 656 * cannot span the two sub-ranges.
|
/linux-4.1.27/drivers/atm/ |
H A D | ambassador.c | 269 . Add code to break up TX fragments when they span 4MB boundaries.
|
/linux-4.1.27/fs/ubifs/ |
H A D | debug.c | 2557 /* Corruption span max to end of write unit */ corrupt_data()
|
/linux-4.1.27/fs/ext4/ |
H A D | extents.c | 3383 * of the logical span [map->m_lblk, map->m_lblk + map->m_len). 3885 * determine here that there were some "entire" clusters that span
|
/linux-4.1.27/drivers/md/ |
H A D | dm-thin.c | 1352 * The DM core makes sure that the discard doesn't span process_discard_cell()
|
H A D | raid10.c | 2029 * This means that a physical address can span multiple chunks, so we may
|
H A D | raid5.c | 131 * a bio could span several devices.
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3041 * The workaround is to avoid queuing a large packet that would span
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 4052 "invalid sram_size %dB or board span %ldB\n", myri10ge_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
H A D | qlge_main.c | 2086 /* Non-TCP/UDP large frames that span multiple buffers ql_process_mac_rx_intr()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 1703 * that can span 2,4,8 or 16 bits. The array underlying type is a 32 bit dword
|
/linux-4.1.27/net/sctp/ |
H A D | sm_make_chunk.c | 2532 /* Suggested Cookie Life span increment's unit is msec, sctp_process_param()
|
H A D | sm_statefuns.c | 2333 * Suggested Cookie Life-span Increment's unit is msec. sctp_sf_do_5_2_6_stale()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 4192 * to the life-span of the @ndlp might go beyond the existence of @vport as
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | mcdi_pcol.h | 5946 * referenced RSS contexts must span no more than this number.
|
/linux-4.1.27/drivers/tty/ |
H A D | synclink.c | 6916 /* The frame data may span multiple DMA buffers. */ mgsl_load_tx_dma_buffer()
|