Home
last modified time | relevance | path

Searched refs:item (Results 426 - 450 of 2720) sorted by relevance

1...<<11121314151617181920>>...109

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_recover.c1727 * Release the recovered intent item in the AIL that matches the given intent
1782 struct xlog_recover_item *item) in xlog_find_item_ops()
1787 if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type) in xlog_find_item_ops()
1799 * 1. Every item is only logged once in a given transaction. Hence it
1800 * represents the last logged state of the item. Hence ordering is
1848 struct xlog_recover_item *item, *n; in xlog_recover_reorder_trans() local
1857 list_for_each_entry_safe(item, n, &sort_list, ri_list) { in xlog_recover_reorder_trans()
1860 item->ri_ops = xlog_find_item_ops(item); in xlog_recover_reorder_trans()
1861 if (!item in xlog_recover_reorder_trans()
1781 xlog_find_item_ops( struct xlog_recover_item *item) xlog_find_item_ops() argument
1929 struct xlog_recover_item *item; xlog_recover_items_pass2() local
1961 struct xlog_recover_item *item; xlog_recover_commit_trans() local
2021 struct xlog_recover_item *item; xlog_recover_add_item() local
2035 struct xlog_recover_item *item; xlog_recover_add_to_cont_trans() local
2095 struct xlog_recover_item *item; xlog_recover_add_to_trans() local
2184 struct xlog_recover_item *item, *n; xlog_recover_free_trans() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrestst.c502 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item, *defaultLocale; in TestOpenDirect() local
522 /* try an item in idna_rules, must work */ in TestOpenDirect()
523 item=ures_getByKey(idna_rules, "UnassignedSet", NULL, &errorCode); in TestOpenDirect()
528 ures_close(item); in TestOpenDirect()
531 /* try an item in root, must fail */ in TestOpenDirect()
532 item=ures_getByKey(idna_rules, "ShortLanguage", NULL, &errorCode); in TestOpenDirect()
537 ures_close(item); in TestOpenDirect()
594 item=ures_getByKey(casing, "Info", NULL, &errorCode); in TestOpenDirect()
598 ures_close(item); in TestOpenDirect()
602 item in TestOpenDirect()
689 UResourceBundle *res, *item; TestTable32() local
[all...]
/kernel/linux/linux-6.6/net/devlink/
H A Dhealth.c45 struct devlink_fmsg_item *item, *tmp; in devlink_fmsg_free() local
47 list_for_each_entry_safe(item, tmp, &fmsg->item_list, list) { in devlink_fmsg_free()
48 list_del(&item->list); in devlink_fmsg_free()
49 kfree(item); in devlink_fmsg_free()
676 struct devlink_fmsg_item *item; in devlink_fmsg_nest_common() local
678 item = kzalloc(sizeof(*item), GFP_KERNEL); in devlink_fmsg_nest_common()
679 if (!item) in devlink_fmsg_nest_common()
682 item->attrtype = attrtype; in devlink_fmsg_nest_common()
683 list_add_tail(&item in devlink_fmsg_nest_common()
718 struct devlink_fmsg_item *item; devlink_fmsg_put_name() local
834 struct devlink_fmsg_item *item; devlink_fmsg_put_value() local
1092 struct devlink_fmsg_item *item; devlink_fmsg_prepare_skb() local
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Ditem_ops.c9 * this contains item handlers for old item types: sd, direct,
15 * explanation of each item handler method? -Hans
36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() argument
40 struct stat_data_v1 *sd = (struct stat_data_v1 *)item; in sd_print_item()
47 struct stat_data *sd = (struct stat_data *)item; in sd_print_item()
55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() argument
113 /* direct item functions */
134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() argument
141 printk("%c", item[ in direct_print_item()
145 direct_check_item(struct item_head *ih, char *item) direct_check_item() argument
260 indirect_print_item(struct item_head *ih, char *item) indirect_print_item() argument
283 indirect_check_item(struct item_head *ih, char *item) indirect_check_item() argument
372 direntry_print_item(struct item_head *ih, char *item) direntry_print_item() argument
412 direntry_check_item(struct item_head *ih, char *item) direntry_check_item() argument
657 errcatch_print_item(struct item_head *ih, char *item) errcatch_print_item() argument
663 errcatch_check_item(struct item_head *ih, char *item) errcatch_check_item() argument
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Ditem_ops.c9 * this contains item handlers for old item types: sd, direct,
15 * explanation of each item handler method? -Hans
36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() argument
40 struct stat_data_v1 *sd = (struct stat_data_v1 *)item; in sd_print_item()
47 struct stat_data *sd = (struct stat_data *)item; in sd_print_item()
55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() argument
113 /* direct item functions */
134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() argument
141 printk("%c", item[ in direct_print_item()
145 direct_check_item(struct item_head *ih, char *item) direct_check_item() argument
260 indirect_print_item(struct item_head *ih, char *item) indirect_print_item() argument
283 indirect_check_item(struct item_head *ih, char *item) indirect_check_item() argument
372 direntry_print_item(struct item_head *ih, char *item) direntry_print_item() argument
412 direntry_check_item(struct item_head *ih, char *item) direntry_check_item() argument
657 errcatch_print_item(struct item_head *ih, char *item) errcatch_print_item() argument
663 errcatch_check_item(struct item_head *ih, char *item) errcatch_check_item() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_refcount_item.c80 * given cui log item. We use only 1 iovec, and we point that
81 * at the cui_log_format structure embedded in the cui item.
83 * slots in the cui item have been filled.
134 * Allocate and initialize an cui item with the given number of extents.
178 * given cud log item. We use only 1 iovec, and we point that
179 * at the cud_log_format structure embedded in the cud item.
181 * slots in the cud item have been filled.
311 /* Log refcount updates in the intent item. */
393 struct list_head *item, in xfs_refcount_update_finish_item()
399 ri = container_of(item, struc in xfs_refcount_update_finish_item()
390 xfs_refcount_update_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) xfs_refcount_update_finish_item() argument
425 xfs_refcount_update_cancel_item( struct list_head *item) xfs_refcount_update_cancel_item() argument
670 xlog_recover_cui_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) xlog_recover_cui_commit_pass2() argument
721 xlog_recover_cud_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) xlog_recover_cud_commit_pass2() argument
[all...]
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py117 for item in filter_file_name_list:
118 if -1 != filepath.find(item):
308 for item in public_interface_func_list:
309 data_list = list(item)
374 for item in data_list:
375 if "Y" == item[2] or "Recorded" == item[2]:
388 for item in interface_data_list:
389 subsystem_name = item[0]
390 data_list = item[
[all...]
/third_party/python/Modules/
H A D_heapqmodule.c123 item: object
126 Push item onto heap, maintaining the heap invariant.
130 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappush_impl() argument
133 if (PyList_Append(heap, item)) in _heapq_heappush_impl()
179 Pop the smallest item off the heap, maintaining the heap invariant.
190 heapreplace_internal(PyObject *heap, PyObject *item, int siftup_func(PyListObject *, Py_ssize_t)) in heapreplace_internal() argument
200 Py_INCREF(item); in heapreplace_internal()
201 PyList_SET_ITEM(heap, 0, item); in heapreplace_internal()
214 item: object
217 Pop and return the current smallest value, and add the new item
229 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heapreplace_impl() argument
249 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heappushpop_impl() argument
516 _heapq__heapreplace_max_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq__heapreplace_max_impl() argument
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp234 static void writeResultItem (const ri::Item& item, xml::Writer& dst) in writeResultItem() argument
238 switch (item.getType()) in writeResultItem()
245 dst << Writer::BeginElement("Text") << static_cast<const ri::Text&>(item).text << Writer::EndElement; in writeResultItem()
250 const ri::Number& number = static_cast<const ri::Number&>(item); in writeResultItem()
263 const ri::Image& image = static_cast<const ri::Image&>(item); in writeResultItem()
278 const ri::ImageSet& imageSet = static_cast<const ri::ImageSet&>(item); in writeResultItem()
292 const ri::Shader& shader = static_cast<const ri::Shader&>(item); in writeResultItem()
328 const ri::ShaderProgram& program = static_cast<const ri::ShaderProgram&>(item); in writeResultItem()
342 dst << Writer::BeginElement("ShaderSource") << static_cast<const ri::ShaderSource&>(item).source << Writer::EndElement; in writeResultItem()
346 dst << Writer::BeginElement("SpirVAssemblySource") << static_cast<const ri::SpirVSource&>(item) in writeResultItem()
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dsccutils.py89 for item in set.union(*data.values()) - set(data.keys()):
90 data[item] = set()
92 ready = {item for item, dep in data.items() if not dep}
96 data = {item: (dep - ready) for item, dep in data.items() if item not in ready}
106 a path from A -> B -> C -> A. The first item is always the start
107 argument, but the last item may be another element, e.g. ['A',
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.h68 return fUniforms.item(u.toIndex()).fVariable;
85 return fUniforms.item(idx);
88 return fUniforms.item(idx);
123 return fSamplers.item(handle.toIndex()).fVariable.c_str();
129 return fSamplers.item(handle.toIndex()).fVisibility; in samplerVisibility()
133 return fSamplers.item(u.toIndex()).fImmutableSampler; in immutableSampler()
151 return fUniforms.item(u.toIndex()); in getUniformInfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp99 ScanResultsItem *item = new ScanResultsItem(scanResultsWidget); in updateResults() local
100 if (item) { in updateResults()
101 item->setText(0, ssid); in updateResults()
102 item->setText(1, bssid); in updateResults()
103 item->setText(2, freq); in updateResults()
104 item->setText(3, signal); in updateResults()
105 item->setText(4, flags); in updateResults()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp99 ScanResultsItem *item = new ScanResultsItem(scanResultsWidget); in updateResults() local
100 if (item) { in updateResults()
101 item->setText(0, ssid); in updateResults()
102 item->setText(1, bssid); in updateResults()
103 item->setText(2, freq); in updateResults()
104 item->setText(3, signal); in updateResults()
105 item->setText(4, flags); in updateResults()
/applications/standard/contacts_data/ability/common/utils/include/
H A Dasync_task.h128 AsyncItem *item = nullptr; in Run() local
130 if (Pop(&item)) { in Run()
131 if (item != nullptr) { in Run()
132 item->Run(); in Run()
133 delete item; in Run()
134 item = nullptr; in Run()
154 bool Pop(AsyncItem **item) in Pop() argument
160 *item = que.front(); in Pop()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c171 struct mlx5e_tc_act_stats *item; in mlx5e_tc_act_stats_fill_stats() local
176 item = rhashtable_lookup(ht, &fl_act->cookie, act_counters_ht_params); in mlx5e_tc_act_stats_fill_stats()
177 if (!item) { in mlx5e_tc_act_stats_fill_stats()
183 mlx5_fc_query_cached_raw(item->counter, in mlx5e_tc_act_stats_fill_stats()
187 bytes - item->lastbytes, in mlx5e_tc_act_stats_fill_stats()
188 pkts - item->lastpackets, in mlx5e_tc_act_stats_fill_stats()
191 item->lastpackets = pkts; in mlx5e_tc_act_stats_fill_stats()
192 item->lastbytes = bytes; in mlx5e_tc_act_stats_fill_stats()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zProperties.cpp61 CRecordVector<UInt64> &dest, const UInt32 item) in CopyOneItem()
64 if (src[i] == item) in CopyOneItem()
66 dest.Add(item); in CopyOneItem()
72 static void RemoveOneItem(CRecordVector<UInt64> &src, const UInt32 item) in RemoveOneItem() argument
75 if (src[i] == item) in RemoveOneItem()
82 static void InsertToHead(CRecordVector<UInt64> &dest, const UInt32 item) in InsertToHead() argument
85 if (dest[i] == item) in InsertToHead()
90 dest.Insert(0, item); in InsertToHead()
60 CopyOneItem(CRecordVector<UInt64> &src, CRecordVector<UInt64> &dest, const UInt32 item) CopyOneItem() argument
/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.cpp100 renderer_item item = *iterator; in GetRenderer() local
102 renderer = item.entry(view, options); in GetRenderer()
180 renderer_item item; in AddRenderer() local
181 item.entry = entry; in AddRenderer()
182 item.image = image; in AddRenderer()
183 item.node = node; in AddRenderer()
185 item.ref = *ref; in AddRenderer()
188 fRenderers.push_back(item); in AddRenderer()
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/
H A Dindex.js68 return new Map(Array.from(map, item => item.reverse()))
98 for (const item of patterns) {
99 let matches = await glob(getGlobPattern(item.pattern), getGlobOpts())
125 if (item.negate) {
193 for (const item of patterns) {
194 if (minimatch(packageKey, item.pattern)) {
198 if (item.negate) {
/third_party/node/deps/v8/src/base/
H A Dbit-field.h128 // The number of array elements required to embed T information for each item.
134 // The array index to look at for item.
135 static int index(int base_index, int item) {
136 return base_index + item / kItemsPerWord;
139 // Extract T data for a given item from data.
140 static T decode(U data, int item) {
141 return static_cast<T>((data >> shift(item)) & kMask);
144 // Return the encoding for a store of value for item in previous.
145 static U encode(U previous, int item, T value) {
146 int shift_value = shift(item);
[all...]
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_global.py44 for item in _parse_next(m, srcinfo, anon_name):
45 if callable(item):
46 parse_body = item
49 yield item
108 for item in _parse_body(source, anon_name, ident):
109 if item.kind == 'field':
110 data.append(item)
112 yield item
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dsmem.c51 * Version 12 (SMEM_GLOBAL_PART_VERSION) changes the item alloc/get procedure
53 * region with partition type (SMEM_GLOBAL_HOST) and the max smem item count is
77 /* Highest accepted item number, for both global and private heaps */
200 * struct smem_private_entry - header of each item in the private partition
202 * @item: identifying number of the smem item
210 __le16 item; member
224 * @num_items: highest accepted item number
257 * @item_count: max accepted item number
350 unsigned item, in qcom_smem_alloc_private()
348 qcom_smem_alloc_private(struct qcom_smem *smem, struct smem_partition_header *phdr, unsigned item, size_t size) qcom_smem_alloc_private() argument
399 qcom_smem_alloc_global(struct qcom_smem *smem, unsigned item, size_t size) qcom_smem_alloc_global() argument
441 qcom_smem_alloc(unsigned host, unsigned item, size_t size) qcom_smem_alloc() argument
481 qcom_smem_get_global(struct qcom_smem *smem, unsigned item, size_t *size) qcom_smem_get_global() argument
511 qcom_smem_get_private(struct qcom_smem *smem, struct smem_partition_header *phdr, size_t cacheline, unsigned item, size_t *size) qcom_smem_get_private() argument
575 qcom_smem_get(unsigned host, unsigned item, size_t *size) qcom_smem_get() argument
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dsmem.c53 * Version 12 (SMEM_GLOBAL_PART_VERSION) changes the item alloc/get procedure
55 * region with partition type (SMEM_GLOBAL_HOST) and the max smem item count is
79 /* Highest accepted item number, for both global and private heaps */
216 * struct smem_private_entry - header of each item in the private partition
218 * @item: identifying number of the smem item
226 __le16 item; member
240 * @num_items: highest accepted item number
271 * @item_count: max accepted item number
375 unsigned item, in qcom_smem_alloc_private()
373 qcom_smem_alloc_private(struct qcom_smem *smem, struct smem_partition *part, unsigned item, size_t size) qcom_smem_alloc_private() argument
435 qcom_smem_alloc_global(struct qcom_smem *smem, unsigned item, size_t size) qcom_smem_alloc_global() argument
477 qcom_smem_alloc(unsigned host, unsigned item, size_t size) qcom_smem_alloc() argument
517 qcom_smem_get_global(struct qcom_smem *smem, unsigned item, size_t *size) qcom_smem_get_global() argument
556 qcom_smem_get_private(struct qcom_smem *smem, struct smem_partition *part, unsigned item, size_t *size) qcom_smem_get_private() argument
655 qcom_smem_get(unsigned host, unsigned item, size_t *size) qcom_smem_get() argument
[all...]
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dselftest.c641 struct selftest_access_item *item; in iommufd_test_access_unmap() local
645 list_for_each_entry_safe(item, tmp, &staccess->items, items_elm) { in iommufd_test_access_unmap()
646 if (iova > item->iova + item->length - 1 || in iommufd_test_access_unmap()
647 iova_last < item->iova) in iommufd_test_access_unmap()
649 list_del(&item->items_elm); in iommufd_test_access_unmap()
650 iommufd_access_unpin_pages(staccess->access, item->iova, in iommufd_test_access_unmap()
651 item->length); in iommufd_test_access_unmap()
652 kfree(item); in iommufd_test_access_unmap()
661 struct selftest_access_item *item; in iommufd_test_access_item_destroy() local
832 struct selftest_access_item *item; iommufd_test_access_pages() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c237 * If Usage item only includes usage id, concatenate it with in hid_add_usage()
342 * Read data value from item.
345 static u32 item_udata(struct hid_item *item) in item_udata() argument
347 switch (item->size) { in item_udata()
348 case 1: return item->data.u8; in item_udata()
349 case 2: return item->data.u16; in item_udata()
350 case 4: return item->data.u32; in item_udata()
355 static s32 item_sdata(struct hid_item *item) in item_sdata() argument
357 switch (item->size) { in item_sdata()
358 case 1: return item in item_sdata()
369 hid_parser_global(struct hid_parser *parser, struct hid_item *item) hid_parser_global() argument
475 hid_parser_local(struct hid_parser *parser, struct hid_item *item) hid_parser_local() argument
606 hid_parser_main(struct hid_parser *parser, struct hid_item *item) hid_parser_main() argument
645 hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) hid_parser_reserved() argument
726 fetch_item(__u8 *start, __u8 *end, struct hid_item *item) fetch_item() argument
838 hid_scan_main(struct hid_parser *parser, struct hid_item *item) hid_scan_main() argument
882 struct hid_item item; hid_scan_report() local
1205 struct hid_item item; hid_open_report() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBUntranslatedPanel.java81 BundleItem item = model.getBundleItem(row); in markSelectedResourceAsTranslated()
82 item.setTranslated(true); in markSelectedResourceAsTranslated()
94 BundleItem item = model.getBundleItem(row); in deleteSelectedResource()
95 if (item.getParentGroup() != null && item.getParentGroup().getParentBundle() != null) { in deleteSelectedResource()
96 Bundle bundle = item.getParentGroup().getParentBundle(); in deleteSelectedResource()
97 bundle.removeItem(item.getKey()); in deleteSelectedResource()
276 BundleItem item = bundle.getUntranslatedItem(row); in getValueAt()
281 retStr = item.getKey(); in getValueAt()
284 retStr = item in getValueAt()
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...109