Home
last modified time | relevance | path

Searched refs:first (Results 151 - 175 of 2844) sorted by relevance

12345678910>>...114

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtime-utils-test.c62 u64 first; member
73 .first_sample_time = d->first, in test__perf_time__parse_for_ranges()
86 d->first, d->last); in test__perf_time__parse_for_ranges()
192 .first = b, in test__time_utils()
207 .first = b, in test__time_utils()
222 .first = b, in test__time_utils()
237 .first = b, in test__time_utils()
/kernel/linux/linux-6.6/lib/
H A Dplist.c75 struct plist_node *first, *iter, *prev = NULL; in plist_add() local
85 first = iter = plist_first(head); in plist_add()
96 } while (iter != first); in plist_add()
185 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local
192 prio_pos = first = plist_first(&test_head); in plist_test_check()
196 if (node_pos == first) in plist_test_check()
209 BUG_ON(prio_pos->prio_list.next != &first->prio_list); in plist_test_check()
/kernel/linux/linux-5.10/drivers/dma/
H A Dbcm-sba-raid.c116 struct sba_request *first; member
231 req->first = req; in sba_alloc_request()
309 static void sba_chain_request(struct sba_request *first, in sba_chain_request() argument
317 list_add_tail(&req->next, &first->next); in sba_chain_request()
318 req->first = first; in sba_chain_request()
319 atomic_inc(&first->next_pending_count); in sba_chain_request()
396 /* Get the first pending request */ in _sba_process_pending_requests()
420 struct sba_request *nreq, *first = req->first; in sba_process_received_request() local
742 struct sba_request *first = NULL, *req; sba_prep_dma_memcpy() local
881 struct sba_request *first = NULL, *req; sba_prep_dma_xor() local
1351 struct sba_request *first = NULL, *req; sba_prep_dma_pq() local
[all...]
H A Dmmp_pdma.c98 struct mmp_pdma_desc_sw *cyclic_first; /* first desc_sw if channel
450 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; in mmp_pdma_prep_memcpy() local
484 if (!first) in mmp_pdma_prep_memcpy()
485 first = new; in mmp_pdma_prep_memcpy()
505 list_add_tail(&new->node, &first->tx_list); in mmp_pdma_prep_memcpy()
508 first->async_tx.flags = flags; /* client is in control of this ack */ in mmp_pdma_prep_memcpy()
509 first->async_tx.cookie = -EBUSY; in mmp_pdma_prep_memcpy()
517 return &first->async_tx; in mmp_pdma_prep_memcpy()
520 if (first) in mmp_pdma_prep_memcpy()
521 mmp_pdma_free_desc_list(chan, &first in mmp_pdma_prep_memcpy()
531 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new = NULL; mmp_pdma_prep_slave_sg() local
612 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; mmp_pdma_prep_dma_cyclic() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dbcm-sba-raid.c108 struct sba_request *first; member
223 req->first = req; in sba_alloc_request()
301 static void sba_chain_request(struct sba_request *first, in sba_chain_request() argument
309 list_add_tail(&req->next, &first->next); in sba_chain_request()
310 req->first = first; in sba_chain_request()
311 atomic_inc(&first->next_pending_count); in sba_chain_request()
388 /* Get the first pending request */ in _sba_process_pending_requests()
412 struct sba_request *nreq, *first = req->first; in sba_process_received_request() local
734 struct sba_request *first = NULL, *req; sba_prep_dma_memcpy() local
873 struct sba_request *first = NULL, *req; sba_prep_dma_xor() local
1343 struct sba_request *first = NULL, *req; sba_prep_dma_pq() local
[all...]
H A Dmmp_pdma.c97 struct mmp_pdma_desc_sw *cyclic_first; /* first desc_sw if channel
449 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; in mmp_pdma_prep_memcpy() local
483 if (!first) in mmp_pdma_prep_memcpy()
484 first = new; in mmp_pdma_prep_memcpy()
504 list_add_tail(&new->node, &first->tx_list); in mmp_pdma_prep_memcpy()
507 first->async_tx.flags = flags; /* client is in control of this ack */ in mmp_pdma_prep_memcpy()
508 first->async_tx.cookie = -EBUSY; in mmp_pdma_prep_memcpy()
516 return &first->async_tx; in mmp_pdma_prep_memcpy()
519 if (first) in mmp_pdma_prep_memcpy()
520 mmp_pdma_free_desc_list(chan, &first in mmp_pdma_prep_memcpy()
530 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new = NULL; mmp_pdma_prep_slave_sg() local
611 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; mmp_pdma_prep_dma_cyclic() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_pipapo_avx2.c143 * @last: Return index of first set bit, if this is the last field
151 * Return: first set bit index if @last, index of first filled word otherwise.
193 * @first: If this is the first field, don't source previous result
194 * @last: Last field: stop at the first match and return bit index
198 * this is the first field in the set, simply AND the buckets together
212 * Return: -1 on no match, rule index of match if @last, otherwise first long
213 * word index to be checked next (i.e. first filled word).
217 const u8 *pkt, bool first, boo in nft_pipapo_avx2_lookup_4b_2()
215 nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_4b_2() argument
277 nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_4b_4() argument
353 nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_4b_8() argument
448 nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_4b_12() argument
537 nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_4b_32() argument
672 nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_8b_1() argument
729 nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_8b_2() argument
793 nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_8b_4() argument
868 nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_8b_6() argument
953 nft_pipapo_avx2_lookup_8b_16(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_8b_16() argument
1045 nft_pipapo_avx2_lookup_slow(unsigned long *map, unsigned long *fill, struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) nft_pipapo_avx2_lookup_slow() argument
1157 bool last = i == m->field_count - 1, first = !i; nft_pipapo_avx2_lookup() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpool_template.h63 auto &entry = result.first->second; in TryAdd()
72 entryId = entry.first; in GetEntryId()
92 entryId = entry.first; in GetEntryIdByNormalizedName()
117 callback(entry.first, newId); in Merge()
131 stream.write(reinterpret_cast<const char *>(&(entry.first)), sizeof(ApEntityId));
153 stream << std::to_string(entry.first);
169 abcPool.insert(std::make_pair(DumpJsonUtils::ABC_ID, std::to_string(entry.first))); in ProcessToJson()
181 result.first->second.SetEntryId(entryId);
182 result.first->second.ParseFromBinary(context, buffer, header);
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp30 profVec.emplace_back(std::make_pair(it->first, it->second)); in PrintAndReset()
61 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->first) in PrintAndReset()
96 methods.push_back(it->first); in FilterMethodToPrint()
111 profVec.emplace_back(std::make_pair(it->first, it->second)); in FilterMethodToPrint()
124 PrintMethodRecord(itr->first, itr->second.GetName()); in FilterMethodToPrint()
130 if (it->first.find("func_main_") != it->first.npos) { in FilterMethodToPrint()
133 LOG_ECMA(ERROR) << "There exists compiled function " << it->first in FilterMethodToPrint()
167 << std::setw(numberRightAdjustment) << it->first in FilterMethodToPrint()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp86 pictureStr += " { key = " + picture.first + ", value = " + in Dump()
112 pixelMap[picture.first] = pixelRecordArr; in PictureToJson()
298 if (!parcel.WriteString(picture.first)) { in MarshallingPictureMap()
299 ANS_LOGE("Failed to write picture map key %{public}s.", picture.first.c_str()); in MarshallingPictureMap()
304 ANS_LOGE("Failed to write picture vector of key %{public}s.", picture.first.c_str()); in MarshallingPictureMap()
313 if (!parcel.WriteString(picture.first)) { in MarshallingPictureMap()
314 ANS_LOGE("Failed to write picture map key %{public}s.", picture.first.c_str()); in MarshallingPictureMap()
323 ANS_LOGE("Failed to write picture vector of key %{public}s.", picture.first.c_str()); in MarshallingPictureMap()
342 pictureMarshallingMap_[picture.first] = pixelVec; in FillPictureMarshallingMap()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram-inl.h74 bool first = true; in GetTopDump() local
79 if (!first) { in GetTopDump()
82 statistic << it.first << ":" << it.second; in GetTopDump()
83 first = false; in GetTopDump()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_deque_stub_builder.h36 GateRef first = GetFirst(obj); in GetSize() local
38 return Int32Mod(Int32Add(Int32Sub(last, first), capacity), capacity); in GetSize()
46 GateRef first = GetFirst(obj); in Get() local
47 GateRef curIndex = Int32Mod(Int32Add(first, index), capacity); in Get()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_heap_info.cpp65 StringUtils::GetInstance().StringSplit(info.first, "#", pageTag); in GetInfo()
78 infos[info.first].insert(pair<string, uint64_t>(MEMINFO_HEAP_SIZE, heapInfo.size)); in GetInfo()
79 infos[info.first].insert(pair<string, uint64_t>(MEMINFO_HEAP_ALLOC, heapInfo.alloc)); in GetInfo()
80 infos[info.first].insert(pair<string, uint64_t>(MEMINFO_HEAP_FREE, heapInfo.free)); in GetInfo()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_write_handler.cpp76 if (!FileUtil::RenameFile(item.first, item.second)) { in CopyTmpZipFilesToDest()
77 HIVIEW_LOGE("failed to move %{public}s to %{public}s", StringUtil::HideDeviceIdInfo(item.first).c_str(), in CopyTmpZipFilesToDest()
95 if (!FileUtil::RemoveFile(item.first)) { in Rollback()
96 HIVIEW_LOGE("failed to delete %{public}s", StringUtil::HideDeviceIdInfo(item.first).c_str()); in Rollback()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_service_subscriber.cpp53 typeTempMap_[it.first] = it.second; in OnTemperatureChanged()
79 auto iter = typeHistoryMap_.find(itMap.first); in SetHistoryTypeTempMap()
86 typeHistoryMap_.insert(std::make_pair(itMap.first, historyTempList)); in SetHistoryTypeTempMap()
105 sensorsRateMap_.insert(std::make_pair(history.first, rate)); in SetHistoryTypeTempMap()
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dals.c67 int i, j, first; in print_missing_facilities() local
69 first = 1; in print_missing_facilities()
75 if (!first) in print_missing_facilities()
89 first = 0; in print_missing_facilities()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dals.c67 int i, j, first; in print_missing_facilities() local
69 first = 1; in print_missing_facilities()
75 if (!first) in print_missing_facilities()
89 first = 0; in print_missing_facilities()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H A Ddpaa_sys.h92 static inline u8 dpaa_cyc_diff(u8 ringsize, u8 first, u8 last) in dpaa_cyc_diff() argument
94 /* 'first' is included, 'last' is excluded */ in dpaa_cyc_diff()
95 if (first <= last) in dpaa_cyc_diff()
96 return last - first; in dpaa_cyc_diff()
97 return ringsize + last - first; in dpaa_cyc_diff()
/kernel/linux/linux-5.10/include/linux/
H A Dllist.h16 * needed. This is because llist_del_first depends on list->first->next not
19 * preempted back, the list->first is the same as before causing the cmpxchg in
55 struct llist_node *first; member
71 list->first = NULL; in init_llist_head()
103 * @node: the first entry of deleted list entries
122 * @node: the first entry of deleted list entries
161 * @node: the first entry of deleted list entries.
189 return READ_ONCE(head->first) == NULL; in llist_empty()
217 * return the pointer to the first entry. The order of entries
222 return xchg(&head->first, NUL in llist_del_all()
[all...]
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H A Ddpaa_sys.h92 static inline u8 dpaa_cyc_diff(u8 ringsize, u8 first, u8 last) in dpaa_cyc_diff() argument
94 /* 'first' is included, 'last' is excluded */ in dpaa_cyc_diff()
95 if (first <= last) in dpaa_cyc_diff()
96 return last - first; in dpaa_cyc_diff()
97 return ringsize + last - first; in dpaa_cyc_diff()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dmptcp_sock.c17 struct sock *first; member
58 storage->first = NULL; in _sockops()
71 storage->first = msk->first; in _sockops()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlse.cpp135 auto &blockHeap = heaps_[GetEquivClass(inst)].first.at(inst->GetBasicBlock()); in VisitStore()
144 auto hinst = heapIter->first; in VisitStore()
185 heaps_[GetEquivClass(inst)].first.at(inst->GetBasicBlock())[inst] = {inst, inst, true, false}; in VisitLoad()
202 auto &blockHeap = heaps_[eqClass].first.at(inv->GetBasicBlock()); in VisitIntrinsicCheckInvariant()
204 auto hinst = heapIter->first; in VisitIntrinsicCheckInvariant()
235 heaps_[eqClass].first.at(block).clear(); in InvalidateHeap()
249 auto &blockHeap = heaps_[eqClass].first.at(block); in ClearLocalValuesFromHeap()
278 auto &bheap = heaps_[eqClass].first.at(block); in SetHeapAsRead()
295 auto &heap = heaps_[GetEquivClass(cand)].first; in ProcessBackedges()
304 if (std::find(insts->begin(), insts->end(), entry.first) ! in ProcessBackedges()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c30 * fm10k_init_module is the first routine called when the driver is
320 /* prefetch first cache line of first page */ in fm10k_fetch_rx_buffer()
749 struct fm10k_tx_buffer *first) in fm10k_tso()
751 struct sk_buff *skb = first->skb; in fm10k_tso()
774 first->tx_flags |= FM10K_TX_FLAGS_CSUM; in fm10k_tso()
777 first->gso_segs = skb_shinfo(skb)->gso_segs; in fm10k_tso()
778 first->bytecount += (first->gso_segs - 1) * hdrlen; in fm10k_tso()
796 struct fm10k_tx_buffer *first) in fm10k_tx_csum()
748 fm10k_tso(struct fm10k_ring *tx_ring, struct fm10k_tx_buffer *first) fm10k_tso() argument
795 fm10k_tx_csum(struct fm10k_ring *tx_ring, struct fm10k_tx_buffer *first) fm10k_tx_csum() argument
938 fm10k_tx_map(struct fm10k_ring *tx_ring, struct fm10k_tx_buffer *first) fm10k_tx_map() argument
1061 struct fm10k_tx_buffer *first; fm10k_xmit_frame_ring() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c30 * fm10k_init_module is the first routine called when the driver is
315 /* prefetch first cache line of first page */ in fm10k_fetch_rx_buffer()
744 struct fm10k_tx_buffer *first) in fm10k_tso()
746 struct sk_buff *skb = first->skb; in fm10k_tso()
769 first->tx_flags |= FM10K_TX_FLAGS_CSUM; in fm10k_tso()
772 first->gso_segs = skb_shinfo(skb)->gso_segs; in fm10k_tso()
773 first->bytecount += (first->gso_segs - 1) * hdrlen; in fm10k_tso()
791 struct fm10k_tx_buffer *first) in fm10k_tx_csum()
743 fm10k_tso(struct fm10k_ring *tx_ring, struct fm10k_tx_buffer *first) fm10k_tso() argument
790 fm10k_tx_csum(struct fm10k_ring *tx_ring, struct fm10k_tx_buffer *first) fm10k_tx_csum() argument
933 fm10k_tx_map(struct fm10k_ring *tx_ring, struct fm10k_tx_buffer *first) fm10k_tx_map() argument
1056 struct fm10k_tx_buffer *first; fm10k_xmit_frame_ring() local
[all...]
/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp423 if (GetStringByName(iter.first.c_str(), strValue)) { in SaveAllValue()
424 mapResourceValues_[iter.first] = strValue; in SaveAllValue()
429 if (GetIntegerByName(iter.first.c_str(), intValue)) { in SaveAllValue()
430 mapResourceValues_[iter.first] = intValue; in SaveAllValue()
434 if (GetBooleanByName(iter.first.c_str(), boolValue)) { in SaveAllValue()
435 mapResourceValues_[iter.first] = boolValue; in SaveAllValue()
439 if (GetStringArrayByName(iter.first.c_str(), strVector)) { in SaveAllValue()
440 mapResourceValues_[iter.first] = strVector; in SaveAllValue()
444 if (GetIntArrayByName(iter.first.c_str(), intVector)) { in SaveAllValue()
445 mapResourceValues_[iter.first] in SaveAllValue()
[all...]

Completed in 26 milliseconds

12345678910>>...114