Home
last modified time | relevance | path

Searched refs:span (Results 1 – 58 of 58) sorted by relevance

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c148 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() argument
150 return le16_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef); in MR_LdSpanArrayGet()
168 static struct MR_LD_SPAN *MR_LdSpanPtrGet(u32 ld, u32 span, in MR_LdSpanPtrGet() argument
171 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
321 u32 span, j; in MR_GetSpanBlock() local
323 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { in MR_GetSpanBlock()
341 return span; in MR_GetSpanBlock()
362 u8 span; in getSpanInfo() local
377 for (span = 0; span < raid->spanDepth; span++) in getSpanInfo()
379 " number of quads=%x\n", span, in getSpanInfo()
[all …]
Dmbox_defs.h654 adap_span_40ld_t span[SPAN_DEPTH_8_SPANS]; member
667 adap_span_8ld_t span[SPAN_DEPTH_8_SPANS]; member
680 adap_span_8ld_t span[SPAN_DEPTH_4_SPANS]; member
Dmegaraid_sas_fusion.h543 struct MR_LD_SPAN span; member
Dmegaraid_sas_fusion.c1737 u8 span, physArm; in megasas_build_ld_nonrw_fusion() local
1787 span = physArm = 0; in megasas_build_ld_nonrw_fusion()
1788 arRef = MR_LdSpanArrayGet(ld, span, local_map_ptr); in megasas_build_ld_nonrw_fusion()
Dmegaraid_sas.h2025 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map);
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt6 Each scheduling domain spans a number of CPUs (stored in the ->span field).
7 A domain's span MUST be a superset of it child's span (this restriction could
8 be relaxed if the need arises), and a base domain for CPU i MUST span at least
9 i. The top domain for each CPU will generally span all CPUs in the system
12 explicitly set. A sched domain's span means "balance process load among these
18 domain's span. The intersection of cpumasks from any two of these groups
50 The "base" domain will "span" the first level of the hierarchy. In the case
51 of SMT, you'll span all siblings of the physical CPU, with each group being
54 In SMP, the parent of the base domain will span all physical CPUs in the
56 of the SMP domain will span the entire machine, with each group having the
/linux-4.4.14/drivers/iio/dac/
Dad5791.c69 int (*get_lin_comp) (unsigned int span);
213 static int ad5791_get_lin_comp(unsigned int span) in ad5791_get_lin_comp() argument
215 if (span <= 10000) in ad5791_get_lin_comp()
217 else if (span <= 12000) in ad5791_get_lin_comp()
219 else if (span <= 16000) in ad5791_get_lin_comp()
221 else if (span <= 19000) in ad5791_get_lin_comp()
227 static int ad5780_get_lin_comp(unsigned int span) in ad5780_get_lin_comp() argument
229 if (span <= 10000) in ad5780_get_lin_comp()
/linux-4.4.14/arch/sh/mm/
Dpmb.c146 unsigned long span; in pmb_mapping_exists() local
169 span = pmbe->size; in pmb_mapping_exists()
176 span += iter->size; in pmb_mapping_exists()
181 if (size <= span) { in pmb_mapping_exists()
657 unsigned long span, newsize; in pmb_merge() local
661 span = newsize = head->size; in pmb_merge()
665 span += tail->size; in pmb_merge()
667 if (pmb_size_valid(span)) { in pmb_merge()
668 newsize = span; in pmb_merge()
/linux-4.4.14/net/mac802154/
Drx.c45 __le16 span, sshort; in ieee802154_subif_frame() local
50 span = wpan_dev->pan_id; in ieee802154_subif_frame()
63 if (mac_cb(skb)->dest.pan_id != span && in ieee802154_subif_frame()
72 if (mac_cb(skb)->dest.pan_id != span && in ieee802154_subif_frame()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_qdio.c51 unsigned long long now, span; in zfcp_qdio_account() local
55 span = (now - qdio->req_q_time) >> 12; in zfcp_qdio_account()
57 qdio->req_q_util += used * span; in zfcp_qdio_account()
/linux-4.4.14/drivers/usb/host/
Dehci-sched.c1219 iso_sched->span = urb->number_of_packets * stream->uperiod; in itd_sched_init()
1284 num_itds = 1 + (sched->span + 7) / 8; in itd_urb_transaction()
1501 u32 now, base, next, start, period, span, now2; in iso_stream_schedule() local
1510 span = sched->span; in iso_stream_schedule()
1512 span <<= 3; in iso_stream_schedule()
1637 if (skip >= span) { /* Entirely in the past? */ in iso_stream_schedule()
1639 urb, start + base, span - period, now2 + base, in iso_stream_schedule()
1643 skip = span - period; in iso_stream_schedule()
1647 skip = span; /* Skip the entire URB */ in iso_stream_schedule()
1664 if (unlikely(start + span - period >= mod + wrap)) { in iso_stream_schedule()
[all …]
Dfotg210.h488 unsigned span; member
Dfotg210-hcd.c4064 iso_sched->span = urb->number_of_packets * stream->interval; in itd_sched_init()
4121 num_itds = 1 + (sched->span + 7) / 8; in itd_urb_transaction()
4196 u32 now, next, start, period, span; in iso_stream_schedule() local
4202 span = sched->span; in iso_stream_schedule()
4204 if (span > mod - SCHEDULE_SLOP) { in iso_stream_schedule()
4287 if (unlikely(start - now + span - period >= in iso_stream_schedule()
4290 urb, start - now, span - period, in iso_stream_schedule()
Dehci.h462 unsigned span; member
/linux-4.4.14/mm/
Dpage_io.c134 sector_t *span) in generic_swapfile_activate() argument
210 *span = 1 + highest_block - lowest_block; in generic_swapfile_activate()
Dswapfile.c1759 static int setup_swap_extents(struct swap_info_struct *sis, sector_t *span) in setup_swap_extents() argument
1768 *span = sis->pages; in setup_swap_extents()
1773 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
1777 *span = sis->pages; in setup_swap_extents()
1782 return generic_swapfile_activate(sis, swap_file, span); in setup_swap_extents()
2292 sector_t *span) in setup_swap_map_and_extents() argument
2335 nr_extents = setup_swap_extents(p, span); in setup_swap_map_and_extents()
2396 sector_t span; in SYSCALL_DEFINE2() local
2497 cluster_info, maxpages, &span); in SYSCALL_DEFINE2()
2546 nr_extents, (unsigned long long)span<<(PAGE_SHIFT-10), in SYSCALL_DEFINE2()
Dpage-writeback.c873 unsigned long span; in wb_position_ratio() local
1016 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio()
1017 x_intercept = wb_setpoint + span; in wb_position_ratio()
1019 if (dtc->wb_dirty < x_intercept - span / 4) { in wb_position_ratio()
DKconfig586 access allocations that span two pages. However, if a particular
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconrpc.c722 int dist, int span, int nkiov, lnet_kiov_t *kiov) in lstcon_dstnodes_prep() argument
732 LASSERT(span >= 1); in lstcon_dstnodes_prep()
735 if (span > grp->grp_nnode) in lstcon_dstnodes_prep()
738 start = ((idx / dist) * span) % grp->grp_nnode; in lstcon_dstnodes_prep()
739 end = ((idx / dist) * span + span - 1) % grp->grp_nnode; in lstcon_dstnodes_prep()
Dconsole.h230 int concur, int dist, int span,
Dconsole.c1274 int concur, int dist, int span, in lstcon_test_add() argument
1320 test->tes_span = span; in lstcon_test_add()
/linux-4.4.14/kernel/sched/
Drt.c542 return this_rq()->rd->span; in sched_rt_period_mask()
645 weight = cpumask_weight(rd->span); in do_balance_runtime()
649 for_each_cpu(i, rd->span) { in do_balance_runtime()
726 for_each_cpu(i, rd->span) { in __disable_runtime()
814 const struct cpumask *span; in do_sched_rt_period_timer() local
816 span = sched_rt_period_mask(); in do_sched_rt_period_timer()
828 span = cpu_online_mask; in do_sched_rt_period_timer()
830 for_each_cpu(i, span) { in do_sched_rt_period_timer()
Dcore.c2297 for_each_cpu_and(i, rd->span, cpu_active_mask) in dl_bw_cpus()
3934 cpumask_t *span = rq->rd->span; in __sched_setscheduler() local
3941 if (!cpumask_subset(span, &p->cpus_allowed) || in __sched_setscheduler()
4457 if (!cpumask_subset(task_rq(p)->rd->span, new_mask)) { in sched_setaffinity()
5087 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()
5536 BUG_ON(!cpumask_test_cpu(cpu, rq->rd->span)); in migration_call()
5549 BUG_ON(!cpumask_test_cpu(cpu, rq->rd->span)); in migration_call()
5831 free_cpumask_var(rd->span); in free_rootdomain()
5848 cpumask_clear_cpu(rq->cpu, old_rd->span); in rq_attach_root()
5862 cpumask_set_cpu(rq->cpu, rd->span); in rq_attach_root()
[all …]
Dsched.h525 cpumask_var_t span; member
Ddeadline.c1693 if (!cpumask_intersects(src_rd->span, new_mask)) { in set_cpus_allowed_dl()
/linux-4.4.14/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt36 actual raw RC5 code will span 2-3 DWORDS, depending on the actual alignment.
/linux-4.4.14/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt36 actual raw RC5 code will span 2-3 DWORDS, depending on the actual alignment.
/linux-4.4.14/Documentation/vm/
Dzsmalloc.txt14 pages act as a single higher-order page i.e. an object can span 0-order
Duserfaultfd.txt33 when dealing with virtual address spaces that could span
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.c1466 int span; in xfs_da3_node_lookup_int() local
1527 probe = span = max / 2; in xfs_da3_node_lookup_int()
1529 while (span > 4) { in xfs_da3_node_lookup_int()
1530 span /= 2; in xfs_da3_node_lookup_int()
1533 probe += span; in xfs_da3_node_lookup_int()
1535 probe -= span; in xfs_da3_node_lookup_int()
1540 ASSERT((span <= 4) || in xfs_da3_node_lookup_int()
Dxfs_attr_leaf.c2164 int span; in xfs_attr3_leaf_lookup_int() local
2177 probe = span = ichdr.count / 2; in xfs_attr3_leaf_lookup_int()
2178 for (entry = &entries[probe]; span > 4; entry = &entries[probe]) { in xfs_attr3_leaf_lookup_int()
2179 span /= 2; in xfs_attr3_leaf_lookup_int()
2181 probe += span; in xfs_attr3_leaf_lookup_int()
2183 probe -= span; in xfs_attr3_leaf_lookup_int()
2188 ASSERT(span <= 4 || be32_to_cpu(entry->hashval) == hashval); in xfs_attr3_leaf_lookup_int()
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dmac.c299 u32 span; in mt7601u_mac_work() member
322 for (j = 0; j < spans[i].span; j++) { in mt7601u_mac_work()
/linux-4.4.14/drivers/scsi/
Dmegaraid.h425 adp_span_40ld span[MAX_SPAN_DEPTH]; member
430 adp_span_8ld span[MAX_SPAN_DEPTH]; member
/linux-4.4.14/drivers/nvdimm/
DKconfig12 memory resource that may span multiple DIMMs and support DAX
/linux-4.4.14/fs/nfs/
Dfile.c552 sector_t *span) in nfs_swap_activate() argument
556 *span = sis->pages; in nfs_swap_activate()
/linux-4.4.14/drivers/iommu/
Darm-smmu-v3.c453 u8 span; member
514 u8 span; member
966 val |= (desc->span & STRTAB_L1_DESC_SPAN_MASK) in arm_smmu_write_strtab_l1_desc()
1125 desc->span = STRTAB_SPLIT + 1; in arm_smmu_init_l2_strtab()
1402 static int arm_smmu_bitmap_alloc(unsigned long *map, int span) in arm_smmu_bitmap_alloc() argument
1404 int idx, size = 1 << span; in arm_smmu_bitmap_alloc()
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt85 section. In this case, the critical section must span the use of the
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt51 voltages reduced, provided all cpus enter this state. Since the span of low
/linux-4.4.14/Documentation/
Dkernel-doc-nano-HOWTO.txt71 The short description following the subject can span multiple lines
222 All "description" text can span multiple lines, although the
Ddevices.txt328 The metadisk driver is used to span a
/linux-4.4.14/arch/mips/
DKconfig.debug183 form their addresses. That is, log base 2 of the span between
/linux-4.4.14/include/acpi/
Dactbl2.h755 u64 span; /* Length of memory range */ member
/linux-4.4.14/Documentation/input/
Djoystick-api.txt86 don't read a 0 when the joystick is `dead', or if it doesn't span the
/linux-4.4.14/include/linux/
Dsched.h1105 unsigned long span[0]; member
1110 return to_cpumask(sd->span); in sched_domain_span()
Dfs.h408 sector_t *span);
/linux-4.4.14/Documentation/filesystems/
Dsysfs.txt288 span multiple bus types).
Dramfs-rootfs-initramfs.txt344 root device is complex. Root partitions can span multiple devices (raid or
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt219 is common, don't mis-indent function arguments that span multiple lines.
Dbonding.txt885 traffic to a particular network peer to span multiple
886 slaves, although a single connection will not span
Dip-sysctl.txt924 report in a single datagram (i.e. the report can't span multiple
/linux-4.4.14/arch/sparc/
DKconfig292 # Some NUMA nodes have memory ranges that span
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt186 BARs span several segments.
/linux-4.4.14/arch/s390/
DKconfig396 # Some NUMA nodes have memory ranges that span
/linux-4.4.14/arch/powerpc/
DKconfig514 # Some NUMA nodes have memory ranges that span
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt47 may span an interleave of several DIMMs.
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped734 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped867 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
/linux-4.4.14/arch/x86/
DKconfig1360 # Some NUMA nodes have memory ranges that span