Home
last modified time | relevance | path

Searched refs:span (Results 51 - 75 of 708) sorted by relevance

12345678910>>...29

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c46 struct mlxsw_sp_span *span; member
77 return atomic_read(&mlxsw_sp->span->active_entries_count); in mlxsw_sp_span_occ_get()
83 struct mlxsw_sp_span *span; in mlxsw_sp_span_init() local
90 span = kzalloc(struct_size(span, entries, entries_count), GFP_KERNEL); in mlxsw_sp_span_init()
91 if (!span) in mlxsw_sp_span_init()
93 refcount_set(&span->policer_id_base_ref_count, 0); in mlxsw_sp_span_init()
94 span->entries_count = entries_count; in mlxsw_sp_span_init()
95 atomic_set(&span->active_entries_count, 0); in mlxsw_sp_span_init()
96 mutex_init(&span in mlxsw_sp_span_init()
809 mlxsw_sp_span_policer_id_base_set(struct mlxsw_sp_span *span, u16 policer_id) mlxsw_sp_span_policer_id_base_set() argument
843 mlxsw_sp_span_policer_id_base_unset(struct mlxsw_sp_span *span) mlxsw_sp_span_policer_id_base_unset() argument
1000 mlxsw_sp_span_analyzed_port_find(struct mlxsw_sp_span *span, u16 local_port, bool ingress) mlxsw_sp_span_analyzed_port_find() argument
1018 struct mlxsw_sp_span *span = mlxsw_sp->span; mlxsw_sp_span_entry_ops() local
1030 struct mlxsw_sp_span *span; mlxsw_sp_span_respin_work() local
1115 mlxsw_sp_span_analyzed_port_create(struct mlxsw_sp_span *span, struct mlxsw_sp_port *mlxsw_sp_port, bool ingress) mlxsw_sp_span_analyzed_port_create() argument
1215 __mlxsw_sp_span_trigger_port_bind(struct mlxsw_sp_span *span, struct mlxsw_sp_span_trigger_entry * trigger_entry, bool enable) __mlxsw_sp_span_trigger_port_bind() argument
1476 struct mlxsw_sp_span *span = trigger_entry->span; mlxsw_sp_span_trigger_ops_set() local
1498 mlxsw_sp_span_trigger_entry_create(struct mlxsw_sp_span *span, enum mlxsw_sp_span_trigger trigger, struct mlxsw_sp_port *mlxsw_sp_port, const struct mlxsw_sp_span_trigger_parms *parms) mlxsw_sp_span_trigger_entry_create() argument
1533 mlxsw_sp_span_trigger_entry_destroy(struct mlxsw_sp_span *span, struct mlxsw_sp_span_trigger_entry * trigger_entry) mlxsw_sp_span_trigger_entry_destroy() argument
1543 mlxsw_sp_span_trigger_entry_find(struct mlxsw_sp_span *span, enum mlxsw_sp_span_trigger trigger, struct mlxsw_sp_port *mlxsw_sp_port) mlxsw_sp_span_trigger_entry_find() argument
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_pattern_rgba.h77 void Generate(Rgba8T* span, int32_t x, int32_t y, uint32_t len) in Generate() argument
81 for (; len; --len, span++, x++) { in Generate()
85 ChangeColor(span, NoColor()); in Generate()
87 ChangeColor(span, patternImage_[patternImagewidth_ * y + x]); in Generate()
95 ChangeColor(span, NoColor()); in Generate()
97 ChangeColor(span, patternImage_[patternImagewidth_ * y + x]); in Generate()
104 ChangeColor(span, NoColor()); in Generate()
108 ChangeColor(span, NoColor()); in Generate()
110 ChangeColor(span, patternImage_[patternImagewidth_ * y + x]); in Generate()
118 ChangeColor(span, NoColo in Generate()
[all...]
/third_party/toybox/toys/other/
H A Dsha3sum.c67 int span, ii, len, rate = 200-TT.a/4; in do_sha3sum() local
72 if ((span = len-(ss-toybuf))<rate) { in do_sha3sum()
73 memcpy(toybuf, ss, span); in do_sha3sum()
74 len = span += readall(fd, (ss = toybuf)+span, sizeof(toybuf)-span); in do_sha3sum()
76 if (span>rate) span = rate; in do_sha3sum()
77 for (ii = 0; ii<span; ii++) buf[ii] ^= ss[ii]; in do_sha3sum()
78 if (rate!=span) { in do_sha3sum()
[all...]
/third_party/rust/crates/syn/src/
H A Derror.rs108 // handling, so pin the span we're given to its original thread and assume
110 span: ThreadBound<SpanRange>,
129 /// automatically uses the correct span from the current position of the
132 /// Use `Error::new` when the error needs to be triggered on some span other
151 /// return Err(Error::new(name_token.span(), "expected `name`"));
158 pub fn new<T: Display>(span: Span, message: T) -> Self { in new()
159 return new(span, message.to_string()); in new()
161 fn new(span: Span, message: String) -> Error { in new()
164 span: ThreadBound::new(SpanRange { in new()
165 start: span, in new()
210 pub fn span(&self) -> Span { span() functions
[all...]
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp104 SkOpSpanBase* oSpan = oPtT->span(); in activeAngleOther()
228 // break the span so that the coincident part does not change the angle of the remainder
245 writableTest->mergeMatches(newPtT->span()); in addExpanded()
263 SkOpSpan* prev = result->span()->prev(); in addT()
265 // marks in global state that new op span has been allocated in addT()
266 SkOpSpan* span = this->insert(prev); in addT() local
267 span->init(this, prev, t, pt); in addT()
271 span->segment()->debugID(), span->debugID()); in addT()
273 span in addT()
299 SkOpSpan* span = spanBase->upCast(); calcAngles() local
318 SkOpSpan* span = &fHead; clearAll() local
326 clearOne(SkOpSpan* span) clearOne() argument
333 const SkOpSpanBase* span = &fHead; collapsed() local
498 release(const SkOpSpan* span) release() argument
853 SkOpSpan* span = this->head(); markAllDone() local
1008 markDone(SkOpSpan* span) markDone() argument
1021 markWinding(SkOpSpan* span, int winding) markWinding() argument
1035 markWinding(SkOpSpan* span, int winding, int oppWinding) markWinding() argument
1134 ClearVisited(SkOpSpanBase* span) ClearVisited() argument
1187 SkOpSpan* span = spanBase->upCastable(); missingCoincidence() local
1544 SkOpSpanBase* span = &this->fHead; sortAngles() local
1703 SkOpSpan* span = &fHead; undoneSpan() local
[all...]
H A DSkPathOpsTSect.cpp48 void SkTSpan::addBounded(SkTSpan* span, SkArenaAlloc* heap) { in addBounded() argument
50 bounded->fBounded = span; in addBounded()
78 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp() argument
79 if (!span->hasOppT(t)) { in addForPerp()
91 SkDebugf("%s addBounded span=%d opp=%d\n", __FUNCTION__, priorSpan ? in addForPerp()
94 opp->addBounded(span, &fHeap); in addForPerp()
95 span->addBounded(opp, &fHeap); in addForPerp()
99 span->validatePerpT(t); in addForPerp()
127 bool SkTSpan::debugIsBefore(const SkTSpan* span) const { in debugIsBefore()
130 if (span in debugIsBefore()
242 linearsIntersect(SkTSpan* span) linearsIntersect() argument
983 intersects(SkTSpan* span, SkTSect* opp, SkTSpan* oppSpan, int* oppResult) intersects() argument
1068 linesIntersect(SkTSpan* span, SkTSect* opp, SkTSpan* oppSpan, SkIntersections* i) linesIntersect() argument
1227 markSpanGone(SkTSpan* span) markSpanGone() argument
1342 removeAllBut(const SkTSpan* keep, SkTSpan* span, SkTSect* opp) removeAllBut() argument
1386 removeCoincident(SkTSpan* span, bool isBetween) removeCoincident() argument
1400 removedEndCheck(SkTSpan* span) removedEndCheck() argument
1409 removeSpan(SkTSpan* span) removeSpan() argument
1422 SkTSpan* span = first; removeSpanRange() local
1438 removeSpans(SkTSpan* span, SkTSect* opp) removeSpans() argument
1488 trim(SkTSpan* span, SkTSect* opp) trim() argument
1519 unlinkSpan(SkTSpan* span) unlinkSpan() argument
1560 const SkTSpan* span = fHead; validate() local
1596 const SkTSpan* span = fHead; validateBounded() local
[all...]
H A DSkPathOpsTSect.h118 bool debugIsBefore(const SkTSpan* span) const;
144 int hullsIntersect(SkTSpan* span, bool* start, bool* oppStart);
152 bool linearsIntersect(SkTSpan* span);
279 void addForPerp(SkTSpan* span, double t);
282 SkTSpan* addSplitAt(SkTSpan* span, double t) { in addSplitAt() argument
285 result->splitAt(span, t, &fHeap); in addSplitAt()
287 span->initBounds(fCurve); in addSplitAt()
315 int intersects(SkTSpan* span, SkTSect* opp,
318 int linesIntersect(SkTSpan* span, SkTSect* opp,
320 bool markSpanGone(SkTSpan* span);
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dspan.cc5 #include "span.h"
11 bool SpanLessThan(span<uint8_t> x, span<uint8_t> y) noexcept {
17 bool SpanEquals(span<uint8_t> x, span<uint8_t> y) noexcept {
25 bool SpanLessThan(span<char> x, span<char> y) noexcept {
31 bool SpanEquals(span<char> x, span<char> y) noexcept {
H A Dfind_by_first.h14 #include "span.h"
18 // FindByFirst - Retrieval from a sorted vector that's keyed by span<uint8_t>.
29 T FindByFirst(const std::vector<std::pair<span<uint8_t>, T>>& sorted_by_first, in FindByFirst()
30 span<uint8_t> key, in FindByFirst()
34 [](const std::pair<span<uint8_t>, T>& left, span<uint8_t> right) { in FindByFirst()
45 T* FindByFirst(const std::vector<std::pair<span<uint8_t>, std::unique_ptr<T>>>& in FindByFirst()
47 span<uint8_t> key) { in FindByFirst()
50 [](const std::pair<span<uint8_t>, std::unique_ptr<T>>& left, in FindByFirst()
51 span<uint8_ in FindByFirst()
[all...]
H A Dspan_test.cc8 #include "span.h"
13 // span - sequence of bytes
22 span<TypeParam> empty; in TYPED_TEST()
31 span<TypeParam> singular(&single_item, 1); in TYPED_TEST()
41 span<TypeParam> five_items(test_input.data(), 5); in TYPED_TEST()
51 span<TypeParam> three_items = five_items.subspan(2); in TYPED_TEST()
56 span<TypeParam> two_items = five_items.subspan(2, 2); in TYPED_TEST()
80 span<uint8_t> foo_span = SpanFrom(foo); in TEST()
84 span<uint16_t> bar_span = SpanFrom(bar); in TEST()
89 // Compare the empty span in TEST()
[all...]
/third_party/node/deps/zlib/google/
H A Dcompression_utils.cc15 bool GzipCompress(base::span<const char> input, in GzipCompress()
36 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress()
40 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress()
93 bool GzipUncompress(base::span<const char> input, in GzipUncompress()
94 base::span<const char> output) { in GzipUncompress()
98 bool GzipUncompress(base::span<const uint8_t> input, in GzipUncompress()
99 base::span<const uint8_t> output) { in GzipUncompress()
109 bool GzipUncompress(base::span<const char> input, std::string* output) { in GzipUncompress()
113 bool GzipUncompress(base::span<const uint8_t> input, std::string* output) { in GzipUncompress()
124 uint32_t GetUncompressedSize(base::span<cons
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/span/
H A Dspan_lineheight_test.cpp24 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanLineHeight001()
29 auto ret = nodeAPI->setAttribute(span, NODE_TEXT_LINE_HEIGHT, &lineHeight_item); in TestSpanLineHeight001()
31 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_TEXT_LINE_HEIGHT)->value[PARAM_0].f32, lineHeight); in TestSpanLineHeight001()
37 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanLineHeight002()
42 auto ret = nodeAPI->setAttribute(span, NODE_TEXT_LINE_HEIGHT, &lineHeight_item); in TestSpanLineHeight002()
44 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_TEXT_LINE_HEIGHT)->value[PARAM_0].f32, lineHeight); in TestSpanLineHeight002()
50 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanLineHeight003()
55 auto ret = nodeAPI->setAttribute(span, NODE_TEXT_LINE_HEIGHT, &lineHeight_item); in TestSpanLineHeight003()
57 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_TEXT_LINE_HEIGHT)->value[PARAM_0].f32, lineHeight); in TestSpanLineHeight003()
H A Dspan_letterspacing_test.cpp22 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanLetterSpacing001()
28 auto ret = nodeAPI->setAttribute(span, NODE_TEXT_LETTER_SPACING, &letterspacing_item); in TestSpanLetterSpacing001()
30 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_TEXT_LETTER_SPACING)->value[PARAM_0].f32, letterSpacing); in TestSpanLetterSpacing001()
36 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanLetterSpacing002()
42 auto ret = nodeAPI->setAttribute(span, NODE_TEXT_LETTER_SPACING, &letterspacing_item); in TestSpanLetterSpacing002()
44 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_TEXT_LETTER_SPACING)->value[PARAM_0].f32, letterSpacing); in TestSpanLetterSpacing002()
50 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanLetterSpacing003()
56 auto ret = nodeAPI->setAttribute(span, NODE_TEXT_LETTER_SPACING, &letterspacing_item); in TestSpanLetterSpacing003()
58 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_TEXT_LETTER_SPACING)->value[PARAM_0].f32, letterSpacing); in TestSpanLetterSpacing003()
H A Dspan_fontcolor_test.cpp21 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanFontColor001()
26 auto ret = nodeAPI->setAttribute(span, NODE_FONT_COLOR, &value_item); in TestSpanFontColor001()
28 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_FONT_COLOR)->value[PARAM_0].u32, colorTransparent); in TestSpanFontColor001()
34 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanFontColor002()
38 auto ret = nodeAPI->setAttribute(span, NODE_FONT_COLOR, &value_item); in TestSpanFontColor002()
40 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_FONT_COLOR)->value[PARAM_0].u32, COLOR_RED); in TestSpanFontColor002()
46 NAPI_START(span, ARKUI_NODE_SPAN); in TestSpanFontColor003()
50 auto ret = nodeAPI->setAttribute(span, NODE_FONT_COLOR, &value_item); in TestSpanFontColor003()
52 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_FONT_COLOR)->value[PARAM_0].u32, COLOR_WHITE); in TestSpanFontColor003()
/third_party/rust/crates/proc-macro2/src/
H A Dextra.rs36 join: group.span(),
40 imp::Group::Fallback(group) => DelimSpanEnum::Fallback(group.span()),
44 let inner = DelimSpanEnum::Fallback(group.span());
52 /// Returns a span covering the entire delimited group.
57 DelimSpanEnum::Fallback(span) => Span::_new_fallback(*span), in join()
61 /// Returns a span for the opening punctuation of the group only.
66 DelimSpanEnum::Fallback(span) => Span::_new_fallback(span.first_byte()), in open()
70 /// Returns a span fo
[all...]
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs48 /// Attach a "help" note to your main message, the note will have it's own span on nightly.
55 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
58 /// Attach a note to your main message, the note will have it's own span on nightly.
65 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
104 /// Create a new diagnostic message that points to the `span`
105 pub fn spanned(span: Span, level: Level, message: String) -> Self { in spanned()
108 first: span, in spanned()
109 last: span, in spanned()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWriteRawPrimitivesBenchmark.cs143 var span = new Span<byte>(outputBuffer); in WriteRawVarint32_WriteContext()
144 WriteContext.Initialize(ref span, out WriteContext ctx); in WriteRawVarint32_WriteContext()
190 var span = new Span<byte>(outputBuffer); in WriteRawVarint64_WriteContext()
191 WriteContext.Initialize(ref span, out WriteContext ctx); in WriteRawVarint64_WriteContext()
217 var span = new Span<byte>(outputBuffer); in WriteFixed32_WriteContext()
218 WriteContext.Initialize(ref span, out WriteContext ctx); in WriteFixed32_WriteContext()
244 var span = new Span<byte>(outputBuffer); in WriteFixed64_WriteContext()
245 WriteContext.Initialize(ref span, out WriteContext ctx); in WriteFixed64_WriteContext()
258 var span = new Span<byte>(outputBuffer); in WriteRawTag_OneByte_WriteContext()
259 WriteContext.Initialize(ref span, ou in WriteRawTag_OneByte_WriteContext()
[all...]
/kernel/linux/linux-6.6/rust/macros/
H A Dpaste.rs8 let mut span = None; in concat() variables
12 Some(TokenTree::Literal(lit)) => segments.push((lit.to_string(), lit.span())), in concat()
18 segments.push((value, ident.span())); in concat()
27 // Set the overall span of concatenated token as current span in concat()
28 "span" => { in concat()
30 span.is_none(), in concat()
31 "span modifier should only appear at most once" in concat()
33 span = Some(sp); in concat()
46 TokenTree::Ident(Ident::new(&pasted, span in concat()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H A Dgrid_col_model_ng.cpp24 V2::GridContainerSize span = V2::GridContainerSize(1); in Create() local
27 Create(span, offset, order); in Create()
30 void GridColModelNG::Create(const V2::GridContainerSize &span, const V2::GridContainerSize &offset, in Create() argument
40 ACE_UPDATE_LAYOUT_PROPERTY(GridColLayoutProperty, Span, span); in Create()
52 void GridColModelNG::SetSpan(const V2::GridContainerSize &span) in SetSpan() argument
54 ACE_UPDATE_LAYOUT_PROPERTY(GridColLayoutProperty, Span, span); in SetSpan()
67 void GridColModelNG::SetSpan(FrameNode *frameNode, const V2::GridContainerSize &span) in SetSpan() argument
69 ACE_UPDATE_NODE_LAYOUT_PROPERTY(GridColLayoutProperty, Span, span, frameNode); in SetSpan()
/third_party/rust/crates/quote/src/
H A Dident_fragment.rs20 fn span(&self) -> Option<Span> { in span() functions
26 fn span(&self) -> Option<Span> { in span() functions
27 <T as IdentFragment>::span(*self) in span()
36 fn span(&self) -> Option<Span> { in span() functions
37 <T as IdentFragment>::span(*self) in span()
46 fn span(&self) -> Option<Span> { in span() functions
47 Some(self.span()) in span()
64 fn span(&self) -> Option<Span> { in span() functions
65 T::span(self) in span()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils.cc16 bool GzipCompress(base::span<const char> input, in GzipCompress()
37 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress()
41 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress()
93 bool GzipUncompress(base::span<const char> input, in GzipUncompress()
94 base::span<const char> output) { in GzipUncompress()
98 bool GzipUncompress(base::span<const uint8_t> input, in GzipUncompress()
99 base::span<const uint8_t> output) { in GzipUncompress()
109 bool GzipUncompress(base::span<const char> input, std::string* output) { in GzipUncompress()
113 bool GzipUncompress(base::span<const uint8_t> input, std::string* output) { in GzipUncompress()
124 uint32_t GetUncompressedSize(base::span<cons
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils.cc16 bool GzipCompress(base::span<const char> input, in GzipCompress()
37 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress()
41 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress()
93 bool GzipUncompress(base::span<const char> input, in GzipUncompress()
94 base::span<const char> output) { in GzipUncompress()
98 bool GzipUncompress(base::span<const uint8_t> input, in GzipUncompress()
99 base::span<const uint8_t> output) { in GzipUncompress()
109 bool GzipUncompress(base::span<const char> input, std::string* output) { in GzipUncompress()
113 bool GzipUncompress(base::span<const uint8_t> input, std::string* output) { in GzipUncompress()
124 uint32_t GetUncompressedSize(base::span<cons
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedStringLiteralsInJsxAttributes01.js4 span: {};
11 const FooComponent = (props: { foo: "A" | "B" | "C" }) => <span>{props.foo}</span>;
20 var FooComponent = function (props) { return <span>{props.foo}</span>; };
30 span: {};
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c123 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() argument
125 return le16_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef); in MR_LdSpanArrayGet()
148 static struct MR_LD_SPAN *MR_LdSpanPtrGet(u32 ld, u32 span, in MR_LdSpanPtrGet() argument
151 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
338 dev_err(&instance->pdev->dev, "megasas: span map %x, pDrvRaidMap->totalSize : %x\n", in MR_ValidateMapInfo()
379 u32 span, j; in MR_GetSpanBlock() local
381 for (span = 0; span < rai in MR_GetSpanBlock()
430 u32 span, info; mr_spanset_get_span_block() local
493 u32 info, strip_offset, span, span_offset; get_row_from_strip() local
551 u32 span, info; get_strip_from_row() local
611 u32 info, strip_offset, span, span_offset, retval; get_arm_from_strip() local
648 get_arm(struct megasas_instance *instance, u32 ld, u8 span, u64 stripe, struct MR_DRV_RAID_MAP_ALL *map) get_arm() argument
697 u8 physArm, span; mr_spanset_get_phy_params() local
798 u8 physArm, span; MR_GetPhyParams() local
909 u8 span, dataArms, arms, dataArm, logArm; mr_get_phy_params_r56_rmw() local
1223 u8 span, count; mr_update_span_set() local
1357 u8 bestArm, pd0, pd1, span, arm; megasas_get_best_arm_pd() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c123 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() argument
125 return le16_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef); in MR_LdSpanArrayGet()
148 static struct MR_LD_SPAN *MR_LdSpanPtrGet(u32 ld, u32 span, in MR_LdSpanPtrGet() argument
151 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
338 dev_err(&instance->pdev->dev, "megasas: span map %x, pDrvRaidMap->totalSize : %x\n", in MR_ValidateMapInfo()
379 u32 span, j; in MR_GetSpanBlock() local
381 for (span = 0; span < rai in MR_GetSpanBlock()
430 u32 span, info; mr_spanset_get_span_block() local
493 u32 info, strip_offset, span, span_offset; get_row_from_strip() local
551 u32 span, info; get_strip_from_row() local
611 u32 info, strip_offset, span, span_offset, retval; get_arm_from_strip() local
648 get_arm(struct megasas_instance *instance, u32 ld, u8 span, u64 stripe, struct MR_DRV_RAID_MAP_ALL *map) get_arm() argument
697 u8 physArm, span; mr_spanset_get_phy_params() local
798 u8 physArm, span; MR_GetPhyParams() local
909 u8 span, dataArms, arms, dataArm, logArm; mr_get_phy_params_r56_rmw() local
1223 u8 span, count; mr_update_span_set() local
1357 u8 bestArm, pd0, pd1, span, arm; megasas_get_best_arm_pd() local
[all...]

Completed in 16 milliseconds

12345678910>>...29